diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:22:20 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:22:20 +0000 |
commit | 18bd2207b6c1977e99a93673a7be099e23f0f547 (patch) | |
tree | 40fd9e5913462a88be6ba24be6953383c5b39874 /ansible_collections/lowlydba/sqlserver/changelogs | |
parent | Releasing progress-linux version 10.0.1+dfsg-1~progress7.99u1. (diff) | |
download | ansible-18bd2207b6c1977e99a93673a7be099e23f0f547.tar.xz ansible-18bd2207b6c1977e99a93673a7be099e23f0f547.zip |
Merging upstream version 10.1.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/lowlydba/sqlserver/changelogs')
-rw-r--r-- | ansible_collections/lowlydba/sqlserver/changelogs/changelog.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ansible_collections/lowlydba/sqlserver/changelogs/changelog.yaml b/ansible_collections/lowlydba/sqlserver/changelogs/changelog.yaml index 57c71a1e5..a8a45ded6 100644 --- a/ansible_collections/lowlydba/sqlserver/changelogs/changelog.yaml +++ b/ansible_collections/lowlydba/sqlserver/changelogs/changelog.yaml @@ -494,3 +494,14 @@ releases: - 2-3-2-release-summary.yml - 229-docs-update.yml release_date: '2024-03-09' + 2.3.3: + changes: + bugfixes: + - fixed the expected type of the ip_address, subnet_ip, and subnet_mask parameters + to be lists instead of strings (lowlydba.sqlserver.ag_listener) + release_summary: Minor bugfix for ag listener input types, thanks @daarrn for + the contribution! + fragments: + - 2-3-3-release-summary.yml + - 245-ag_listener-ip_address-fix.yml + release_date: '2024-06-06' |