Skip to content

Commit

Permalink
Update changelog refs/tags/2.5.1 (#235)
Browse files Browse the repository at this point in the history
Co-authored-by: sean-m-sullivan <[email protected]>
  • Loading branch information
github-actions[bot] and sean-m-sullivan authored Jun 6, 2024
1 parent f4412e9 commit 82f6d44
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 2.5.0
version: 2.5.1
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
5 changes: 0 additions & 5 deletions changelogs/fragments/api_key.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 82f6d44

Please sign in to comment.