From 3be27823b0defe600a32d6d5f46cb5250236a22b Mon Sep 17 00:00:00 2001 From: Fabricio Aguiar Date: Tue, 24 Aug 2021 18:18:36 -0300 Subject: [PATCH] Release 3.14.5 Redmine Query: https://pulp.plan.io/issues?set_filter=1&status_id=*&issue_id=9271 Redmine Milestone: https://pulp.plan.io/versions/278.json [noissue] --- docs/index.md | 4 ++-- galaxy.yml | 2 +- roles/pulp_common/defaults/main.yml | 2 +- roles/pulp_common/vars/main.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index ecd8c7ac3..c82aa5587 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.14.4, installs Pulp 3.14.4 specifically. +This version of the installer, 3.14.5, installs Pulp 3.14.5 specifically. -If run against an older version of Pulp 3, it will upgrade it to 3.14.4. +If run against an older version of Pulp 3, it will upgrade it to 3.14.5. --- **Didn't find what you need to get started?** diff --git a/galaxy.yml b/galaxy.yml index 1f93760cf..323b01f01 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.14.4 +version: 3.14.5 # 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/defaults/main.yml b/roles/pulp_common/defaults/main.yml index 81f50c573..0ccd00dfb 100644 --- a/roles/pulp_common/defaults/main.yml +++ b/roles/pulp_common/defaults/main.yml @@ -63,7 +63,7 @@ __pulp_selinux_policy_pkgs: - pulpcore - pulpcore_rhsmcertd __pulp_selinux_repo: 'https://github.com/pulp/pulpcore-selinux.git' -__pulp_selinux_version: '1.2.4' +__pulp_selinux_version: '1.2.5' __pulp_selinux_label_dirs: - "{{ pulp_install_dir }}" - "{{ pulp_config_dir }}" diff --git a/roles/pulp_common/vars/main.yml b/roles/pulp_common/vars/main.yml index 898d3a9f0..942ddc3b5 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.14.4") }}' +__pulp_version: '{{ pulpcore_version | default("3.14.5") }}' __pulp_old_artifact_dir: "{{ pulp_user_home | regex_replace('\\/$', '') }}/artifact" __pulp_artifact_dir: "{{ pulp_media_root | regex_replace('\\/$', '') }}/artifact"