diff --git a/CHANGES.rst b/CHANGES.rst index 8a83effae..86ede4890 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,31 @@ Changelog .. towncrier release notes start +0.10.1 (2021-10-05) +=================== + +Bugfixes +-------- + +- Added a better error message when trying to sync a missing collection using V3 endpoints. + `#9404 `_ +- Ensure deprecation status is in sync with the remote + `#9442 `_ +- Fixed optimized mirror syncs erroneously removing all content in the repository. + `#9476 `_ +- Changed the use of ``dispatch`` to match the signature from pulpcore>=3.15. + `#9483 `_ + + +Misc +---- + +- `#9368 `_ + + +---- + + 0.10.0 (2021-08-31) =================== diff --git a/CHANGES/9368.misc b/CHANGES/9368.misc deleted file mode 100644 index 3914bd16f..000000000 --- a/CHANGES/9368.misc +++ /dev/null @@ -1 +0,0 @@ -Ensure syncing is async safe diff --git a/CHANGES/9404.bugfix b/CHANGES/9404.bugfix deleted file mode 100644 index ee5c1089a..000000000 --- a/CHANGES/9404.bugfix +++ /dev/null @@ -1 +0,0 @@ -Added a better error message when trying to sync a missing collection using V3 endpoints. diff --git a/CHANGES/9442.bugfix b/CHANGES/9442.bugfix deleted file mode 100644 index 68b6499ff..000000000 --- a/CHANGES/9442.bugfix +++ /dev/null @@ -1 +0,0 @@ -Ensure deprecation status is in sync with the remote diff --git a/CHANGES/9476.bugfix b/CHANGES/9476.bugfix deleted file mode 100644 index 309801859..000000000 --- a/CHANGES/9476.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed optimized mirror syncs erroneously removing all content in the repository. diff --git a/CHANGES/9483.bugfix b/CHANGES/9483.bugfix deleted file mode 100644 index a5fd2b580..000000000 --- a/CHANGES/9483.bugfix +++ /dev/null @@ -1 +0,0 @@ -Changed the use of ``dispatch`` to match the signature from pulpcore>=3.15.