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

Commit

Permalink
Release 3.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fao89 committed Aug 24, 2021
1 parent c8bcd67 commit 3be2782
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.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?**
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.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
Expand Down
2 changes: 1 addition & 1 deletion roles/pulp_common/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
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.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"
Expand Down

0 comments on commit 3be2782

Please sign in to comment.