Release 10.0.1.

This commit is contained in:
Felix Fontein
2024-11-11 20:14:29 +01:00
parent 10561e6f30
commit eb4c01260f
7 changed files with 53 additions and 11 deletions

View File

@@ -742,3 +742,19 @@ releases:
name: ansible_type
namespace: null
release_date: '2024-11-04'
10.0.1:
changes:
bugfixes:
- keycloak_client - fix diff by removing code that turns the attributes dict
which contains additional settings into a list (https://github.com/ansible-collections/community.general/pull/9077).
- keycloak_clientscope - fix diff and ``end_state`` by removing the code that
turns the attributes dict, which contains additional config items, into
a list (https://github.com/ansible-collections/community.general/pull/9082).
- redfish_utils module utils - remove undocumented default applytime (https://github.com/ansible-collections/community.general/pull/9114).
release_summary: Bugfix release for inclusion in Ansible 11.0.0rc1.
fragments:
- 10.0.1.yml
- 9077-keycloak_client-fix-attributes-dict-turned-into-list.yml
- 9082-keycloak_clientscope-fix-attributes-dict-turned-into-list.yml
- 9114-redfish-utils-update-remove-default-applytime.yml
release_date: '2024-11-11'

View File

@@ -1 +0,0 @@
release_summary: Bugfix release for inclusion in Ansible 11.0.0rc1.

View File

@@ -1,2 +0,0 @@
bugfixes:
- keycloak_client - fix diff by removing code that turns the attributes dict which contains additional settings into a list (https://github.com/ansible-collections/community.general/pull/9077).

View File

@@ -1,2 +0,0 @@
bugfixes:
- keycloak_clientscope - fix diff and ``end_state`` by removing the code that turns the attributes dict, which contains additional config items, into a list (https://github.com/ansible-collections/community.general/pull/9082).

View File

@@ -1,2 +0,0 @@
bugfixes:
- redfish_utils module utils - remove undocumented default applytime (https://github.com/ansible-collections/community.general/pull/9114).