You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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))
- 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
3
20
4
21
- Small release with several bug fixes and minor features
5
22
- Updated the supported Puppet version ranges
6
23
7
-
####Features
24
+
####Features
8
25
- Updated documentation with more advanced SQL example
9
26
- 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`
10
27
11
-
####Bug Fixes
28
+
####Bug Fixes
12
29
- Fix Role Name Collisions. This fix introduces the database name into the title created for the `sqlserver_tsql` statements so that it is unique
13
30
- Minor refactoring of code which is not used or make code path more obvious
14
31
- Fix TSQL error propagation. Introduce a minor refactor so that the `returns` property captures errors properly from TSQL executions
15
32
- 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`
16
33
17
-
##2016-04-11 - Supported Release 1.1.2
18
-
###Summary
34
+
##2016-04-11 - Supported Release 1.1.2
35
+
###Summary
19
36
20
37
Small release to support Puppet version ranges.
21
38
22
39
23
-
##2015-12-08 - Supported Release 1.1.1
24
-
###Summary
40
+
##2015-12-08 - Supported Release 1.1.1
41
+
###Summary
25
42
26
43
Small release for support of newer PE versions.
27
44
28
-
##2015-09-08 - Supported Release 1.1.0
29
-
###Summary
45
+
##2015-09-08 - Supported Release 1.1.0
46
+
###Summary
30
47
31
48
User, Roles and Login as well as they permissions associated with each are now available.
32
49
33
-
####Features
50
+
####Features
34
51
-`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
35
52
- Add define for permissions for Users, Roles and Logins
36
53
-`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
39
56
- Performance discovery improvements
40
57
- Remove dependency for ACL modules
41
58
42
-
####Bug Fixes
59
+
####Bug Fixes
43
60
- Munge values for instance names to always be uppercase when comparing
44
61
- Change the way we look up logins to use sys.server_principals instead of function that might not report correctly
45
62
- Fix issue with collation_name and databases where the variable was not named properly causing it to never be set
0 commit comments