From e595fb10f784336ad74d38059dc3495f5935db53 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Thu, 19 Jan 2023 20:40:57 -0500 Subject: [PATCH] Release 3.22.0 [noissue] --- docs/index.md | 6 +++--- galaxy.yml | 2 +- roles/pulp_common/vars/main.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index 404033417..cdecf1b7f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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, or other services required by Pulp (PostgreSQL, Redis and a webserver.) -This version of the installer, 3.21.4, installs the latest release of pulpcore 3.21.z. +This version of the installer, 3.22.0, installs the latest release of pulpcore 3.22.z. -If run against an older version of Pulp 3, it will upgrade it to 3.21.z. +If run against an older version of Pulp 3, it will upgrade it to 3.22.z. -If run again, the installed version of pulpcore 3.21 is not updated unless `pulpcore_update` is set to `true`. +If run again, the installed version of pulpcore 3.22 is not updated unless `pulpcore_update` is set to `true`. --- **Didn't find what you need to get started?** diff --git a/galaxy.yml b/galaxy.yml index 6c80781fe..ecf605f6e 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.21.4 +version: 3.22.0 # 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/vars/main.yml b/roles/pulp_common/vars/main.yml index 5c9b7c3bd..7902aa3af 100644 --- a/roles/pulp_common/vars/main.yml +++ b/roles/pulp_common/vars/main.yml @@ -49,7 +49,7 @@ __pulp_common_pulp_settings_defaults_dependent_vars: __pulp_common_merged_pulp_settings: "{{ __pulp_common_pulp_settings_defaults | combine(__pulp_common_pulp_settings_defaults_dependent_vars, recursive=true) | combine(pulp_settings, recursive=True) }}" -__pulpcore_version: '{{ pulpcore_version | default("3.21") }}' +__pulpcore_version: '{{ pulpcore_version | default("3.22") }}' __pulp_old_artifact_dir: "{{ pulp_user_home | regex_replace('\\/$', '') }}/artifact" __pulp_artifact_dir: "{{ __pulp_common_merged_pulp_settings.media_root | regex_replace('\\/$', '') }}/artifact"