3.119.0 (2026-09-23)
Note
Official changes are available on Pulp docs
REST API
Features
- Added
EnvVarHeaderContentGuardto validate a Base64-encoded header against a content-app environment variable listed inENVVAR_HEADER_CONTENT_GUARD_ALLOWED_VARS.
#8007
Bugfixes
- Add a management command to help remove distributions with a dysfunctional base_path that prevents upgrading to 3.117.
#8067 - Fixed replicate() deleting temporary TLS files before pulp-glue could use them, and stopped leaking PULP_CA_BUNDLE into later worker tasks.
- Reduce the number and size of queries made for each content app request.
- Task failures that previously surfaced as unhandled Python exceptions (deleting an object still referenced by others, replication errors, and failed subtasks) now raise proper Pulp errors, so their messages are preserved and reported clearly.
Plugin API
No significant changes.
Pulp File
No significant changes.
Pulp Cert Guard
No significant changes.