diff --git a/CHANGES.rst b/CHANGES.rst index 910ca832..ba4f566f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,137 @@ Changelog .. towncrier release notes start +1.14.3 (2023-05-11) +=================== + + +No significant changes. + + +---- + + +1.14.2 (2023-05-04) +=================== + + +Bugfixes +-------- + +- Allows for compatibility with pulpcore>3.25. + `#954 `__ + + +---- + + +1.14.1 (2023-04-18) +=================== + + +No significant changes. + + +---- + + +1.14.0 (2023-04-04) +=================== + + +Features +-------- + +- Added the ability to replicate File distributions/repositories from an upstream Pulp instance. + `#909 `__ + + +Misc +---- + +- `#933 `__ + + +---- + + +1.13.1 (2023-03-23) +=================== + + +No significant changes. + + +---- + + +1.13.0 (2023-03-14) +=================== + + +Features +-------- + +- Added Domains compatibility. + `#859 `__ + + +---- + + +1.12.0 (2023-02-03) +=================== + + +Features +-------- + +- Added a permission check on the used upload in the single shot content creation call. + `#747 `__ +- The upload feature was changed to accept already existing file content. This allows multiple users to own identical files. + `#774 `__ +- Allowed users to publish without manifests by settings the ``manifest`` field to null. + `#837 `__ +- Added a feature that allows Pulp to automatically create missing repositories on import. + `#866 `__ + + +Improved Documentation +---------------------- + +- Added an overview section, with a pointer to the pulp-manifest tool. + `#844 `__ + + +Misc +---- + +- `#813 `__, `#814 `__, `#815 `__, `#816 `__, `#818 `__, `#819 `__, `#820 `__, `#821 `__, `#822 `__, `#823 `__, `#824 `__, `#825 `__, `#826 `__, `#828 `__, `#862 `__, `#867 `__, `#876 `__, `#881 `__ + + +---- + + +1.11.3 (2023-01-27) +=================== + + +No significant changes. + + +---- + + +1.11.2 (2022-10-18) +=================== + + +No significant changes. + + +---- + + 1.11.1 (2022-08-01) ===================