3.105.6 (2026-05-05)
Note
Official changes are available on Pulp docs
REST API
Bugfixes
-
Set default
--max-requests 10000and--max-requests-jitter 500for API workers
to prevent unbounded RSS growth from glibc heap fragmentation over long-lived worker processes.
#7482 -
Added option to
pulpcore-contentandpulpcore-apito configure the gunicorn control socket path.
The default path could cause permission errors on certain deployments setups.This feature was added in gunicorn>=25.1 and is ignored for lower version.
#7574 -
Fixed
TypeError: 'str' object has no attribute 'tolower'in_ensure_boolduring incremental content exports. Changed.tolower()to.lower().
#7678
Plugin API
No significant changes.
Pulp File
No significant changes.
Pulp Cert Guard
No significant changes.