From c46ad864936f3f1c96cfd8db48c8ede3e07ad17f Mon Sep 17 00:00:00 2001 From: Dennis Kliban Date: Thu, 17 Dec 2020 15:39:34 -0500 Subject: [PATCH] Release 3.9.0-1 [noissue] --- CHANGES/7841.misc | 2 -- CHANGES/7996.bugfix | 2 -- docs/CHANGES.md | 21 +++++++++++++++++++++ docs/index.md | 2 +- galaxy.yml | 2 +- 5 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 CHANGES/7841.misc delete mode 100644 CHANGES/7996.bugfix diff --git a/CHANGES/7841.misc b/CHANGES/7841.misc deleted file mode 100644 index 81a9aaa4b..000000000 --- a/CHANGES/7841.misc +++ /dev/null @@ -1,2 +0,0 @@ -Honor the version specified for pulpcore and plugins installation when one is using OS provided -packages. diff --git a/CHANGES/7996.bugfix b/CHANGES/7996.bugfix deleted file mode 100644 index 66bddaf87..000000000 --- a/CHANGES/7996.bugfix +++ /dev/null @@ -1,2 +0,0 @@ -Fixed inability to install on CentOS 8.3 or CentOS Stream due to the newly renamed "powertools" repo -(formerly "PowerTools") not being enabled by the installer. diff --git a/docs/CHANGES.md b/docs/CHANGES.md index 57922e3f4..7c50cf89d 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -13,6 +13,27 @@ Changelog +3.9.0-1 (2020-12-17) +==================== + + +Bugfixes +-------- + +- Fixed inability to install on CentOS 8.3 or CentOS Stream due to the newly renamed "powertools" repo + (formerly "PowerTools") not being enabled by the installer. + [#7996](https://pulp.plan.io/issues/7996) + + +Misc +---- + +- [#7841](https://pulp.plan.io/issues/7841) + + +---- + + 3.9.0 (2020-12-07) ================== diff --git a/docs/index.md b/docs/index.md index 6d85baffe..8af36e7ae 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ The Pulp 3 Ansible installer is a collection of Ansible roles that you can use t Each Ansible role installs and configures a component of Pulp. -This version of the installer, 3.9.0, installs Pulp 3.9.0 specifically. +This version of the installer, 3.9.0-1, installs Pulp 3.9.0 specifically. If run against an older version of Pulp 3, it will upgrade it to 3.9.0. diff --git a/galaxy.yml b/galaxy.yml index 996e84b00..475893418 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: pulp name: pulp_installer # The version of the collection. Must be compatible with semantic versioning -version: 3.9.0 +version: 3.9.0-1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md