Skip to content

Commit

Permalink
chore: release details + doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlydba committed Feb 24, 2024
1 parent 98fbe57 commit c9b9558
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ lowlydba.sqlserver Release Notes
.. contents:: Topics


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
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -473,3 +473,13 @@ releases:
- 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 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.0
version: 2.3.1
readme: README.md
authors:
- John McCall (github.com/lowlydba)
Expand Down
2 changes: 1 addition & 1 deletion plugins/modules/install_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
type: str
required: false
default: 'NoTransaction'
choices: ['NoTransaction', 'SingleTransaction', 'TransactionPerScript']
choices: ['NoTransaction', 'SingleTransaction', 'TransactionPerScript', 'AlwaysRollback']
no_log_version:
description:
- If set, the deployment will not be tracked in the database. That will also mean that all the scripts
Expand Down

0 comments on commit c9b9558

Please sign in to comment.