From 80444726d7548830c84e16683c58dc67d9452fcb Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 18 Oct 2024 03:08:23 +0000 Subject: [PATCH] Update Changelog --- CHANGES.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 59a5a29b5..ef329dbd8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,17 @@ [//]: # (towncrier release notes start) +## 3.27.2 (2024-10-17) {: #3.27.2 } + +#### Bugfixes {: #3.27.2-bugfix } + +- Fixed the JSONField specification so it doesn't break ruby bindings. + [#3639](https://github.com/pulp/pulp_rpm/issues/3639) +- Fixed stacktrace from create_modulemd() when trying to report an error. + [#3756](https://github.com/pulp/pulp_rpm/issues/3756) + +--- + ## 3.27.1 (2024-06-20) {: #3.27.1 } @@ -44,6 +55,19 @@ --- +## 3.26.2 (2024-10-17) {: #3.26.2 } + +#### Bugfixes {: #3.26.2-bugfix } + +- Honor repository's compression_type for publications unless overridden + [#3614](https://github.com/pulp/pulp_rpm/issues/3614) +- Declared compatibility against pulpcore<3.70. + [#3620](https://github.com/pulp/pulp_rpm/issues/3620) +- Fixed stacktrace from create_modulemd() when trying to report an error. + [#3756](https://github.com/pulp/pulp_rpm/issues/3756) + +--- + ## 3.26.1 (2024-06-16) {: #3.26.1 } @@ -91,6 +115,19 @@ --- +## 3.25.6 (2024-10-17) {: #3.25.6 } + +#### Bugfixes {: #3.25.6-bugfix } + +- Honor repository's compression_type for publications unless overridden + [#3614](https://github.com/pulp/pulp_rpm/issues/3614) +- Declared compatibility against pulpcore<3.70. + [#3620](https://github.com/pulp/pulp_rpm/issues/3620) +- Fixed stacktrace from create_modulemd() when trying to report an error. + [#3756](https://github.com/pulp/pulp_rpm/issues/3756) + +--- + ## 3.25.5 (2024-06-16) {: #3.25.5 }