3.108.0 (2026-04-14)
Note
Official changes are available on Pulp docs
REST API
Features
- Added WORKER_TYPE setting. Defaults to 'pulpcore'. 'redis' is also available.
#7210 - Added OTEL_METRICS_DISPATCH_INTERVAL_MINUTES setting to allow configuring the periodic telemetry
dispatch interval (default: 5 minutes).
#7532 - Added
pulpcore.app.find_url.find_api_root()to standardize Pulp url-creation.
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 - Fixed
reset-admin-passwordcommand failing when using--randomoption on Django 5.
#7533 - Fixed a race condition that could sometimes occur when converting an existing non-replica Pulp instance into a replica ("reverse-replication"). Likely rare in real world use.
Plugin API
No significant changes.
Pulp File
Misc
Pulp Cert Guard
No significant changes.