From a9d23dff070ded03066838cf2ee500846d69598a Mon Sep 17 00:00:00 2001 From: Brian Bouterse Date: Thu, 1 Jul 2021 11:49:08 -0400 Subject: [PATCH] Release 3.14.0 Redmine Query: https://pulp.plan.io/issues?set_filter=1&status_id=*&issue_id=8834,8704,6550,8871,8887,8977,8872,6547 Redmine Milestone: https://pulp.plan.io/versions/218.json [noissue] --- docs/index.md | 4 ++-- galaxy.yml | 2 +- roles/pulp_common/vars/main.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 39c5dbb76..db39db75e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.13.0, installs Pulp 3.13.0 specifically. +This version of the installer, 3.14.0, installs Pulp 3.14.0 specifically. -If run against an older version of Pulp 3, it will upgrade it to 3.13.0. +If run against an older version of Pulp 3, it will upgrade it to 3.14.0. --- **Didn't find what you need to get started?** diff --git a/galaxy.yml b/galaxy.yml index dcb27788d..67eef5951 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.13.0 +version: 3.14.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 46b206d17..1a3ed47eb 100644 --- a/roles/pulp_common/vars/main.yml +++ b/roles/pulp_common/vars/main.yml @@ -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.13.0") }}' +__pulp_version: '{{ pulpcore_version | default("3.14.0") }}' __pulp_old_artifact_dir: "{{ pulp_user_home | regex_replace('\\/$', '') }}/artifact" __pulp_artifact_dir: "{{ pulp_media_root | regex_replace('\\/$', '') }}/artifact"