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

Commit

Permalink
Release 3.7.7
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
mikedep333 committed Jul 30, 2021
1 parent 1d374e3 commit 2c1af5b
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 18 deletions.
1 change: 0 additions & 1 deletion CHANGES/6547.feature

This file was deleted.

4 changes: 0 additions & 4 deletions CHANGES/9166.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/9181.bugfix

This file was deleted.

26 changes: 26 additions & 0 deletions docs/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,32 @@ Changelog

<!-- TOWNCRIER -->

3.7.7 (2021-07-28)
==================


Features
--------

- Add git repo and revision to pulcore and plugin installer.
[#6547](https://pulp.plan.io/issues/6547)


Bugfixes
--------

- Fix the "markuppy" `pkg_resources.DistributionNotFound` error on the task
`pulp_common : Collect static content`.
This occurs when installing from RPM packages on EL8 (ever since EPEL8 released
python-tablib-3.0.0-1.el8 on approximately 2021-07-23).
[#9166](https://pulp.plan.io/issues/9166)
- If you upgrade from older pulpcore to pulpcore 3.7 from RPMs, `pulp_common: Collect static content` may fail due to dynaconf being too old (3.0.0rc1 is older than 3.0.0 final). If this happens, you can now workaround it by setting `pulp_pkg_upgrade_all: true` (or upgrading the RPM "python3-dynaconf").
[#9181](https://pulp.plan.io/issues/9181)


----


3.7.6 (2021-04-29)
==================

Expand Down
20 changes: 10 additions & 10 deletions docs/index.md
Original file line number Diff line number Diff line change
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.6, installs Pulp 3.7.6 specifically.
This version of the installer, 3.7.7, installs Pulp 3.7.7 specifically.

If run against an older version of Pulp 3, it will upgrade it to 3.7.6.
If run against an older version of Pulp 3, it will upgrade it to 3.7.7.

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.6).
of pulpcore (3.7.7).
1. Confirm that all the latest stable releases of your desired plugins are compatible with pulpcore
3.7.6, such as by reading the release announcement email thread for pulpcore 3.7.6, reading the
3.7.7, such as by reading the release announcement email thread for pulpcore 3.7.7, 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.6).
(3.7.7).
1. Confirm that all the latest stable releases of **currently installed** plugins are compatible
with pulpcore 3.7.6, such as by reading the release announcement email thread for pulpcore 3.7.6,
with pulpcore 3.7.7, such as by reading the release announcement email thread for pulpcore 3.7.7,
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.6).
1. Observe the latest branch of `pulp_installer`, and what version of pulpcore it installs (3.7.7).
1. Confirm that all the latest stable releases of your desired plugins are compatible with pulpcore
3.7.6, such as by reading the release announcement email thread for pulpcore 3.7.6, reading the
3.7.7, such as by reading the release announcement email thread for pulpcore 3.7.7, 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.6). (Even if there is no update, you can still upgrade your plugins.)
(3.7.7). (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.6, such as by reading the release announcement email thread for pulpcore 3.7.6,
with pulpcore 3.7.7, such as by reading the release announcement email thread for pulpcore 3.7.7,
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
Original file line number Diff line number Diff line change
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.6
version: 3.7.7

# 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
Original file line number Diff line number Diff line change
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.6"
pulp_version: "3.7.7"
pulp_user: pulp
pulp_user_id:
pulp_group: pulp
Expand Down

0 comments on commit 2c1af5b

Please sign in to comment.