From 5d55f8e87fde48427aade86c9a9d18fbcf60205a Mon Sep 17 00:00:00 2001 From: pulpbot Date: Fri, 3 Nov 2023 21:32:17 +0000 Subject: [PATCH] Add changelog for 2.2.0 [noissue] --- CHANGES.rst | 26 ++++++++++++++++++++++++++ CHANGES/269.bugfix | 1 - CHANGES/277.bugfix | 1 - CHANGES/279.bugfix | 1 - CHANGES/288.bugfix | 1 - CHANGES/303.feature | 1 - 6 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 CHANGES/269.bugfix delete mode 100644 CHANGES/277.bugfix delete mode 100644 CHANGES/279.bugfix delete mode 100644 CHANGES/288.bugfix delete mode 100644 CHANGES/303.feature diff --git a/CHANGES.rst b/CHANGES.rst index 94d56b6e..8693594f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,6 +11,32 @@ Changelog .. towncrier release notes start +2.2.0 (2023-11-03) +================== + +Features +-------- + +- Made plugin compatible with pulpcore 3.40.1+. + `#303 `_ + + +Bugfixes +-------- + +- Started re-generating summary files and publishing them during the import. + `#269 `_ +- Fixed a bug that led to ignoring already imported refs in a repository when generating a summary. + `#277 `_ +- Made the import facility to accept tarballs with already imported parent commits. + `#279 `_ +- Fixed the procedure of regenerating summaries by using the relevant refs only. + `#288 `_ + + +---- + + 2.1.3 (2023-09-18) ================== diff --git a/CHANGES/269.bugfix b/CHANGES/269.bugfix deleted file mode 100644 index 3d6e4a74..00000000 --- a/CHANGES/269.bugfix +++ /dev/null @@ -1 +0,0 @@ -Started re-generating summary files and publishing them during the import. diff --git a/CHANGES/277.bugfix b/CHANGES/277.bugfix deleted file mode 100644 index c75ccf7e..00000000 --- a/CHANGES/277.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed a bug that led to ignoring already imported refs in a repository when generating a summary. diff --git a/CHANGES/279.bugfix b/CHANGES/279.bugfix deleted file mode 100644 index 38fff3b2..00000000 --- a/CHANGES/279.bugfix +++ /dev/null @@ -1 +0,0 @@ -Made the import facility to accept tarballs with already imported parent commits. diff --git a/CHANGES/288.bugfix b/CHANGES/288.bugfix deleted file mode 100644 index 2e9f6ad1..00000000 --- a/CHANGES/288.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed the procedure of regenerating summaries by using the relevant refs only. diff --git a/CHANGES/303.feature b/CHANGES/303.feature deleted file mode 100644 index 9658d8dd..00000000 --- a/CHANGES/303.feature +++ /dev/null @@ -1 +0,0 @@ -Made plugin compatible with pulpcore 3.40.1+.