diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 20a3d93..c9240db 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,15 @@ infra.aap\_Utilities Release Notes .. contents:: Topics +v2.5.1 +====== + +Minor Changes +------------- + +- Added support for providing OpenShift auth via api key for ocp install +- Changed isntances of ansible.builtin.yum module to dnf, this module is backwards comapatible, but the yum module has been removed. + v2.5.0 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 5794941..6bf779f 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -16,4 +16,4 @@ plugins: strategy: {} test: {} vars: {} -version: 2.5.0 +version: 2.5.1 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 01c7f76..c3bd4c0 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -44,3 +44,12 @@ releases: release_date: '2024-01-16' 2.5.0: release_date: '2024-05-14' + 2.5.1: + changes: + minor_changes: + - Added support for providing OpenShift auth via api key for ocp install + - Changed isntances of ansible.builtin.yum module to dnf, this module is backwards + comapatible, but the yum module has been removed. + fragments: + - api_key.yml + release_date: '2024-06-05' diff --git a/changelogs/fragments/api_key.yml b/changelogs/fragments/api_key.yml deleted file mode 100644 index 2d0fadc..0000000 --- a/changelogs/fragments/api_key.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -minor_changes: - - Added support for providing OpenShift auth via api key for ocp install - - Changed isntances of ansible.builtin.yum module to dnf, this module is backwards comapatible, but the yum module has been removed. -... diff --git a/galaxy.yml b/galaxy.yml index cf6c6e1..8aa7835 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: infra name: aap_utilities -version: 2.5.0-devel +version: 2.5.1-devel description: A collection of utility roles for usage with Ansible Automation Platform readme: README.md authors: