|
2 | 2 |
|
3 | 3 | **Topics** |
4 | 4 |
|
5 | | -- <a href="#v10-0-0">v10\.0\.0</a> |
| 5 | +- <a href="#v10-0-1">v10\.0\.1</a> |
6 | 6 | - <a href="#release-summary">Release Summary</a> |
| 7 | + - <a href="#bugfixes">Bugfixes</a> |
| 8 | +- <a href="#v10-0-0">v10\.0\.0</a> |
| 9 | + - <a href="#release-summary-1">Release Summary</a> |
7 | 10 | - <a href="#minor-changes">Minor Changes</a> |
8 | 11 | - <a href="#breaking-changes--porting-guide">Breaking Changes / Porting Guide</a> |
9 | 12 | - <a href="#deprecated-features">Deprecated Features</a> |
10 | 13 | - <a href="#removed-features-previously-deprecated">Removed Features \(previously deprecated\)</a> |
11 | | - - <a href="#bugfixes">Bugfixes</a> |
| 14 | + - <a href="#bugfixes-1">Bugfixes</a> |
12 | 15 | - <a href="#known-issues">Known Issues</a> |
13 | 16 | - <a href="#new-plugins">New Plugins</a> |
14 | 17 | - <a href="#filter">Filter</a> |
15 | 18 | - <a href="#test">Test</a> |
16 | 19 | - <a href="#new-modules">New Modules</a> |
17 | 20 | This changelog describes changes after version 9\.0\.0\. |
18 | 21 |
|
| 22 | +<a id="v10-0-1"></a> |
| 23 | +## v10\.0\.1 |
| 24 | + |
| 25 | +<a id="release-summary"></a> |
| 26 | +### Release Summary |
| 27 | + |
| 28 | +Bugfix release for inclusion in Ansible 11\.0\.0rc1\. |
| 29 | + |
| 30 | +<a id="bugfixes"></a> |
| 31 | +### Bugfixes |
| 32 | + |
| 33 | +* 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](https\://github\.com/ansible\-collections/community\.general/pull/9077)\)\. |
| 34 | +* keycloak\_clientscope \- fix diff and <code>end\_state</code> 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](https\://github\.com/ansible\-collections/community\.general/pull/9082)\)\. |
| 35 | +* redfish\_utils module utils \- remove undocumented default applytime \([https\://github\.com/ansible\-collections/community\.general/pull/9114](https\://github\.com/ansible\-collections/community\.general/pull/9114)\)\. |
| 36 | + |
19 | 37 | <a id="v10-0-0"></a> |
20 | 38 | ## v10\.0\.0 |
21 | 39 |
|
22 | | -<a id="release-summary"></a> |
| 40 | +<a id="release-summary-1"></a> |
23 | 41 | ### Release Summary |
24 | 42 |
|
25 | 43 | This is release 10\.0\.0 of <code>community\.general</code>\, released on 2024\-11\-04\. |
@@ -254,7 +272,7 @@ This is release 10\.0\.0 of <code>community\.general</code>\, released on 2024\- |
254 | 272 | * proxmox\_kvm \- removed the <code>proxmox\_default\_behavior</code> option\. Explicitly specify the old default values if you were using <code>proxmox\_default\_behavior\=compatibility</code>\, otherwise simply remove it \([https\://github\.com/ansible\-collections/community\.general/pull/8918](https\://github\.com/ansible\-collections/community\.general/pull/8918)\)\. |
255 | 273 | * redhat\_subscriptions \- removed the <code>pool</code> option\. Use <code>pool\_ids</code> instead \([https\://github\.com/ansible\-collections/community\.general/pull/8918](https\://github\.com/ansible\-collections/community\.general/pull/8918)\)\. |
256 | 274 |
|
257 | | -<a id="bugfixes"></a> |
| 275 | +<a id="bugfixes-1"></a> |
258 | 276 | ### Bugfixes |
259 | 277 |
|
260 | 278 | * bitwarden lookup plugin \- fix <code>KeyError</code> in <code>search\_field</code> \([https\://github\.com/ansible\-collections/community\.general/issues/8549](https\://github\.com/ansible\-collections/community\.general/issues/8549)\, [https\://github\.com/ansible\-collections/community\.general/pull/8557](https\://github\.com/ansible\-collections/community\.general/pull/8557)\)\. |
|
0 commit comments