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 #581 from mdellweg/release-3.12
Browse files Browse the repository at this point in the history
Release 3.12
  • Loading branch information
mdellweg committed Apr 9, 2021
2 parents 683ac7f + 744b3fb commit 65bec62
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 24 deletions.
2 changes: 0 additions & 2 deletions CHANGES/8097.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/8212.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/8416.dev

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/8443.dev

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/8446.feature

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/8498.feature

This file was deleted.

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

This file was deleted.

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

<!-- TOWNCRIER -->

3.12 (2021-04-09)
=================


Features
--------

- Vagrant environment: Created a pair of Pulp 2 / Pulp 3 FIPS boxes, pulp2-nightly-pulp3-source-fips-a (Pulp 3 FIPS **VM**)
& pulp2-nightly-pulp3-source-fips-b (Pulp 2 FIPS **container** that runs **on top** of the "a" VM.)
[#8097](https://pulp.plan.io/issues/8097)
- Allow specifying file upload limit
[#8212](https://pulp.plan.io/issues/8212)
- Install object storage support (azure/s3)
[#8446](https://pulp.plan.io/issues/8446)
- Introduce advanced variable: ``pulp_service_timeout``
[#8498](https://pulp.plan.io/issues/8498)


Bugfixes
--------

- Avoid using shared variables from pulp_database role
[#8519](https://pulp.plan.io/issues/8519)


Devel
-----

- Configure pulp-cli at devel role
[#8416](https://pulp.plan.io/issues/8416)
- Adding required collections to requirement.yml
[#8443](https://pulp.plan.io/issues/8443)


----


3.11.0 (2021-03-16)
===================

Expand Down
28 changes: 14 additions & 14 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.11.0, installs Pulp 3.11.0 specifically.
This version of the installer, 3.12.0, installs Pulp 3.12.0 specifically.

If run against an older version of Pulp 3, it will upgrade it to 3.11.0.
If run against an older version of Pulp 3, it will upgrade it to 3.12.0.

System Requirements
-------------------
Expand Down Expand Up @@ -90,18 +90,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.11.0).
of pulpcore (3.12.0).
1. Confirm that all the latest stable releases of your desired plugins are compatible with pulpcore
3.11.0, such as by reading the release announcement email thread for pulpcore 3.11.0, reading the
3.12.0, such as by reading the release announcement email thread for pulpcore 3.12.0, 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.11.0).
(3.12.0).
1. Confirm that all the latest stable releases of **currently installed** plugins are compatible
with pulpcore 3.11.0, such as by reading the release announcement email thread for pulpcore 3.11.0,
with pulpcore 3.12.0, such as by reading the release announcement email thread for pulpcore 3.12.0,
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 @@ -113,27 +113,27 @@ 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.11.0).
1. Observe the latest branch of `pulp_installer`, and what version of pulpcore it installs (3.12.0).
1. Confirm that all the latest stable releases of your desired plugins are compatible with pulpcore
3.11.0, such as by reading the release announcement email thread for pulpcore 3.11.0, reading the
3.12.0, such as by reading the release announcement email thread for pulpcore 3.12.0, 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.10.z . Then confirm that there exist stable releases of your desired plugins that are compatible
with pulpcore 3.10.z. If there are none, try pulpcore 3.9.z, and repeat.
3.11.z . Then confirm that there exist stable releases of your desired plugins that are compatible
with pulpcore 3.11.z. If there are none, try pulpcore 3.10.z, and repeat.
1. Once a compatible pulpcore version is found, specify `version` for each plugin under
`pulp_install_plugins`.
1. Run `pulp_installer`

Upgrading your install:

1. Observe what the latest version of `pulp_installer` is, and what version of pulpcore it installed
(3.11.0). (Even if there is no update, you can still upgrade your plugins.)
(3.12.0). (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.11.0, such as by reading the release announcement email thread for pulpcore 3.11.0,
with pulpcore 3.12.0, such as by reading the release announcement email thread for pulpcore 3.12.0,
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.10.z . Then confirm that there exist stable releases of your desired plugins that are compatible
with pulpcore 3.10.z. If there are none, try pulpcore 3.9.z, and repeat.
3.11.z . Then confirm that there exist stable releases of your desired plugins that are compatible
with pulpcore 3.11.z. If there are none, try pulpcore 3.10.z, and repeat.
1. Once a compatible pulpcore version is found, **revise** `version` for each plugin under
`pulp_install_plugins`. Do not specify `upgrade` as well.
1. Upgrade `pulp_installer` to the latest version (if there is a new version.)
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.11.0
version: 3.12.0

# 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/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ __pulp_common_pulp_settings_defaults:

__pulp_common_merged_pulp_settings: "{{ __pulp_common_pulp_settings_defaults | combine(pulp_settings, recursive=True) }}"

__pulp_version: '{{ pulpcore_version | default("3.11.0") }}'
__pulp_version: '{{ pulpcore_version | default("3.12.0") }}'

__pulp_old_artifact_dir: "{{ pulp_user_home | regex_replace('\\/$', '') }}/artifact"
__pulp_artifact_dir: "{{ pulp_media_root | regex_replace('\\/$', '') }}/artifact"
Expand Down

0 comments on commit 65bec62

Please sign in to comment.