Skip to content

Commit 34f94e7

Browse files
authored
Merge pull request #408 from puppetlabs/release-prep
Release prep v3.2.0
2 parents a02230f + 9b638c6 commit 34f94e7

File tree

4 files changed

+33
-21
lines changed

4 files changed

+33
-21
lines changed

CHANGELOG.md

+13-6
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,26 @@
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-
## [v3.1.0](https://github.com/puppetlabs/puppetlabs-sqlserver/tree/v3.1.0) - 2022-05-30
5+
## [v3.2.0](https://github.com/puppetlabs/puppetlabs-sqlserver/tree/v3.2.0) (2022-08-23)
66

7-
[Full Changelog](https://github.com/puppetlabs/puppetlabs-sqlserver/compare/v3.0.0...v3.1.0)
7+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-sqlserver/compare/v3.1.0...v3.2.0)
88

99
### Added
1010

11-
- pdksync - (FM-8922) - Add Support for Windows 2022 [#397](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/397) ([david22swan](https://github.com/david22swan))
11+
- \(CAT-136\) Update dependencies [\#405](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/405) ([LukasAud](https://github.com/LukasAud))
12+
13+
## [v3.1.0](https://github.com/puppetlabs/puppetlabs-sqlserver/tree/v3.1.0) (2022-05-30)
14+
15+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-sqlserver/compare/v3.0.0...v3.1.0)
16+
17+
### Added
1218

13-
- (MODULES-5472) Login values can now be passed as sensitive strings [#393](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/393) ([david22swan](https://github.com/david22swan))
19+
- pdksync - \(FM-8922\) - Add Support for Windows 2022 [\#397](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/397) ([david22swan](https://github.com/david22swan))
20+
- \(MODULES-5472\) Login values can now be passed as sensitive strings [\#393](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/393) ([david22swan](https://github.com/david22swan))
1421

1522
### Fixed
1623

17-
- (MODULES-10825) - Dotnet installation fix [#392](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/392) ([david22swan](https://github.com/david22swan))
24+
- \(MODULES-10825\) - Dotnet installation fix [\#392](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/392) ([david22swan](https://github.com/david22swan))
1825

1926
## [v3.0.0](https://github.com/puppetlabs/puppetlabs-sqlserver/tree/v3.0.0) (2021-02-27)
2027

@@ -31,7 +38,6 @@ All notable changes to this project will be documented in this file. The format
3138
### Fixed
3239

3340
- \(FM-8879\) Handle T-SQL Errors Properly [\#349](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/349) ([RandomNoun7](https://github.com/RandomNoun7))
34-
- \(MODULES-10335\) - Update exec's title to be unique [\#341](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/341) ([david22swan](https://github.com/david22swan))
3541

3642
## [v2.6.2](https://github.com/puppetlabs/puppetlabs-sqlserver/tree/v2.6.2) (2020-01-21)
3743

@@ -40,6 +46,7 @@ All notable changes to this project will be documented in this file. The format
4046
### Fixed
4147

4248
- \(MODULES-10384\) - Registry value check tightened [\#343](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/343) ([david22swan](https://github.com/david22swan))
49+
- \(MODULES-10335\) - Update exec's title to be unique [\#341](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/341) ([david22swan](https://github.com/david22swan))
4350

4451
## [v2.6.1](https://github.com/puppetlabs/puppetlabs-sqlserver/tree/v2.6.1) (2020-01-16)
4552

REFERENCE.md

+17-14
Original file line numberDiff line numberDiff line change
@@ -74,17 +74,19 @@ Default value: `$title`
7474

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

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

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

8182
Default value: `''`
8283

8384
##### <a name="admin_pass"></a>`admin_pass`
8485

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

8788
Only required for SQL_LOGIN type. The password in order to access the server to be managed.
89+
Can be passed as a sensitive value
8890

8991
Default value: `''`
9092

@@ -423,20 +425,21 @@ Default value: `'present'`
423425

424426
##### <a name="password"></a>`password`
425427

426-
Data type: `Optional[String]`
428+
Data type: `Optional[Variant[Sensitive[String], String]]`
427429

428430
Plain text password. Only applicable when Login_Type = 'SQL_LOGIN'.
431+
Can be passed through as a sensitive value.
429432

430433
Default value: ``undef``
431434

432435
##### <a name="svrroles"></a>`svrroles`
433436

434-
Data type: `Optional[Hash]`
437+
Data type: `Hash`
435438

436439
A hash of preinstalled server roles that you want assigned to this login.
437440
sample usage would be { 'diskadmin' => 1, 'dbcreator' => 1, 'sysadmin' => 0, }
438441

439-
Default value: `{ }`
442+
Default value: `{}`
440443

441444
##### <a name="login_type"></a>`login_type`
442445

@@ -488,13 +491,13 @@ Default value: ``false``
488491

489492
##### <a name="permissions"></a>`permissions`
490493

491-
Data type: `Optional[Hash]`
494+
Data type: `Hash`
492495

493496
A hash of permissions that should be managed for the login.
494497
Valid keys are 'GRANT', 'GRANT_WITH_OPTION', 'DENY' or 'REVOKE'.
495498
Valid values must be an array of Strings i.e. {'GRANT' => ['CONNECT SQL', 'CREATE ANY DATABASE'] }
496499

497-
Default value: `{ }`
500+
Default value: `{}`
498501

499502
### <a name="sqlserverloginpermissions"></a>`sqlserver::login::permissions`
500503

@@ -543,7 +546,7 @@ Default value: `'MSSQLSERVER'`
543546

544547
##### <a name="with_grant_option"></a>`with_grant_option`
545548

546-
Data type: `Optional[Boolean]`
549+
Data type: `Boolean`
547550

548551
Bolean value that allows user to grant options.
549552

@@ -618,13 +621,13 @@ Default value: `'master'`
618621

619622
##### <a name="permissions"></a>`permissions`
620623

621-
Data type: `Optional[Hash]`
624+
Data type: `Hash`
622625

623626
A hash of permissions that should be managed for the role.
624627
Valid keys are 'GRANT', 'GRANT_WITH_OPTION', 'DENY' or 'REVOKE'.
625628
Valid values must be an array of Strings i.e. {'GRANT' => ['CONNECT', 'CREATE ANY DATABASE'] }
626629

627-
Default value: `{ }`
630+
Default value: `{}`
628631

629632
##### <a name="members"></a>`members`
630633

@@ -683,7 +686,7 @@ Default value: `'GRANT'`
683686

684687
##### <a name="with_grant_option"></a>`with_grant_option`
685688

686-
Data type: `Optional[Boolean]`
689+
Data type: `Boolean`
687690

688691
Whether to give the role the option to grant this permission to other principal objects, accepts true or false, defaults to false
689692

@@ -863,13 +866,13 @@ Default value: ``undef``
863866

864867
##### <a name="permissions"></a>`permissions`
865868

866-
Data type: `Optional[Hash]`
869+
Data type: `Hash`
867870

868871
A hash of permissions that should be managed for the user.
869872
Valid keys are 'GRANT', 'GRANT_WITH_OPTION', 'DENY' or 'REVOKE'.
870873
Valid values must be an array of Strings i.e. {'GRANT' => ['SELECT', 'INSERT'] }
871874

872-
Default value: `{ }`
875+
Default value: `{}`
873876

874877
### <a name="sqlserveruserpermissions"></a>`sqlserver::user::permissions`
875878

@@ -919,7 +922,7 @@ Default value: `'GRANT'`
919922

920923
##### <a name="with_grant_option"></a>`with_grant_option`
921924

922-
Data type: `Optional[Boolean]`
925+
Data type: `Boolean`
923926

924927
Whether to give the user the option to grant this permission to other users, accepts true or false, defaults to false
925928

metadata.json

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

pdk.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
ignore: []

0 commit comments

Comments
 (0)