3.112.0 (2026-05-19)
Note
Official changes are available on Pulp docs
REST API
Bugfixes
- Decoupled the
/livezliveness probe from the database so it returns 200 even when the database is unavailable.
#7721 - Fixed a bug where immediate tasks could be executed even if they were blocked by other tasks using the same resources.
Plugin API
Bugfixes
- Removed the
default=Truefrom theoverwritefield onNoArtifactContentSerializerso it no
longer leaks intovalidated_data. This fixes plugins that splat content serializer data
(**serializer.validated_data).
Pulp File
Features
- Added
NAME_FILTER_OPTIONSto therelative_pathfield inFileContentFilter, enabling contains, startswith, regex, and other lookup expressions.
#7719
Pulp Cert Guard
No significant changes.