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 mdellweg committed Sep 13, 2023
1 parent f90ba0b commit fdbe316
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,36 @@ Changelog

.. towncrier release notes start
3.34.0 (2023-09-12)
===================
REST API
--------

Bugfixes
~~~~~~~~

- Added missing ``--preload`` option to ``pulpcore-api`` and ``pulpcore-content``.
:github:`4368`
- Ensured that repository and remote delete is always executed in a task. This fixes a bug when the
deletion blocks the gunicorn api worker for too long.
:github:`4372`


Plugin API
----------

Features
~~~~~~~~

- Added a ``LabelsMixin`` for views to allow syncronous manipulation of labels on existing objects.
Repository, remote and distribution views inherit this from pulpcore, but default access policies
need to be adjusted.
:github:`3332`
- Added a migration operation ``RequireVersion`` that refuses to complete as long as active
server components exist in the database.
:github:`3401`


3.33.0 (2023-09-06)
===================
REST API
Expand Down Expand Up @@ -445,6 +475,25 @@ Misc
- :github:`3798`


3.28.14 (2023-09-12)
====================
REST API
--------

Bugfixes
~~~~~~~~

- Ensured that repository and remote delete is always executed in a task. This fixes a bug when the
deletion blocks the gunicorn api worker for too long.
:github:`4372`


Plugin API
----------

No significant changes.


3.28.13 (2023-09-06)
====================
REST API
Expand Down

0 comments on commit fdbe316

Please sign in to comment.