Skip to content

Commit

Permalink
chore: bump to v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlydba committed Jun 6, 2024
1 parent 8512031 commit 0edc70a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ lowlydba.sqlserver Release Notes

.. contents:: Topics

v2.3.3
======

Release Summary
---------------

Minor bugfix for ag listener input types, thanks @daarrn for the contribution!

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)

v2.3.2
======
Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 0 additions & 2 deletions changelogs/fragments/245-ag_listener-ip_address-fix.yml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace: lowlydba
name: sqlserver
version: 2.3.2
version: 2.3.3
readme: README.md
authors:
- John McCall (github.com/lowlydba)
Expand Down

0 comments on commit 0edc70a

Please sign in to comment.