From 20de9059487d629c31dd1be35ce3cbd76441587d Mon Sep 17 00:00:00 2001 From: Tatiana Tereshchenko Date: Fri, 13 Mar 2020 21:10:47 +0100 Subject: [PATCH 1/2] Changelog for 3.3.0b1 [noissue] --- CHANGES.rst | 45 ++++++++++++++++++++++++++++++++++++++++++++ CHANGES/4162.feature | 1 - CHANGES/4761.feature | 1 - CHANGES/4768.feature | 1 - CHANGES/4812.feature | 1 - CHANGES/6009.feature | 1 - CHANGES/6018.feature | 1 - CHANGES/6019.feature | 1 - CHANGES/6061.feature | 1 - CHANGES/6155.misc | 1 - CHANGES/6187.feature | 1 - CHANGES/6229.bugfix | 1 - CHANGES/6268.feature | 1 - CHANGES/6297.misc | 1 - CHANGES/6300.misc | 1 - 15 files changed, 45 insertions(+), 14 deletions(-) delete mode 100644 CHANGES/4162.feature delete mode 100644 CHANGES/4761.feature delete mode 100644 CHANGES/4768.feature delete mode 100644 CHANGES/4812.feature delete mode 100644 CHANGES/6009.feature delete mode 100644 CHANGES/6018.feature delete mode 100644 CHANGES/6019.feature delete mode 100644 CHANGES/6061.feature delete mode 100644 CHANGES/6155.misc delete mode 100644 CHANGES/6187.feature delete mode 100644 CHANGES/6229.bugfix delete mode 100644 CHANGES/6268.feature delete mode 100644 CHANGES/6297.misc delete mode 100644 CHANGES/6300.misc diff --git a/CHANGES.rst b/CHANGES.rst index 814fc69eb..d9fbd1ef6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -13,6 +13,51 @@ Changelog .. towncrier release notes start +3.3.0b1 (2020-03-13) +==================== + + +Features +-------- + +- Add dependency solving for modules and module-defaults. + `#4162 `_ +- Add dependency solving for RPMs. + `#4761 `_ +- Add incremental update -- copying an advisory also copies the RPMs that it references. + `#4768 `_ +- Enable users to publish a signed Yum repository + `#4812 `_ +- Add a criteria parameter to the copy api that can be used to filter content to by copied. + `#6009 `_ +- Added REST API for copying content between repositories. + `#6018 `_ +- Add a content parameter to the copy api that accepts a list of hrefs to be copied. + `#6019 `_ +- Functional test using bindings. + `#6061 `_ +- Added the field 'sha256' to the public API and enabled users to filter content by this field + `#6187 `_ +- Added a config param to copy api which maps multiple sources to destinations. + `#6268 `_ + + +Bugfixes +-------- + +- Fix sync for repositories with modular content. + `#6229 `_ + + +Misc +---- + +- `#6155 `_, `#6297 `_, `#6300 `_ + + +---- + + 3.2.0 (2020-03-02) ================== diff --git a/CHANGES/4162.feature b/CHANGES/4162.feature deleted file mode 100644 index d4daa0186..000000000 --- a/CHANGES/4162.feature +++ /dev/null @@ -1 +0,0 @@ -Add dependency solving for modules and module-defaults. diff --git a/CHANGES/4761.feature b/CHANGES/4761.feature deleted file mode 100644 index 841e50254..000000000 --- a/CHANGES/4761.feature +++ /dev/null @@ -1 +0,0 @@ -Add dependency solving for RPMs. diff --git a/CHANGES/4768.feature b/CHANGES/4768.feature deleted file mode 100644 index def5b28a5..000000000 --- a/CHANGES/4768.feature +++ /dev/null @@ -1 +0,0 @@ -Add incremental update -- copying an advisory also copies the RPMs that it references. diff --git a/CHANGES/4812.feature b/CHANGES/4812.feature deleted file mode 100644 index 34bf63be1..000000000 --- a/CHANGES/4812.feature +++ /dev/null @@ -1 +0,0 @@ -Enable users to publish a signed Yum repository diff --git a/CHANGES/6009.feature b/CHANGES/6009.feature deleted file mode 100644 index a5e125462..000000000 --- a/CHANGES/6009.feature +++ /dev/null @@ -1 +0,0 @@ -Add a criteria parameter to the copy api that can be used to filter content to by copied. diff --git a/CHANGES/6018.feature b/CHANGES/6018.feature deleted file mode 100644 index 643f051f7..000000000 --- a/CHANGES/6018.feature +++ /dev/null @@ -1 +0,0 @@ -Added REST API for copying content between repositories. diff --git a/CHANGES/6019.feature b/CHANGES/6019.feature deleted file mode 100644 index 9ca53fc80..000000000 --- a/CHANGES/6019.feature +++ /dev/null @@ -1 +0,0 @@ -Add a content parameter to the copy api that accepts a list of hrefs to be copied. diff --git a/CHANGES/6061.feature b/CHANGES/6061.feature deleted file mode 100644 index 17cd720cd..000000000 --- a/CHANGES/6061.feature +++ /dev/null @@ -1 +0,0 @@ -Functional test using bindings. diff --git a/CHANGES/6155.misc b/CHANGES/6155.misc deleted file mode 100644 index aa4e6c15b..000000000 --- a/CHANGES/6155.misc +++ /dev/null @@ -1 +0,0 @@ -Running tests on minio diff --git a/CHANGES/6187.feature b/CHANGES/6187.feature deleted file mode 100644 index 71c091d5d..000000000 --- a/CHANGES/6187.feature +++ /dev/null @@ -1 +0,0 @@ -Added the field 'sha256' to the public API and enabled users to filter content by this field diff --git a/CHANGES/6229.bugfix b/CHANGES/6229.bugfix deleted file mode 100644 index 0e82c7b09..000000000 --- a/CHANGES/6229.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fix sync for repositories with modular content. diff --git a/CHANGES/6268.feature b/CHANGES/6268.feature deleted file mode 100644 index 0c5e2d033..000000000 --- a/CHANGES/6268.feature +++ /dev/null @@ -1 +0,0 @@ -Added a config param to copy api which maps multiple sources to destinations. diff --git a/CHANGES/6297.misc b/CHANGES/6297.misc deleted file mode 100644 index 8103df334..000000000 --- a/CHANGES/6297.misc +++ /dev/null @@ -1 +0,0 @@ -Added a test case for syncing the centos7 repository with the immediate policy diff --git a/CHANGES/6300.misc b/CHANGES/6300.misc deleted file mode 100644 index 4d3ad8f79..000000000 --- a/CHANGES/6300.misc +++ /dev/null @@ -1 +0,0 @@ -Removing bindings job from CI From bcff78fb9a22a39c3a1fc330cf55b49fb4b2ede9 Mon Sep 17 00:00:00 2001 From: Tatiana Tereshchenko Date: Fri, 13 Mar 2020 21:12:49 +0100 Subject: [PATCH 2/2] Version bump to 3.3.0b1 [noissue] --- pulp_rpm/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pulp_rpm/__init__.py b/pulp_rpm/__init__.py index f4491fc4b..e608c5c66 100644 --- a/pulp_rpm/__init__.py +++ b/pulp_rpm/__init__.py @@ -1,4 +1,4 @@ -__version__ = '3.3.0b1.dev' +__version__ = '3.3.0b1' default_app_config = 'pulp_rpm.app.PulpRpmPluginAppConfig' diff --git a/setup.py b/setup.py index 8a9b11e16..16ba3fc1b 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='pulp-rpm', - version='3.3.0b1.dev', + version='3.3.0b1', description='RPM plugin for the Pulp Project', long_description=long_description, license='GPLv2+',