diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-18 05:52:22 +0000 |
commit | 38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch) | |
tree | 356e9fd3762877d07cde52d21e77070aeff7e789 /ansible_collections/lowlydba/sqlserver/changelogs/changelog.yaml | |
parent | Adding upstream version 7.7.0+dfsg. (diff) | |
download | ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.tar.xz ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.zip |
Adding upstream version 9.4.0+dfsg.upstream/9.4.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/lowlydba/sqlserver/changelogs/changelog.yaml')
-rw-r--r-- | ansible_collections/lowlydba/sqlserver/changelogs/changelog.yaml | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/ansible_collections/lowlydba/sqlserver/changelogs/changelog.yaml b/ansible_collections/lowlydba/sqlserver/changelogs/changelog.yaml index 33237c7b7..57c71a1e5 100644 --- a/ansible_collections/lowlydba/sqlserver/changelogs/changelog.yaml +++ b/ansible_collections/lowlydba/sqlserver/changelogs/changelog.yaml @@ -405,3 +405,92 @@ releases: - 167-update-login-docs.yml - fix_sa.yml release_date: '2022-12-18' + 2.0.0: + changes: + breaking_changes: + - Updating minimum DBATools version to v2.0.0 to allow for pwsh 7.3+ compatibility. + There may also be breaking change behavior in DBATools, see https://blog.netnerds.net/2023/03/whats-new-dbatools-2.0/. + (https://github.com/lowlydba/lowlydba.sqlserver/pull/181) + release_summary: A major version bump of DBATools to version 2+. This will guarantee + compatibility with PowerShell Core versions 7.3+ and future SQL Server versions. + For more information on that release, see https://blog.netnerds.net/2023/03/whats-new-dbatools-2.0/. + Outside of major problems, new changes to this collection will not be backported + to v1. + fragments: + - dbatools-v2.yml + - release-summary-v2.yml + release_date: '2023-04-30' + 2.1.0: + changes: + minor_changes: + - Add refresh workaround for agent schedule bug where properties returned are + stale. (https://github.com/lowlydba/lowlydba.sqlserver/pull/185) + - Added SID as an optional parameter to the login module (https://github.com/lowlydba/lowlydba.sqlserver/pull/189) + release_summary: Add sid to login, thanks @OsirisDBA! + fragments: + - 185-fix-agent-schedule.yml + - 189-add-sid-to-login.yml + - 2-1-0-release.yml + release_date: '2023-08-11' + 2.2.0: + changes: + minor_changes: + - Added only_accessible as an optional parameter to the database module (https://github.com/lowlydba/lowlydba.sqlserver/pull/198) + release_summary: Bug fix in the database module. + fragments: + - 198-add-onlyaccessible-param-to-database.yml + - 2-2-0-release-summary.yml + release_date: '2023-08-26' + 2.2.1: + changes: + minor_changes: + - Fixes error handling for Remove-DbaDatabase when joined to AvailabilityGroup, + exception was not being thrown so we have to parse Status + release_summary: Bugfix for database module in the context of availability groups. + fragments: + - 2-2-1-release-summary.yml + - 200-remove-dbadatabase-exception-handling.yml + release_date: '2023-08-29' + 2.2.3: + changes: + bugfixes: + - Add ActiveStartDate to the compare properties so this item is marked accurately + as changed. + - Fixed the formatting of the SPN by updating the backslash to a forward-slash + for the $spn var (lowlydba.sqlserver.spn) + release_summary: Minor bugfixes. + fragments: + - 214-fix-schedule-activestartdate.yml + - 219-spn-format-fix.yml + - release-summary-2-2-3.yml + release_date: '2024-02-07' + 2.3.0: + changes: + minor_changes: + - Add ability to prevent changing login's password, even if password supplied. + release_summary: New feature from @OsirisDBA for skipping login password resets! + fragments: + - 2-2-4-release-summary.yml + - 227-skip-pwd-reset.yml + release_date: '2024-02-10' + 2.3.1: + changes: + minor_changes: + - Add new input strings to be compatible with dbops v0.9.x (https://github.com/lowlydba/lowlydba.sqlserver/pull/231) + release_summary: Update the install script feature to accommodate the latest + minor DbOps release (v0.9.x) + fragments: + - 2-3-1-release-summary.yml + - 231-dbops-v09.yml + release_date: '2024-02-24' + 2.3.2: + changes: + bugfixes: + - Update documentation for agent_job_schedule to reflect proper input formatting. + (https://github.com/lowlydba/lowlydba.sqlserver/pull/229) + release_summary: Small fix for documentation and upstream fix available in dbatools + v2.1.9. + fragments: + - 2-3-2-release-summary.yml + - 229-docs-update.yml + release_date: '2024-03-09' |