Skip to content

Commit e67ba12

Browse files
committed
Release 7.5.4.
1 parent 2f04bd3 commit e67ba12

8 files changed

+40
-11
lines changed

CHANGELOG.rst

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

77
This changelog describes changes after version 6.0.0.
88

9+
v7.5.4
10+
======
11+
12+
Release Summary
13+
---------------
14+
15+
Regular bugfix release.
16+
17+
Bugfixes
18+
--------
19+
20+
- homebrew - detect already installed formulae and casks using JSON output from ``brew info`` (https://github.com/ansible-collections/community.general/issues/864).
21+
- ipa_otptoken - the module expect ``ipatokendisabled`` as string but the ``ipatokendisabled`` value is returned as a boolean (https://github.com/ansible-collections/community.general/pull/7795).
22+
- ldap - previously the order number (if present) was expected to follow an equals sign in the DN. This makes it so the order number string is identified correctly anywhere within the DN (https://github.com/ansible-collections/community.general/issues/7646).
23+
- mssql_script - make the module work with Python 2 (https://github.com/ansible-collections/community.general/issues/7818, https://github.com/ansible-collections/community.general/pull/7821).
24+
- nmcli - fix ``connection.slave-type`` wired to ``bond`` and not with parameter ``slave_type`` in case of connection type ``wifi`` (https://github.com/ansible-collections/community.general/issues/7389).
25+
926
v7.5.3
1027
======
1128

changelogs/changelog.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1685,3 +1685,26 @@ releases:
16851685
- 7696-avoid-attempt-to-delete-non-existing-user.yml
16861686
- 7754-fixed-payload-format.yml
16871687
release_date: '2024-01-01'
1688+
7.5.4:
1689+
changes:
1690+
bugfixes:
1691+
- homebrew - detect already installed formulae and casks using JSON output from
1692+
``brew info`` (https://github.com/ansible-collections/community.general/issues/864).
1693+
- ipa_otptoken - the module expect ``ipatokendisabled`` as string but the ``ipatokendisabled``
1694+
value is returned as a boolean (https://github.com/ansible-collections/community.general/pull/7795).
1695+
- ldap - previously the order number (if present) was expected to follow an
1696+
equals sign in the DN. This makes it so the order number string is identified
1697+
correctly anywhere within the DN (https://github.com/ansible-collections/community.general/issues/7646).
1698+
- mssql_script - make the module work with Python 2 (https://github.com/ansible-collections/community.general/issues/7818,
1699+
https://github.com/ansible-collections/community.general/pull/7821).
1700+
- nmcli - fix ``connection.slave-type`` wired to ``bond`` and not with parameter
1701+
``slave_type`` in case of connection type ``wifi`` (https://github.com/ansible-collections/community.general/issues/7389).
1702+
release_summary: Regular bugfix release.
1703+
fragments:
1704+
- 7.5.4.yml
1705+
- 7389-nmcli-issue-with-creating-a-wifi-bridge-slave.yml
1706+
- 7646-fix-order-number-detection-in-dn.yml
1707+
- 7797-ipa-fix-otp-idempotency.yml
1708+
- 7821-mssql_script-py2.yml
1709+
- 7870-homebrew-cask-installed-detection.yml
1710+
release_date: '2024-01-29'

changelogs/fragments/7.5.4.yml

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

changelogs/fragments/7389-nmcli-issue-with-creating-a-wifi-bridge-slave.yml

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

changelogs/fragments/7646-fix-order-number-detection-in-dn.yml

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

changelogs/fragments/7797-ipa-fix-otp-idempotency.yml

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

changelogs/fragments/7821-mssql_script-py2.yml

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

changelogs/fragments/7870-homebrew-cask-installed-detection.yml

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

0 commit comments

Comments
 (0)