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

Commit

Permalink
Release 3.20.0
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
dkliban committed Jun 24, 2022
1 parent 4415cf6 commit 82cda5c
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 12 deletions.
1 change: 0 additions & 1 deletion CHANGES/1160.misc

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/1203.misc

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.20.0 (2022-06-24)
===================


Bugfixes
--------

- Fixed requirements.in file
[#1175](https://github.com/pulp/pulp_installer/issues/1175)
- Fix gnutls error on the webserver `Peer's certificate does not allow digital signatures. Key usage violation detected.` by adding the key_usage digitalSignature to the CSR.
[#1182](https://github.com/pulp/pulp_installer/issues/1182)
- Fix an issue where by the pulp_webserver role would fail on "Copy Snippets" if it were run after pulp_devel is run.
[#1186](https://github.com/pulp/pulp_installer/issues/1186)
- Fix failure on the task `pulp_webserver : Copy snippets from the pulp_database_config host` when there is extra output on stdout in the prior task `pulp_webserver: Identify Nginx snippets on the pulp_database_config`.
[#1202](https://github.com/pulp/pulp_installer/issues/1202)


Misc
----

- [#1160](https://github.com/pulp/pulp_installer/issues/1160), [#1203](https://github.com/pulp/pulp_installer/issues/1203)


----


3.19.5 (2022-06-15)

Bugfixes
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ 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.19.5, installs the latest release of pulpcore 3.19.z.
This version of the installer, 3.20.0, installs the latest release of pulpcore 3.20.z.

If run against an older version of Pulp 3, it will upgrade it to 3.19.z.
If run against an older version of Pulp 3, it will upgrade it to 3.20.z.

If run again, the installed version of pulpcore 3.19 is not updated unless `pulpcore_update` is set to `true`.
If run again, the installed version of pulpcore 3.20 is not updated unless `pulpcore_update` is set to `true`.

---
**Didn't find what you need to get started?**
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.19.5
version: 3.20.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 molecule/release-static/group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pulp_install_plugins:
extras:
- VitaminC
- VitaminD
version: "1.10.2"
version: "1.10.3"
# pulp-gem:
# pulp-maven:
# pulp-npm:
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 @@ -40,7 +40,7 @@ __pulp_common_pulp_settings_defaults:

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

__pulpcore_version: '{{ pulpcore_version | default("3.19") }}'
__pulpcore_version: '{{ pulpcore_version | default("3.20") }}'

__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 82cda5c

Please sign in to comment.