Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #480 from dkliban/release-3.7.3
Browse files Browse the repository at this point in the history
Release 3.7.3
  • Loading branch information
dkliban committed Oct 29, 2020
2 parents 2d53f21 + 91bdef2 commit 14d0ac8
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 13 deletions.
1 change: 0 additions & 1 deletion CHANGES/7769.bugfix

This file was deleted.

14 changes: 14 additions & 0 deletions docs/CHANGES.md
Expand Up @@ -13,6 +13,20 @@ Changelog

<!-- TOWNCRIER -->

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)
==================

Expand Down
20 changes: 10 additions & 10 deletions docs/index.md
Expand Up @@ -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
-------------------
Expand Down Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion roles/pulp_common/defaults/main.yml
Expand Up @@ -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
Expand Down

0 comments on commit 14d0ac8

Please sign in to comment.