Skip to content

3.105.17

Choose a tag to compare

@github-actions github-actions released this 27 Aug 14:19
· 251 commits to main since this release

3.105.17 (2026-08-27)

Note

Official changes are available on Pulp docs

REST API

Features

  • Added --backend option to the add-signing-service management command, enabling Sequoia (sq) as an alternative to GPG for key management. Use --backend sq to register signing services using Sequoia's key store.
    #7479

Bugfixes

  • Fixed add-signing-service management command failing with "There are N keys matching the key id" for PGP keys that have subkeys.
  • Fixed an issue where gpg_verify() was rejecting some valid PGP signatures after changes made in pulpcore 3.108.
  • Increased the content app's maximum HTTP header field size from 8190 to 16384 bytes to support PQC (post-quantum) X.509 certificates forwarded via the X-CLIENT-CERT header.

Plugin API

No significant changes.

Pulp File

Bugfixes

  • Fixed synchronous File uploads failing with "Artifact already exists" instead of reusing the existing Artifact.

Pulp Cert Guard

No significant changes.