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/CHANGELOG.rst | |
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/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/lowlydba/sqlserver/CHANGELOG.rst | 106 |
1 files changed, 106 insertions, 0 deletions
diff --git a/ansible_collections/lowlydba/sqlserver/CHANGELOG.rst b/ansible_collections/lowlydba/sqlserver/CHANGELOG.rst index 0414e8b66..a9c7adc65 100644 --- a/ansible_collections/lowlydba/sqlserver/CHANGELOG.rst +++ b/ansible_collections/lowlydba/sqlserver/CHANGELOG.rst @@ -5,6 +5,112 @@ lowlydba.sqlserver Release Notes .. contents:: Topics +v2.3.2 +====== + +Release Summary +--------------- + +Small fix for documentation and upstream fix available in dbatools v2.1.9. + +Bugfixes +-------- + +- Update documentation for agent_job_schedule to reflect proper input formatting. (https://github.com/lowlydba/lowlydba.sqlserver/pull/229) + +v2.3.1 +====== + +Release Summary +--------------- + +Update the install script feature to accommodate the latest minor DbOps release (v0.9.x) + +Minor Changes +------------- + +- Add new input strings to be compatible with dbops v0.9.x (https://github.com/lowlydba/lowlydba.sqlserver/pull/231) + +v2.3.0 +====== + +Release Summary +--------------- + +New feature from @OsirisDBA for skipping login password resets! + +Minor Changes +------------- + +- Add ability to prevent changing login's password, even if password supplied. + +v2.2.3 +====== + +Release Summary +--------------- + +Minor bugfixes. + +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) + +v2.2.1 +====== + +Release Summary +--------------- + +Bugfix for database module in the context of availability groups. + +Minor Changes +------------- + +- Fixes error handling for Remove-DbaDatabase when joined to AvailabilityGroup, exception was not being thrown so we have to parse Status + +v2.2.0 +====== + +Release Summary +--------------- + +Bug fix in the database module. + +Minor Changes +------------- + +- Added only_accessible as an optional parameter to the database module (https://github.com/lowlydba/lowlydba.sqlserver/pull/198) + +v2.1.0 +====== + +Release Summary +--------------- + +Add sid to login, thanks @OsirisDBA! + +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) + +v2.0.0 +====== + +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. + +Breaking Changes / Porting Guide +-------------------------------- + +- 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) + v1.3.1 ====== |