You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- <ahref="#removed-features-previously-deprecated">Removed Features \(previously deprecated\)</a>
42
-
- <ahref="#bugfixes-4">Bugfixes</a>
46
+
- <ahref="#bugfixes-5">Bugfixes</a>
43
47
- <ahref="#known-issues">Known Issues</a>
44
48
- <ahref="#new-plugins-3">New Plugins</a>
45
49
- <ahref="#filter-2">Filter</a>
46
50
- <ahref="#test">Test</a>
47
51
- <ahref="#new-modules-3">New Modules</a>
48
52
This changelog describes changes after version 9\.0\.0\.
49
53
54
+
<aid="v10-3-1"></a>
55
+
## v10\.3\.1
56
+
57
+
<aid="release-summary"></a>
58
+
### Release Summary
59
+
60
+
Bugfix release\.
61
+
62
+
<aid="minor-changes"></a>
63
+
### Minor Changes
64
+
65
+
* onepassword\_ssh\_key \- refactor to move code to lookup class \([https\://github\.com/ansible\-collections/community\.general/pull/9633](https\://github\.com/ansible\-collections/community\.general/pull/9633)\)\.
66
+
67
+
<aid="bugfixes"></a>
68
+
### Bugfixes
69
+
70
+
* cloudflare\_dns \- fix crash when deleting a DNS record or when updating a record with <code>solo\=true</code> \([https\://github\.com/ansible\-collections/community\.general/issues/9652](https\://github\.com/ansible\-collections/community\.general/issues/9652)\,[https\://github\.com/ansible\-collections/community\.general/pull/9649](https\://github\.com/ansible\-collections/community\.general/pull/9649)\)\.
71
+
* homebrew \- make package name parsing more resilient \([https\://github\.com/ansible\-collections/community\.general/pull/9665](https\://github\.com/ansible\-collections/community\.general/pull/9665)\,[https\://github\.com/ansible\-collections/community\.general/issues/9641](https\://github\.com/ansible\-collections/community\.general/issues/9641)\)\.
72
+
* keycloak module utils \- replaces missing return in get\_role\_composites method which caused it to return None instead of composite roles \([https\://github\.com/ansible\-collections/community\.general/issues/9678](https\://github\.com/ansible\-collections/community\.general/issues/9678)\,[https\://github\.com/ansible\-collections/community\.general/pull/9691](https\://github\.com/ansible\-collections/community\.general/pull/9691)\)\.
73
+
* keycloak\_client \- fix and improve existing tests\. The module showed a diff without actual changes\, solved by improving the <code>normalise\_cr\(\)</code> function \([https\://github\.com/ansible\-collections/community\.general/pull/9644](https\://github\.com/ansible\-collections/community\.general/pull/9644)\)\.
74
+
* proxmox \- adds the <code>pubkey</code> parameter \(back to\) the <code>update</code> state \([https\://github\.com/ansible\-collections/community\.general/issues/9642](https\://github\.com/ansible\-collections/community\.general/issues/9642)\,[https\://github\.com/ansible\-collections/community\.general/pull/9645](https\://github\.com/ansible\-collections/community\.general/pull/9645)\)\.
75
+
* proxmox \- fixes a typo in the translation of the <code>pubkey</code> parameter to proxmox\' <code>ssh\-public\-keys</code> \([https\://github\.com/ansible\-collections/community\.general/issues/9642](https\://github\.com/ansible\-collections/community\.general/issues/9642)\,[https\://github\.com/ansible\-collections/community\.general/pull/9645](https\://github\.com/ansible\-collections/community\.general/pull/9645)\)\.
76
+
* xml \- ensure file descriptor is closed \([https\://github\.com/ansible\-collections/community\.general/pull/9695](https\://github\.com/ansible\-collections/community\.general/pull/9695)\)\.
77
+
50
78
<aid="v10-3-0"></a>
51
79
## v10\.3\.0
52
80
53
-
<aid="release-summary"></a>
81
+
<aid="release-summary-1"></a>
54
82
### Release Summary
55
83
56
84
Regular bugfix and feature release\.
57
85
58
-
<aid="minor-changes"></a>
86
+
<aid="minor-changes-1"></a>
59
87
### Minor Changes
60
88
61
89
* MH module utils \- delegate <code>debug</code> to the underlying <code>AnsibleModule</code> instance or issues a warning if an attribute already exists with that name \([https\://github\.com/ansible\-collections/community\.general/pull/9577](https\://github\.com/ansible\-collections/community\.general/pull/9577)\)\.
@@ -189,7 +217,7 @@ Regular bugfix and feature release\.
189
217
190
218
* keycloak\_client \- Sanitize <code>saml\.encryption\.private\.key</code> so it does not show in the logs \([https\://github\.com/ansible\-collections/community\.general/pull/9621](https\://github\.com/ansible\-collections/community\.general/pull/9621)\)\.
191
219
192
-
<aid="bugfixes"></a>
220
+
<aid="bugfixes-1"></a>
193
221
### Bugfixes
194
222
195
223
* homebrew \- fix incorrect handling of homebrew modules when a tap is requested \([https\://github\.com/ansible\-collections/community\.general/pull/9546](https\://github\.com/ansible\-collections/community\.general/pull/9546)\,[https\://github\.com/ansible\-collections/community\.general/issues/9533](https\://github\.com/ansible\-collections/community\.general/issues/9533)\)\.
@@ -233,12 +261,12 @@ Regular bugfix and feature release\.
233
261
<aid="v10-2-0"></a>
234
262
## v10\.2\.0
235
263
236
-
<aid="release-summary-1"></a>
264
+
<aid="release-summary-2"></a>
237
265
### Release Summary
238
266
239
267
Regular bugfix and feature release\.
240
268
241
-
<aid="minor-changes-1"></a>
269
+
<aid="minor-changes-2"></a>
242
270
### Minor Changes
243
271
244
272
* bitwarden lookup plugin \- use f\-strings instead of interpolations or <code>format</code> \([https\://github\.com/ansible\-collections/community\.general/pull/9324](https\://github\.com/ansible\-collections/community\.general/pull/9324)\)\.
@@ -392,7 +420,7 @@ Regular bugfix and feature release\.
392
420
393
421
* keycloak\_authentication \- API calls did not properly set the <code>priority</code> during update resulting in incorrectly sorted authentication flows\. This apparently only affects Keycloak 25 or newer \([https\://github\.com/ansible\-collections/community\.general/pull/9263](https\://github\.com/ansible\-collections/community\.general/pull/9263)\)\.
@@ -423,12 +451,12 @@ Regular bugfix and feature release\.
423
451
<aid="v10-1-0"></a>
424
452
## v10\.1\.0
425
453
426
-
<aid="release-summary-2"></a>
454
+
<aid="release-summary-3"></a>
427
455
### Release Summary
428
456
429
457
Regular bugfix and feature release\.
430
458
431
-
<aid="minor-changes-2"></a>
459
+
<aid="minor-changes-3"></a>
432
460
### Minor Changes
433
461
434
462
* alternatives \- add <code>family</code> parameter that allows to utilize the <code>\-\-family</code> option available in RedHat version of update\-alternatives \([https\://github\.com/ansible\-collections/community\.general/issues/5060](https\://github\.com/ansible\-collections/community\.general/issues/5060)\,[https\://github\.com/ansible\-collections/community\.general/pull/9096](https\://github\.com/ansible\-collections/community\.general/pull/9096)\)\.
@@ -455,7 +483,7 @@ Regular bugfix and feature release\.
455
483
* opkg \- deprecate value <code>\"\"</code> for parameter <code>force</code> \([https\://github\.com/ansible\-collections/community\.general/pull/9172](https\://github\.com/ansible\-collections/community\.general/pull/9172)\)\.
* dnf\_config\_manager \- fix hanging when prompting to import GPG keys \([https\://github\.com/ansible\-collections/community\.general/pull/9124](https\://github\.com/ansible\-collections/community\.general/pull/9124)\,[https\://github\.com/ansible\-collections/community\.general/issues/8830](https\://github\.com/ansible\-collections/community\.general/issues/8830)\)\.
@@ -484,12 +512,12 @@ Regular bugfix and feature release\.
484
512
<aid="v10-0-1"></a>
485
513
## v10\.0\.1
486
514
487
-
<aid="release-summary-3"></a>
515
+
<aid="release-summary-4"></a>
488
516
### Release Summary
489
517
490
518
Bugfix release for inclusion in Ansible 11\.0\.0rc1\.
491
519
492
-
<aid="bugfixes-3"></a>
520
+
<aid="bugfixes-4"></a>
493
521
### Bugfixes
494
522
495
523
* 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)\)\.
@@ -499,12 +527,12 @@ Bugfix release for inclusion in Ansible 11\.0\.0rc1\.
499
527
<aid="v10-0-0"></a>
500
528
## v10\.0\.0
501
529
502
-
<aid="release-summary-4"></a>
530
+
<aid="release-summary-5"></a>
503
531
### Release Summary
504
532
505
533
This is release 10\.0\.0 of <code>community\.general</code>\, released on 2024\-11\-04\.
506
534
507
-
<aid="minor-changes-3"></a>
535
+
<aid="minor-changes-4"></a>
508
536
### Minor Changes
509
537
510
538
* CmdRunner module util \- argument formats can be specified as plain functions without calling <code>cmd\_runner\_fmt\.as\_func\(\)</code> \([https\://github\.com/ansible\-collections/community\.general/pull/8479](https\://github\.com/ansible\-collections/community\.general/pull/8479)\)\.
@@ -734,7 +762,7 @@ This is release 10\.0\.0 of <code>community\.general</code>\, released on 2024\-
734
762
* 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)\)\.
735
763
* 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)\)\.
736
764
737
-
<aid="bugfixes-4"></a>
765
+
<aid="bugfixes-5"></a>
738
766
### Bugfixes
739
767
740
768
* 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)\)\.
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,30 @@ Community General Release Notes
6
6
7
7
This changelog describes changes after version 9.0.0.
8
8
9
+
v10.3.1
10
+
=======
11
+
12
+
Release Summary
13
+
---------------
14
+
15
+
Bugfix release.
16
+
17
+
Minor Changes
18
+
-------------
19
+
20
+
- onepassword_ssh_key - refactor to move code to lookup class (https://github.com/ansible-collections/community.general/pull/9633).
21
+
22
+
Bugfixes
23
+
--------
24
+
25
+
- cloudflare_dns - fix crash when deleting a DNS record or when updating a record with ``solo=true`` (https://github.com/ansible-collections/community.general/issues/9652, https://github.com/ansible-collections/community.general/pull/9649).
26
+
- homebrew - make package name parsing more resilient (https://github.com/ansible-collections/community.general/pull/9665, https://github.com/ansible-collections/community.general/issues/9641).
27
+
- keycloak module utils - replaces missing return in get_role_composites method which caused it to return None instead of composite roles (https://github.com/ansible-collections/community.general/issues/9678, https://github.com/ansible-collections/community.general/pull/9691).
28
+
- keycloak_client - fix and improve existing tests. The module showed a diff without actual changes, solved by improving the ``normalise_cr()`` function (https://github.com/ansible-collections/community.general/pull/9644).
29
+
- proxmox - adds the ``pubkey`` parameter (back to) the ``update`` state (https://github.com/ansible-collections/community.general/issues/9642, https://github.com/ansible-collections/community.general/pull/9645).
30
+
- proxmox - fixes a typo in the translation of the ``pubkey`` parameter to proxmox' ``ssh-public-keys`` (https://github.com/ansible-collections/community.general/issues/9642, https://github.com/ansible-collections/community.general/pull/9645).
31
+
- xml - ensure file descriptor is closed (https://github.com/ansible-collections/community.general/pull/9695).
0 commit comments