Skip to content

Commit e596287

Browse files
author
GitHub Actions
committed
Release prep v4.0.0
1 parent d7b64c2 commit e596287

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [v4.0.0](https://github.com/puppetlabs/puppetlabs-sqlserver/tree/v4.0.0) (2023-04-26)
6+
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-sqlserver/compare/v3.3.0...v4.0.0)
8+
9+
### Changed
10+
11+
- \(CONT-800\) - Add Puppet 8/Drop Puppet 6 [\#430](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/430) ([jordanbreen28](https://github.com/jordanbreen28))
12+
513
## [v3.3.0](https://github.com/puppetlabs/puppetlabs-sqlserver/tree/v3.3.0) (2023-03-07)
614

715
[Full Changelog](https://github.com/puppetlabs/puppetlabs-sqlserver/compare/v3.2.1...v3.3.0)
@@ -10,10 +18,6 @@ All notable changes to this project will be documented in this file. The format
1018

1119
- \(CONT-490\) - Add support for SQL Server 2022 [\#420](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/420) ([jordanbreen28](https://github.com/jordanbreen28))
1220

13-
### Fixed
14-
15-
- Fix puppet strings formatting [\#414](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/414) ([GSPatton](https://github.com/GSPatton))
16-
1721
## [v3.2.1](https://github.com/puppetlabs/puppetlabs-sqlserver/tree/v3.2.1) (2022-12-13)
1822

1923
[Full Changelog](https://github.com/puppetlabs/puppetlabs-sqlserver/compare/v3.2.0...v3.2.1)
@@ -30,6 +34,10 @@ All notable changes to this project will be documented in this file. The format
3034

3135
- \(CAT-136\) Update dependencies [\#405](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/405) ([LukasAud](https://github.com/LukasAud))
3236

37+
### Fixed
38+
39+
- Fix puppet strings formatting [\#414](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/414) ([GSPatton](https://github.com/GSPatton))
40+
3341
## [v3.1.0](https://github.com/puppetlabs/puppetlabs-sqlserver/tree/v3.1.0) (2022-05-30)
3442

3543
[Full Changelog](https://github.com/puppetlabs/puppetlabs-sqlserver/compare/v3.0.0...v3.1.0)

REFERENCE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,21 @@ Default value: `$title`
7474

7575
##### <a name="-sqlserver--config--admin_user"></a>`admin_user`
7676

77-
Data type: `Variant[Sensitive[String], String]`
77+
Data type: `Optional[Variant[Sensitive[String], String]]`
7878

7979
Only required for SQL_LOGIN type. A user/login who has sysadmin rights on the server
8080
Can be passed as a sensitive value
8181

82-
Default value: `''`
82+
Default value: `undef`
8383

8484
##### <a name="-sqlserver--config--admin_pass"></a>`admin_pass`
8585

86-
Data type: `Variant[Sensitive[String], String]`
86+
Data type: `Optional[Variant[Sensitive[String], String]]`
8787

8888
Only required for SQL_LOGIN type. The password in order to access the server to be managed.
8989
Can be passed as a sensitive value
9090

91-
Default value: `''`
91+
Default value: `undef`
9292

9393
##### <a name="-sqlserver--config--admin_login_type"></a>`admin_login_type`
9494

@@ -401,7 +401,7 @@ The following parameters are available in the `sqlserver::login` defined type:
401401

402402
##### <a name="-sqlserver--login--login"></a>`login`
403403

404-
Data type: `Any`
404+
Data type: `String[1, 128]`
405405

406406
The SQL or Windows login you would like to manage
407407

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppetlabs-sqlserver",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"author": "puppetlabs",
55
"summary": "The `sqlserver` module installs and manages MS SQL Server 2012, 2014, 2016, 2017, 2019 and 2022 on Windows systems.",
66
"license": "proprietary",

0 commit comments

Comments
 (0)