diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:22:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:22:16 +0000 |
commit | 0c70278249c356e314434985d3a92b4105c88872 (patch) | |
tree | f7e16f44fb8fc7a54f84d9977711c87d9e435666 /ansible_collections/lowlydba/sqlserver/changelogs | |
parent | Adding debian version 10.0.1+dfsg-1. (diff) | |
download | ansible-0c70278249c356e314434985d3a92b4105c88872.tar.xz ansible-0c70278249c356e314434985d3a92b4105c88872.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' |