Skip to content

Commit

Permalink
Release 9.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 3, 2024
1 parent 5fd9739 commit 9e0eeb0
Show file tree
Hide file tree
Showing 15 changed files with 139 additions and 64 deletions.
108 changes: 70 additions & 38 deletions CHANGELOG.md

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,34 @@ Community General Release Notes

This changelog describes changes after version 8.0.0.

v9.5.1
======

Release Summary
---------------

Regular bugfix release.

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

- redfish_utils module utils - schedule a BIOS configuration job at next reboot when the BIOS config is changed (https://github.com/ansible-collections/community.general/pull/9012).

Bugfixes
--------

- bitwarden lookup plugin - support BWS v0.3.0 syntax breaking change (https://github.com/ansible-collections/community.general/pull/9028).
- collection_version lookup plugin - use ``importlib`` directly instead of the deprecated and in ansible-core 2.19 removed ``ansible.module_utils.compat.importlib`` (https://github.com/ansible-collections/community.general/pull/9084).
- gitlab_label - update label's color (https://github.com/ansible-collections/community.general/pull/9010).
- keycloak_clientscope_type - fix detect changes in check mode (https://github.com/ansible-collections/community.general/issues/9092, https://github.com/ansible-collections/community.general/pull/9093).
- keycloak_group - fix crash caused in subgroup creation. The crash was caused by a missing or empty ``subGroups`` property in Keycloak ≥23 (https://github.com/ansible-collections/community.general/issues/8788, https://github.com/ansible-collections/community.general/pull/8979).
- modprobe - fix check mode not being honored for ``persistent`` option (https://github.com/ansible-collections/community.general/issues/9051, https://github.com/ansible-collections/community.general/pull/9052).
- one_host - fix if statements for cases when ``ID=0`` (https://github.com/ansible-collections/community.general/issues/1199, https://github.com/ansible-collections/community.general/pull/8907).
- one_image - fix module failing due to a class method typo (https://github.com/ansible-collections/community.general/pull/9056).
- one_image_info - fix module failing due to a class method typo (https://github.com/ansible-collections/community.general/pull/9056).
- one_vnet - fix module failing due to a variable typo (https://github.com/ansible-collections/community.general/pull/9019).
- redfish_utils module utils - fix issue with URI parsing to gracefully handling trailing slashes when extracting member identifiers (https://github.com/ansible-collections/community.general/issues/9047, https://github.com/ansible-collections/community.general/pull/9057).

v9.5.0
======

Expand Down
41 changes: 41 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1426,3 +1426,44 @@ releases:
name: ipa_getkeytab
namespace: ''
release_date: '2024-10-07'
9.5.1:
changes:
bugfixes:
- bitwarden lookup plugin - support BWS v0.3.0 syntax breaking change (https://github.com/ansible-collections/community.general/pull/9028).
- collection_version lookup plugin - use ``importlib`` directly instead of
the deprecated and in ansible-core 2.19 removed ``ansible.module_utils.compat.importlib``
(https://github.com/ansible-collections/community.general/pull/9084).
- gitlab_label - update label's color (https://github.com/ansible-collections/community.general/pull/9010).
- keycloak_clientscope_type - fix detect changes in check mode (https://github.com/ansible-collections/community.general/issues/9092,
https://github.com/ansible-collections/community.general/pull/9093).
- "keycloak_group - fix crash caused in subgroup creation. The crash was caused\
\ by a missing or empty ``subGroups`` property in Keycloak \u226523 (https://github.com/ansible-collections/community.general/issues/8788,\
\ https://github.com/ansible-collections/community.general/pull/8979)."
- modprobe - fix check mode not being honored for ``persistent`` option (https://github.com/ansible-collections/community.general/issues/9051,
https://github.com/ansible-collections/community.general/pull/9052).
- one_host - fix if statements for cases when ``ID=0`` (https://github.com/ansible-collections/community.general/issues/1199,
https://github.com/ansible-collections/community.general/pull/8907).
- one_image - fix module failing due to a class method typo (https://github.com/ansible-collections/community.general/pull/9056).
- one_image_info - fix module failing due to a class method typo (https://github.com/ansible-collections/community.general/pull/9056).
- one_vnet - fix module failing due to a variable typo (https://github.com/ansible-collections/community.general/pull/9019).
- redfish_utils module utils - fix issue with URI parsing to gracefully handling
trailing slashes when extracting member identifiers (https://github.com/ansible-collections/community.general/issues/9047,
https://github.com/ansible-collections/community.general/pull/9057).
minor_changes:
- redfish_utils module utils - schedule a BIOS configuration job at next reboot
when the BIOS config is changed (https://github.com/ansible-collections/community.general/pull/9012).
release_summary: Regular bugfix release.
fragments:
- 8907-fix-one-host-id.yml
- 8979-keycloak_group-fix-subgroups.yml
- 9.5.1.yml
- 9010-edit-gitlab-label-color.yaml
- 9012-dell-pwrbutton-requires-a-job-initiated-at-reboot.yml
- 9019-onevnet-bugfix.yml
- 9028-bitwarden-secrets-manager-syntax-fix.yml
- 9047-redfish-uri-parsing.yml
- 9052-modprobe-bugfix.yml
- 9056-fix-one_image-modules.yml
- 9084-collection_version-importlib.yml
- 9092-keycloak-clientscope-type-fix-check-mode.yml
release_date: '2024-11-03'
2 changes: 0 additions & 2 deletions changelogs/fragments/8907-fix-one-host-id.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/8979-keycloak_group-fix-subgroups.yml

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/fragments/9.5.1.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/9010-edit-gitlab-label-color.yaml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/9019-onevnet-bugfix.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/9047-redfish-uri-parsing.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/9052-modprobe-bugfix.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/9056-fix-one_image-modules.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/9084-collection_version-importlib.yml

This file was deleted.

This file was deleted.

0 comments on commit 9e0eeb0

Please sign in to comment.