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

Commit e595fb1

Browse files
committed
Release 3.22.0
[noissue]
1 parent 96e49e9 commit e595fb1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ The Pulp 3 Ansible installer is a collection of Ansible roles that you can use t
55

66
Each Ansible role installs and configures a component of Pulp, or other services required by Pulp (PostgreSQL, Redis and a webserver.)
77

8-
This version of the installer, 3.21.4, installs the latest release of pulpcore 3.21.z.
8+
This version of the installer, 3.22.0, installs the latest release of pulpcore 3.22.z.
99

10-
If run against an older version of Pulp 3, it will upgrade it to 3.21.z.
10+
If run against an older version of Pulp 3, it will upgrade it to 3.22.z.
1111

12-
If run again, the installed version of pulpcore 3.21 is not updated unless `pulpcore_update` is set to `true`.
12+
If run again, the installed version of pulpcore 3.22 is not updated unless `pulpcore_update` is set to `true`.
1313

1414
---
1515
**Didn't find what you need to get started?**

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace: pulp
1010
name: pulp_installer
1111

1212
# The version of the collection. Must be compatible with semantic versioning
13-
version: 3.21.4
13+
version: 3.22.0
1414

1515
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
1616
readme: README.md

roles/pulp_common/vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ __pulp_common_pulp_settings_defaults_dependent_vars:
4949

5050
__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) }}"
5151

52-
__pulpcore_version: '{{ pulpcore_version | default("3.21") }}'
52+
__pulpcore_version: '{{ pulpcore_version | default("3.22") }}'
5353

5454
__pulp_old_artifact_dir: "{{ pulp_user_home | regex_replace('\\/$', '') }}/artifact"
5555
__pulp_artifact_dir: "{{ __pulp_common_merged_pulp_settings.media_root | regex_replace('\\/$', '') }}/artifact"

0 commit comments

Comments
 (0)