Skip to content

Commit

Permalink
Update changelog refs/tags/2.5.1 (redhat-cop#684)
Browse files Browse the repository at this point in the history
Co-authored-by: sean-m-sullivan <[email protected]>
  • Loading branch information
2 people authored and Przemyslaw Kalitowski committed Nov 22, 2024
1 parent f825992 commit 078e75c
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 13 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ infra.controller_configuration Release Notes
.. contents:: Topics


v2.5.1
======

Minor Changes
-------------

- Adds request_timeout to controller_export_diff module, and roles
- licence role now uses a boolean of controller_license.use_looup to determine whether to lookup subscriptions. A lookup is only needed to refresh the available pools, or if it has never been done. See Role Readme for details.

Bugfixes
--------

- Fixed issue with licence role not operating properly, when a controller never had credentials provided for subscription lookup. See Role Readme for proper usuage.
- Fixed issue with organization role not acceppting default environments option correctly.

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 @@ -176,4 +176,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 2.5.0
version: 2.5.1
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -534,3 +534,20 @@ releases:
- roles.yml
- source_build.yml
release_date: '2023-08-03'
2.5.1:
changes:
bugfixes:
- Fixed issue with licence role not operating properly, when a controller never
had credentials provided for subscription lookup. See Role Readme for proper
usuage.
- Fixed issue with organization role not acceppting default environments option
correctly.
minor_changes:
- Adds request_timeout to controller_export_diff module, and roles
- licence role now uses a boolean of controller_license.use_looup to determine
whether to lookup subscriptions. A lookup is only needed to refresh the available
pools, or if it has never been done. See Role Readme for details.
fragments:
- add_request_timeout.yml
- licence_org.yml
release_date: '2023-08-29'
4 changes: 0 additions & 4 deletions changelogs/fragments/add_request_timeout.yml

This file was deleted.

7 changes: 0 additions & 7 deletions changelogs/fragments/licence_org.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: controller_configuration
version: 2.5.0-devel
version: 2.5.1-devel
description: A collection of roles to manage Ansible Controller
readme: README.md
authors:
Expand Down

0 comments on commit 078e75c

Please sign in to comment.