Skip to content

Commit

Permalink
Update Changelog
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot authored and ggainey committed Jan 19, 2024
1 parent f816722 commit e1f2d0e
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,49 @@ Changelog

.. towncrier release notes start
3.25.0 (2024-01-18)
===================

Features
--------

- Added a ``compression_type`` option to allow publishing metadata files with zstd compression (in addition to the default gzip).
`#3316 <https://github.com/pulp/pulp_rpm/issues/3316>`__
- Raised pulpcore requirement to 3.44.1 to fix an RBAC related bug.
`#3381 <https://github.com/pulp/pulp_rpm/issues/3381>`__


Bugfixes
--------

- Added support for preventing unquoted NSVCA numerical values (e.g. ``"stream": 2.10``) of having zeros stripped on modulemd YAML files.
`#3285 <https://github.com/pulp/pulp_rpm/issues/3285>`__
- Fixed bug about malformed tuple introduced on the removal of sqlite-metadata support (PR #3328).
`#3351 <https://github.com/pulp/pulp_rpm/issues/3351>`__
- Fixed server error when trying to create repository with deprecated `gpgcheck` and `repo_gpgcheck`.
`#3357 <https://github.com/pulp/pulp_rpm/issues/3357>`__
- Fixes bug where RpmPublications couldn't be created when using a non-admin user.
`#3381 <https://github.com/pulp/pulp_rpm/issues/3381>`__


Deprecations and Removals
-------------------------

- Removed the ability to generate sqlite metadata during repository publish.
`#2457 <https://github.com/pulp/pulp_rpm/issues/2457>`__
- Removed support for publishing repos with a checksum type of md5, sha1, or sha224
`#2488 <https://github.com/pulp/pulp_rpm/issues/2488>`__


Misc
----

- `#3345 <https://github.com/pulp/pulp_rpm/issues/3345>`__


----


3.24.1 (2024-01-05)
===================

Expand Down

0 comments on commit e1f2d0e

Please sign in to comment.