Skip to content

Commit 931b98c

Browse files
authored
Merge pull request #468 from puppetlabs/release-prep
2 parents 18d73f2 + c716834 commit 931b98c

File tree

3 files changed

+67
-4
lines changed

3 files changed

+67
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8+
## [v5.0.0](https://github.com/puppetlabs/puppetlabs-sqlserver/tree/v5.0.0) - 2024-02-16
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs-sqlserver/compare/v4.1.0...v5.0.0)
11+
12+
### Changed
13+
- [CAT-1065] : Removing support for SQL Server 2012 [#455](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/455) ([rajat-puppet](https://github.com/rajat-puppet))
14+
15+
### Added
16+
17+
- (CAT-1148) Conversion of ERB to EPP [#454](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/454) ([praj1001](https://github.com/praj1001))
18+
19+
### Fixed
20+
21+
- (Bug) - Remove default switch of UpdateEnabled=false when Action=Install [#466](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/466) ([jordanbreen28](https://github.com/jordanbreen28))
22+
- (bugfix) Update Issues URL [#456](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/456) ([pmcmaw](https://github.com/pmcmaw))
23+
824
## [v4.1.0](https://github.com/puppetlabs/puppetlabs-sqlserver/tree/v4.1.0) - 2023-06-27
925

1026
[Full Changelog](https://github.com/puppetlabs/puppetlabs-sqlserver/compare/v4.0.0...v4.1.0)
@@ -66,13 +82,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6682

6783
[Full Changelog](https://github.com/puppetlabs/puppetlabs-sqlserver/compare/v2.6.2...v3.0.0)
6884

85+
### Changed
86+
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 [#369](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/369) ([carabasdaniel](https://github.com/carabasdaniel))
87+
6988
### Added
7089

7190
- pdksync - (feat) - Add support for Puppet 7 [#363](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/363) ([daianamezdrea](https://github.com/daianamezdrea))
7291

73-
### Changed
74-
- pdksync - Remove Puppet 5 from testing and bump minimal version to 6.0.0 [#369](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/369) ([carabasdaniel](https://github.com/carabasdaniel))
75-
7692
### Fixed
7793

7894
- (FM-8879) Handle T-SQL Errors Properly [#349](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/349) ([RandomNoun7](https://github.com/RandomNoun7))
@@ -390,6 +406,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
390406
- (MODULES-2430) Fix issue parsing facts with puppet 4 [#133](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/133) ([cyberious](https://github.com/cyberious))
391407
- (FM-3252) CI Pipeline for sqlserver at step 7a [#132](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/132) ([phongdly](https://github.com/phongdly))
392408
- (MODULES-2403) Improve error handling for sqlserver_tsql [#131](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/131) ([cyberious](https://github.com/cyberious))
409+
- (MODULES-2377) Add validation for sp_configure bools [#130](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/130) ([cyberious](https://github.com/cyberious))
393410
- (docs) Several docs updates [#129](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/129) ([cyberious](https://github.com/cyberious))
394411
- (docs) MODULES-2325 update readme to reflect permissions [#128](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/128) ([cyberious](https://github.com/cyberious))
395412
- (DO NOT MERGE)(MODULES-2312) Use sp_executesql to execute T-SQL [#127](https://github.com/puppetlabs/puppetlabs-sqlserver/pull/127) ([Iristyle](https://github.com/Iristyle))

REFERENCE.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
### Functions
2626

27+
* [`sqlserver::partial_params_args`](#sqlserver--partial_params_args): this function populates and returns the string of arguments which later gets injected in template.
28+
* [`sqlserver::password`](#sqlserver--password): This function exists for usage of a role password that is a deferred function
2729
* [`sqlserver_is_domain_or_local_user`](#sqlserver_is_domain_or_local_user)
2830
* [`sqlserver_upcase`](#sqlserver_upcase)
2931
* [`sqlserver_validate_hash_uniq_values`](#sqlserver_validate_hash_uniq_values)
@@ -1208,6 +1210,50 @@ usually discover the appropriate provider for your platform.
12081210

12091211
## Functions
12101212

1213+
### <a name="sqlserver--partial_params_args"></a>`sqlserver::partial_params_args`
1214+
1215+
Type: Ruby 4.x API
1216+
1217+
arguments that return string holds is conditional and decided by the the input given to function.
1218+
1219+
#### `sqlserver::partial_params_args(Hash $args)`
1220+
1221+
arguments that return string holds is conditional and decided by the the input given to function.
1222+
1223+
Returns: `Variant[String]` String
1224+
Generated on the basis of provided values.
1225+
1226+
##### `args`
1227+
1228+
Data type: `Hash`
1229+
1230+
contains
1231+
Enum['ON', 'OFF'] $db_chaining
1232+
Enum['ON', 'OFF'] $trustworthy
1233+
String[1] $default_fulltext_language
1234+
String[1] $default_language
1235+
Optional[Enum['ON', 'OFF']] $nested_triggers
1236+
Optional[Enum['ON', 'OFF']] $transform_noise_words
1237+
Integer[1753, 9999] $two_digit_year_cutoff
1238+
1239+
### <a name="sqlserver--password"></a>`sqlserver::password`
1240+
1241+
Type: Ruby 4.x API
1242+
1243+
This function exists for usage of a role password that is a deferred function
1244+
1245+
#### `sqlserver::password(Optional[Any] $pass)`
1246+
1247+
This function exists for usage of a role password that is a deferred function
1248+
1249+
Returns: `Any`
1250+
1251+
##### `pass`
1252+
1253+
Data type: `Optional[Any]`
1254+
1255+
1256+
12111257
### <a name="sqlserver_is_domain_or_local_user"></a>`sqlserver_is_domain_or_local_user`
12121258

12131259
Type: Ruby 3.x API

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": "4.1.0",
3+
"version": "5.0.0",
44
"author": "puppetlabs",
55
"summary": "The `sqlserver` module installs and manages MS SQL Server 2014, 2016, 2017, 2019 and 2022 on Windows systems.",
66
"license": "proprietary",

0 commit comments

Comments
 (0)