From 8e9ac2f1afa94dca72ccb4109af5b0d98acbb7d3 Mon Sep 17 00:00:00 2001 From: Dennis Kliban Date: Wed, 30 Sep 2020 14:29:08 -0400 Subject: [PATCH] Release 3.7.1 [noissue] --- CHANGES/7481.bugfix | 1 - docs/CHANGES.md | 14 ++++++++++++++ docs/index.md | 20 ++++++++++---------- galaxy.yml | 2 +- roles/pulp_common/defaults/main.yml | 2 +- 5 files changed, 26 insertions(+), 13 deletions(-) delete mode 100644 CHANGES/7481.bugfix diff --git a/CHANGES/7481.bugfix b/CHANGES/7481.bugfix deleted file mode 100644 index e394bac61..000000000 --- a/CHANGES/7481.bugfix +++ /dev/null @@ -1 +0,0 @@ -Fixed Apache config bug that prevented Pulp 2 API from being accessible. diff --git a/docs/CHANGES.md b/docs/CHANGES.md index aacb24671..088b55392 100644 --- a/docs/CHANGES.md +++ b/docs/CHANGES.md @@ -13,6 +13,20 @@ Changelog +3.7.1 (2020-09-30) +================== + + +Bugfixes +-------- + +- Fixed Apache config bug that prevented Pulp 2 API from being accessible. + [#7481](https://pulp.plan.io/issues/7481) + + +---- + + 3.7.0 (2020-09-23) ================== diff --git a/docs/index.md b/docs/index.md index 50cac2932..3f410f0a1 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.0, installs Pulp 3.7.0 specifically. +This version of the installer, 3.7.1, installs Pulp 3.7.1 specifically. -If run against an older version of Pulp 3, it will upgrade it to 3.7.0. +If run against an older version of Pulp 3, it will upgrade it to 3.7.1. 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.0). + of pulpcore (3.7.1). 1. Confirm that all the latest stable releases of your desired plugins are compatible with pulpcore - 3.7.0, such as by reading the release announcement email thread for pulpcore 3.7.0, reading the + 3.7.1, such as by reading the release announcement email thread for pulpcore 3.7.1, 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.0). + (3.7.1). 1. Confirm that all the latest stable releases of **currently installed** plugins are compatible - with pulpcore 3.7.0, such as by reading the release announcement email thread for pulpcore 3.7.0, + with pulpcore 3.7.1, such as by reading the release announcement email thread for pulpcore 3.7.1, 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.0). +1. Observe the latest branch of `pulp_installer`, and what version of pulpcore it installs (3.7.1). 1. Confirm that all the latest stable releases of your desired plugins are compatible with pulpcore - 3.7.0, such as by reading the release announcement email thread for pulpcore 3.7.0, reading the + 3.7.1, such as by reading the release announcement email thread for pulpcore 3.7.1, 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.3.z . Then confirm that there exist stable releases of your desired plugins that are compatible @@ -130,9 +130,9 @@ with pulpcore 3.3.z. If there are none, try pulpcore 3.2.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.0). (Even if there is no update, you can still upgrade your plugins.) + (3.7.1). (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.0, such as by reading the release announcement email thread for pulpcore 3.7.0, + with pulpcore 3.7.1, such as by reading the release announcement email thread for pulpcore 3.7.1, 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.3.z . Then confirm that there exist stable releases of your desired plugins that are compatible diff --git a/galaxy.yml b/galaxy.yml index 5416d1916..a413661d2 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.0 +version: 3.7.1 # 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 09a62408a..5a3afaa66 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.0" +pulp_version: "3.7.1" pulp_user: pulp pulp_user_id: pulp_group: pulp