From e54b7b849cff38b7407a2c04af7adb25413d3f42 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 24 Jun 2022 14:55:31 +0000 Subject: [PATCH] 2.13.0 changelog [noissue] --- CHANGES.rst | 48 +++++++++++++++++++++++++++++++++++++++++++++ CHANGES/461.bugfix | 1 - CHANGES/641.doc | 2 -- CHANGES/678.misc | 1 - CHANGES/731.feature | 1 - CHANGES/756.bugfix | 1 - CHANGES/767.bugfix | 1 - CHANGES/772.misc | 1 - CHANGES/789.bugfix | 2 -- CHANGES/791.misc | 1 - CHANGES/797.bugfix | 3 --- CHANGES/809.misc | 1 - CHANGES/861.bugfix | 1 - 13 files changed, 48 insertions(+), 16 deletions(-) delete mode 100644 CHANGES/461.bugfix delete mode 100644 CHANGES/641.doc delete mode 100644 CHANGES/678.misc delete mode 100644 CHANGES/731.feature delete mode 100644 CHANGES/756.bugfix delete mode 100644 CHANGES/767.bugfix delete mode 100644 CHANGES/772.misc delete mode 100644 CHANGES/789.bugfix delete mode 100644 CHANGES/791.misc delete mode 100644 CHANGES/797.bugfix delete mode 100644 CHANGES/809.misc delete mode 100644 CHANGES/861.bugfix diff --git a/CHANGES.rst b/CHANGES.rst index 7cb267f5e..070de8ba8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,54 @@ Changelog .. towncrier release notes start +2.13.0 (2022-06-24) +=================== + + +Features +-------- + +- Added support for streaming artifacts from object storage. + `#731 `__ + + +Bugfixes +-------- + +- Fixed the machinery for building OCI images. + `#461 `__ +- Fixed the regular expression for matching base paths in distributions. + `#756 `__ +- Fixed generation of the redirect url to the object storage + `#767 `__ +- Enforced the reference to manifests from tags. Note that this bugfix introduces a migration that + removes tags without any reference to the manifests. + `#789 `__ +- Improved image upload process from podman/docker clients. + These clients send data as one big chunk hence we don't need to save it + as chunk but as an artifact directly. + `#797 `__ +- Fixed upload does not exist error during image push operation. + `#861 `__ + + +Improved Documentation +---------------------- + +- Improved the documentation for RBAC by adding a new section for roles and a new section for + migrating from permissions to roles. + `#641 `__ + + +Misc +---- + +- `#678 `__, `#772 `__, `#791 `__, `#809 `__ + + +---- + + 2.12.1 (2022-05-12) =================== diff --git a/CHANGES/461.bugfix b/CHANGES/461.bugfix deleted file mode 100644 index 6a88584b5..000000000 --- a/CHANGES/461.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed the machinery for building OCI images. diff --git a/CHANGES/641.doc b/CHANGES/641.doc deleted file mode 100644 index 0adba2498..000000000 --- a/CHANGES/641.doc +++ /dev/null @@ -1,2 +0,0 @@ -Improved the documentation for RBAC by adding a new section for roles and a new section for -migrating from permissions to roles. diff --git a/CHANGES/678.misc b/CHANGES/678.misc deleted file mode 100644 index 8ffb76f34..000000000 --- a/CHANGES/678.misc +++ /dev/null @@ -1 +0,0 @@ -Removed django-guardian from the stack. diff --git a/CHANGES/731.feature b/CHANGES/731.feature deleted file mode 100644 index 33d2cadcf..000000000 --- a/CHANGES/731.feature +++ /dev/null @@ -1 +0,0 @@ -Added support for streaming artifacts from object storage. diff --git a/CHANGES/756.bugfix b/CHANGES/756.bugfix deleted file mode 100644 index f3b43641b..000000000 --- a/CHANGES/756.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed the regular expression for matching base paths in distributions. diff --git a/CHANGES/767.bugfix b/CHANGES/767.bugfix deleted file mode 100644 index 3727f1f64..000000000 --- a/CHANGES/767.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed generation of the redirect url to the object storage diff --git a/CHANGES/772.misc b/CHANGES/772.misc deleted file mode 100644 index ba23f3c6c..000000000 --- a/CHANGES/772.misc +++ /dev/null @@ -1 +0,0 @@ -Relaxed the jsonschema version requirement. diff --git a/CHANGES/789.bugfix b/CHANGES/789.bugfix deleted file mode 100644 index e2df9c819..000000000 --- a/CHANGES/789.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Enforced the reference to manifests from tags. Note that this bugfix introduces a migration that -removes tags without any reference to the manifests. diff --git a/CHANGES/791.misc b/CHANGES/791.misc deleted file mode 100644 index 526b8e0c1..000000000 --- a/CHANGES/791.misc +++ /dev/null @@ -1 +0,0 @@ -Converted CharField to TextField. diff --git a/CHANGES/797.bugfix b/CHANGES/797.bugfix deleted file mode 100644 index b1e91914f..000000000 --- a/CHANGES/797.bugfix +++ /dev/null @@ -1,3 +0,0 @@ -Improved image upload process from podman/docker clients. -These clients send data as one big chunk hence we don't need to save it -as chunk but as an artifact directly. diff --git a/CHANGES/809.misc b/CHANGES/809.misc deleted file mode 100644 index ae7985c75..000000000 --- a/CHANGES/809.misc +++ /dev/null @@ -1 +0,0 @@ -Use queryset_scoping from core. diff --git a/CHANGES/861.bugfix b/CHANGES/861.bugfix deleted file mode 100644 index d94977b9e..000000000 --- a/CHANGES/861.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed upload does not exist error during image push operation.