diff --git a/CHANGES/7769.bugfix b/CHANGES/7769.bugfix deleted file mode 100644 index 9117a07b4..000000000 --- a/CHANGES/7769.bugfix +++ /dev/null @@ -1 +0,0 @@ -Backport of a bug fix to import EPEL GPG keys before using EPEL. This is needed due to a recent change in ansible. diff --git a/docs/CHANGES.md b/docs/CHANGES.md index e57dc1e48..3e9549c60 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -13,6 +13,20 @@ Changelog +3.7.3 (2020-10-29) +================== + + +Bugfixes +-------- + +- Backport of a bug fix to import EPEL GPG keys before using EPEL. This is needed due to a recent change in ansible. + [#7769](https://pulp.plan.io/issues/7769) + + +---- + + 3.7.2 (2020-10-21) ================== diff --git a/docs/index.md b/docs/index.md index 3e589a1fc..fd1081bc4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,9 +5,9 @@ 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.7.2, installs Pulp 3.7.2 specifically. +This version of the installer, 3.7.3, installs Pulp 3.7.3 specifically. -If run against an older version of Pulp 3, it will upgrade it to 3.7.2. +If run against an older version of Pulp 3, it will upgrade it to 3.7.3. System Requirements ------------------- @@ -93,18 +93,18 @@ Recommended Workflows for Pulpcore & Plugin Versioning Initial installation: 1. Make sure you are running the latest version of the installer, which installs the latest version - of pulpcore (3.7.2). + of pulpcore (3.7.3). 1. Confirm that all the latest stable releases of your desired plugins are compatible with pulpcore - 3.7.2, such as by reading the release announcement email thread for pulpcore 3.7.2, reading the + 3.7.3, such as by reading the release announcement email thread for pulpcore 3.7.3, reading the plugins README, or as a last resort, reading their `setup.py`. 1. Run `pulp_installer`. Upgrading your installation: 1. Observe what is the latest version of `pulp_installer`, and what version of pulpcore it installed - (3.7.2). + (3.7.3). 1. Confirm that all the latest stable releases of **currently installed** plugins are compatible - with pulpcore 3.7.2, such as by reading the release announcement email thread for pulpcore 3.7.2, + with pulpcore 3.7.3, such as by reading the release announcement email thread for pulpcore 3.7.3, reading the plugins README, or as a last resort, reading their setup.py. 1. If they are not all compatible yet, **wait** for the plugins to be updated for compatibility. @@ -116,9 +116,9 @@ reading the plugins README, or as a last resort, reading their setup.py. Initial installation: -1. Observe the latest branch of `pulp_installer`, and what version of pulpcore it installs (3.7.2). +1. Observe the latest branch of `pulp_installer`, and what version of pulpcore it installs (3.7.3). 1. Confirm that all the latest stable releases of your desired plugins are compatible with pulpcore - 3.7.2, such as by reading the release announcement email thread for pulpcore 3.7.2, reading the + 3.7.3, such as by reading the release announcement email thread for pulpcore 3.7.3, reading the plugins README, or as a last resort, reading their setup.py. 1. If they are not all compatible yet, try the last version of the installer that installs pulpcore 3.6.z . Then confirm that there exist stable releases of your desired plugins that are compatible @@ -130,9 +130,9 @@ with pulpcore 3.6.z. If there are none, try pulpcore 3.5.z, and repeate. Upgrading your install: 1. Observe what the latest version of `pulp_installer` is, and what version of pulpcore it installed - (3.7.2). (Even if there is no update, you can still upgrade your plugins.) + (3.7.3). (Even if there is no update, you can still upgrade your plugins.) 1. Confirm that all the latest stable releases of **currently installed** plugins are compatible - with pulpcore 3.7.2, such as by reading the release announcement email thread for pulpcore 3.7.2, + with pulpcore 3.7.3, such as by reading the release announcement email thread for pulpcore 3.7.3, reading the plugins README, or as a last resort, reading their setup.py. 1. If they are not all compatible yet, try the last version of the installer that installs pulpcore 3.6.z . Then confirm that there exist stable releases of your desired plugins that are compatible diff --git a/galaxy.yml b/galaxy.yml index c41523fdf..fbce72a7c 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.7.2 +version: 3.7.3 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/pulp_common/defaults/main.yml b/roles/pulp_common/defaults/main.yml index b8617008b..a8a078497 100644 --- a/roles/pulp_common/defaults/main.yml +++ b/roles/pulp_common/defaults/main.yml @@ -14,7 +14,7 @@ pulp_upgrade: false # they are confident that this version of pulp_installer is compatible with # pulp_version. # Ignored if pulp_source_dir is set -pulp_version: "3.7.2" +pulp_version: "3.7.3" pulp_user: pulp pulp_user_id: pulp_group: pulp