3.118.0 (2026-09-15)
Note
Official changes are available on Pulp docs
REST API
Features
- Added optional
added_betweenandremoved_betweenfilters to the content list endpoints. Each
takes two repository versions (by HREF/PRN) asbase,targetand returns the net set of content
added or removed going from the base version to the target version, allowing diffs between two
arbitrary (possibly non-adjacent) repository versions instead of only the single-step difference
against the immediate predecessor.
#7831
Bugfixes
- Cache 404s when content doesn't exist in repository
#8078 - Fixed
RepositoryVersion.containsalways returning False. - Fixed post-migrate hooks to prevent failing on incomplete or rolled back migrations.
- Preserve OpenPGP verification compatibility for failed signatures and fix key ID calculation for OpenPGP v6.
- Revert the migration of relative_paths to the new domain type.
Misc
Plugin API
Deprecations
- Deprecated
RepositoryVersion.content_batch_qs.
Pulp File
No significant changes.
Pulp Cert Guard
No significant changes.