|
4 | 4 |
|
5 | 5 | This major release adds support for Microsoft SQL Server 2016
|
6 | 6 |
|
7 |
| -#### Features |
| 7 | +#### Added |
8 | 8 |
|
9 |
| -- Deprecates the use of `Tools` and `SQL` as installation features ([MODULES-4257](https://tickets.puppet.com/browse/MODULES-4257)) |
10 | 9 | - Added more detailed examples to the README
|
11 | 10 | - Updated with Puppet 4 data types ([MODULES-5126](https://tickets.puppet.com/browse/MODULES-5126))
|
12 | 11 | - Added parameters to manage PolyBase ([MODULES-5070](https://tickets.puppet.com/browse/MODULES-5070))
|
| 12 | +- Added support for Windows Server 2016 |
| 13 | +- Updated metadata for Puppet 5 ([MODULES-5144](https://tickets.puppet.com/browse/MODULES-5144)) |
| 14 | +- Added test tiering and test mode switcher ([FM-5062](https://tickets.puppet.com/browse/FM-5062), [FM-6141](https://tickets.puppet.com/browse/FM-6141)) |
13 | 15 |
|
14 |
| -#### Bug Fixes |
| 16 | +#### Deprecated |
| 17 | + |
| 18 | +- Deprecated the use of `Tools` and `SQL` as installation features ([MODULES-4257](https://tickets.puppet.com/browse/MODULES-4257)) |
| 19 | + |
| 20 | +#### Removed |
| 21 | + |
| 22 | +- Removed unsupported Puppet versions from metadata ([MODULES-4842](https://tickets.puppet.com/browse/MODULES-4842)) |
| 23 | +- Removed support for Stdlib on unsupported Puppet versions, (Stdlib versions less than 4.13.0) |
| 24 | + |
| 25 | +#### Fixed |
15 | 26 |
|
16 | 27 | - Make .Net installation errors more obvious ([MODULES-5092](https://tickets.puppet.com/browse/MODULES-5092))
|
17 |
| -- Remove service_ensure parameter as it had no use ([MODULES-5030](https://tickets.puppet.com/browse/MODULES-5030)) |
| 28 | +- Removed service_ensure parameter as it had no use ([MODULES-5030](https://tickets.puppet.com/browse/MODULES-5030)) |
18 | 29 | - Using as_sysadmin_accounts without AS feature will error ([MODULES-2386](https://tickets.puppet.com/browse/MODULES-2386))
|
19 | 30 | - SNAC_SDK shared feature can not be managed by the module ([FM-5389](https://tickets.puppet.com/browse/FM-5389))
|
20 | 31 | - Purge members from SQL Server Role should actually purge ([MODULES-2543](https://tickets.puppet.com/browse/MODULES-2543))
|
21 | 32 | - Identifiers are properly escaped during database creation ([FM-5021](https://tickets.puppet.com/browse/FM-5021))
|
22 |
| -- Remove forced TCP connection for SQL management ([MODULES-4915](https://tickets.puppet.com/browse/MODULES-4915)) |
23 |
| -- Update metadata for Puppet 4 and Puppet 5 ([MODULES-4842](https://tickets.puppet.com/browse/MODULES-4842), [MODULES-5144](https://tickets.puppet.com/browse/MODULES-5144)) |
24 |
| -- Add test tiering and test mode switcher ([FM-5062](https://tickets.puppet.com/browse/FM-5062), [FM-6141](https://tickets.puppet.com/browse/FM-6141)) |
| 33 | +- Removed forced TCP connection for SQL management ([MODULES-4915](https://tickets.puppet.com/browse/MODULES-4915)) |
25 | 34 |
|
26 | 35 | ## 2017-05-08 - Supported Release 1.2.0
|
27 | 36 |
|
|
0 commit comments