Skip to content

Commit b380364

Browse files
committed
Release 8.6.3
1 parent c4ca2b0 commit b380364

9 files changed

+126
-67
lines changed

CHANGELOG.md

Lines changed: 81 additions & 56 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ Community General Release Notes
66

77
This changelog describes changes after version 7.0.0.
88

9+
v8.6.3
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Minor Changes
18+
-------------
19+
20+
- wdc_redfish_command - minor change to handle upgrade file for Redfish WD platforms (https://github.com/ansible-collections/community.general/pull/8444).
21+
22+
Bugfixes
23+
--------
24+
25+
- bitwarden lookup plugin - fix ``KeyError`` in ``search_field`` (https://github.com/ansible-collections/community.general/issues/8549, https://github.com/ansible-collections/community.general/pull/8557).
26+
- keycloak_clientscope - remove IDs from clientscope and its protocol mappers on comparison for changed check (https://github.com/ansible-collections/community.general/pull/8545).
27+
- nsupdate - fix 'index out of range' error when changing NS records by falling back to authority section of the response (https://github.com/ansible-collections/community.general/issues/8612, https://github.com/ansible-collections/community.general/pull/8614).
28+
- redfish_utils module utils - do not fail when language is not exactly "en" (https://github.com/ansible-collections/community.general/pull/8613).
29+
930
v8.6.2
1031
======
1132

changelogs/changelog.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1517,3 +1517,27 @@ releases:
15171517
- 8497-crypt.yml
15181518
- 8514-pacman-empty.yml
15191519
release_date: '2024-06-17'
1520+
8.6.3:
1521+
changes:
1522+
bugfixes:
1523+
- bitwarden lookup plugin - fix ``KeyError`` in ``search_field`` (https://github.com/ansible-collections/community.general/issues/8549,
1524+
https://github.com/ansible-collections/community.general/pull/8557).
1525+
- keycloak_clientscope - remove IDs from clientscope and its protocol mappers
1526+
on comparison for changed check (https://github.com/ansible-collections/community.general/pull/8545).
1527+
- nsupdate - fix 'index out of range' error when changing NS records by falling
1528+
back to authority section of the response (https://github.com/ansible-collections/community.general/issues/8612,
1529+
https://github.com/ansible-collections/community.general/pull/8614).
1530+
- redfish_utils module utils - do not fail when language is not exactly "en"
1531+
(https://github.com/ansible-collections/community.general/pull/8613).
1532+
minor_changes:
1533+
- wdc_redfish_command - minor change to handle upgrade file for Redfish WD
1534+
platforms (https://github.com/ansible-collections/community.general/pull/8444).
1535+
release_summary: Regular bugfix release.
1536+
fragments:
1537+
- 8.6.3.yml
1538+
- 8444-fix-redfish-gen2-upgrade.yaml
1539+
- 8545-keycloak-clientscope-remove-id-on-compare.yml
1540+
- 8557-fix-bug-with-bitwarden.yml
1541+
- 8613-redfish_utils-language.yaml
1542+
- 8614-nsupdate-index-out-of-range.yml
1543+
release_date: '2024-07-14'

changelogs/fragments/8.6.3.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/8444-fix-redfish-gen2-upgrade.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/8545-keycloak-clientscope-remove-id-on-compare.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/8557-fix-bug-with-bitwarden.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/8613-redfish_utils-language.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/8614-nsupdate-index-out-of-range.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)