From 8af577c371ea3f433213fa02a27a1dae0439f085 Mon Sep 17 00:00:00 2001 From: Mike DePaulo Date: Fri, 16 Sep 2022 13:13:04 -0400 Subject: [PATCH] Release 3.21.2 [noissue] --- docs/index.md | 2 +- galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 25ae8d3e1..bc45b36e7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,7 +5,7 @@ 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.1, installs the latest release of pulpcore 3.21.z. +This version of the installer, 3.21.2, installs the latest release of pulpcore 3.21.z. If run against an older version of Pulp 3, it will upgrade it to 3.21.z. diff --git a/galaxy.yml b/galaxy.yml index fd7b285cc..eb3e67a57 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.1 +version: 3.21.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md