Skip to content

3.114.1

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Jul 13:25

3.114.1 (2026-07-14)

Note

Official changes are available on Pulp docs

REST API

Bugfixes

  • Fixed content app directory listing generating broken links when distribution base paths contain colons.
    #6955
  • Fixed RelatedField rendering wrong domain in hrefs when DOMAIN_ENABLED=True.
    #7835
  • Fixed RepositoryVersion.remove_content failing when the queryset is derived from self.content and the repository version contains >= 65,535 content items. The lazy queryset was re-evaluated after content_ids was already updated, causing RepositoryContent entries to be left orphaned.
    #7851
  • Fixed a race condition when creating content with file_url or upload that could result in a duplicate artifact error.

Plugin API

No significant changes.

Pulp File

No significant changes.

Pulp Cert Guard

No significant changes.