Skip to content

Commit 8dc419a

Browse files
authored
Merge pull request #186 from glennsarti/ticket/master/FM-5473-release-1.1.4
(FM-5473) Release 1.1.4
2 parents 8d8368e + 771b746 commit 8dc419a

File tree

2 files changed

+31
-14
lines changed

2 files changed

+31
-14
lines changed

CHANGELOG.md

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,53 @@
1-
##2016-07-12 - Supported Release 1.1.3
2-
###Summary
1+
## 2016-08-31 - Supported Release 1.1.4
2+
### Summary
3+
4+
- Small release with several bug fixes and minor feature
5+
6+
#### Features
7+
- Added `windows_feature_source` to `sqlserver_instance` and `sqlserver_features` resources. This specifies the location of the Windows Feature source files. This may be needed to install the .Net Framework. See https://support.microsoft.com/en-us/kb/2734782 for more information. ([MODULES-3202](https://tickets.puppet.com/browse/MODULES-3202))
8+
9+
#### Bug Fixes
10+
- Fix adding multiple SYSADMIN role accounts on instance creation ([MODULES-3427](https://tickets.puppet.com/browse/MODULES-3427))
11+
- Fix creation and deletion of Windows base logins ([MODULES-3256](https://tickets.puppet.com/browse/MODULES-3256))
12+
- Fix deleting logins ([MODULES-2323](https://tickets.puppet.com/browse/MODULES-2323))
13+
- Fix deleting databases ([MODULES-2554](https://tickets.puppet.com/browse/MODULES-2554))
14+
- Refactor acceptance tests for `sqlserver::login` resource ([MODULES-3256](https://tickets.puppet.com/browse/MODULES-3256))
15+
- Fix modifying server roles for an existing login ([MODULES-3083](https://tickets.puppet.com/browse/MODULES-3083))
16+
- Fix modifying server roles for an existing Windows user login ([MODULES-3752](https://tickets.puppet.com/browse/MODULES-3752))
17+
18+
## 2016-07-12 - Supported Release 1.1.3
19+
### Summary
320

421
- Small release with several bug fixes and minor features
522
- Updated the supported Puppet version ranges
623

7-
####Features
24+
#### Features
825
- Updated documentation with more advanced SQL example
926
- Add Windows Based Authentication for `sqlserver::config`. Modifies the `sqlserver::config` class with an additional property called `login_type` which can be either `SQL_LOGIN` or `WINDOWS_LOGIN`, with a default of `SQL_LOGIN`
1027

11-
####Bug Fixes
28+
#### Bug Fixes
1229
- Fix Role Name Collisions. This fix introduces the database name into the title created for the `sqlserver_tsql` statements so that it is unique
1330
- Minor refactoring of code which is not used or make code path more obvious
1431
- Fix TSQL error propagation. Introduce a minor refactor so that the `returns` property captures errors properly from TSQL executions
1532
- Emit debug output on failed `onlyif` TSQL. Previously, there was no way of getting the log output from SQL Server when executing TSQL during an `onlyif`
1633

17-
##2016-04-11 - Supported Release 1.1.2
18-
###Summary
34+
## 2016-04-11 - Supported Release 1.1.2
35+
### Summary
1936

2037
Small release to support Puppet version ranges.
2138

2239

23-
##2015-12-08 - Supported Release 1.1.1
24-
###Summary
40+
## 2015-12-08 - Supported Release 1.1.1
41+
### Summary
2542

2643
Small release for support of newer PE versions.
2744

28-
##2015-09-08 - Supported Release 1.1.0
29-
###Summary
45+
## 2015-09-08 - Supported Release 1.1.0
46+
### Summary
3047

3148
User, Roles and Login as well as they permissions associated with each are now available.
3249

33-
####Features
50+
#### Features
3451
- `sqlserver_instance` and `sqlserver_features` have new parameter `install_switches` which takes a hash of install switches and writes them to a temp configuration file for the the install process
3552
- Add define for permissions for Users, Roles and Logins
3653
- `sqlserver::config` no longer writes a file to the sytem
@@ -39,10 +56,10 @@ User, Roles and Login as well as they permissions associated with each are now a
3956
- Performance discovery improvements
4057
- Remove dependency for ACL modules
4158

42-
####Bug Fixes
59+
#### Bug Fixes
4360
- Munge values for instance names to always be uppercase when comparing
4461
- Change the way we look up logins to use sys.server_principals instead of function that might not report correctly
4562
- Fix issue with collation_name and databases where the variable was not named properly causing it to never be set
4663

47-
##2014-12-08 - 1.0.0
64+
## 2014-12-08 - 1.0.0
4865
Initial release

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": "1.1.3",
3+
"version": "1.1.4",
44
"author": "Puppet Inc",
55
"summary": "The `sqlserver` module installs and manages MS SQL Server 2012 and 2014 on Windows systems.",
66
"license": "PuppetLabs-Enterprise",

0 commit comments

Comments
 (0)