|
| 1 | +## 2017-08-10 - Supported Release 2.0.0 |
| 2 | + |
| 3 | +### Summary |
| 4 | + |
| 5 | +This major release adds support for Microsoft SQL Server 2016 |
| 6 | + |
| 7 | +#### Added |
| 8 | + |
| 9 | +- Added more detailed examples to the README |
| 10 | +- Updated with Puppet 4 data types ([MODULES-5126](https://tickets.puppet.com/browse/MODULES-5126)) |
| 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)) |
| 15 | + |
| 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 |
| 26 | + |
| 27 | +- Make .Net installation errors more obvious ([MODULES-5092](https://tickets.puppet.com/browse/MODULES-5092)) |
| 28 | +- Removed service_ensure parameter as it had no use ([MODULES-5030](https://tickets.puppet.com/browse/MODULES-5030)) |
| 29 | +- Using as_sysadmin_accounts without AS feature will error ([MODULES-2386](https://tickets.puppet.com/browse/MODULES-2386)) |
| 30 | +- SNAC_SDK shared feature can not be managed by the module ([FM-5389](https://tickets.puppet.com/browse/FM-5389)) |
| 31 | +- Purge members from SQL Server Role should actually purge ([MODULES-2543](https://tickets.puppet.com/browse/MODULES-2543)) |
| 32 | +- Identifiers are properly escaped during database creation ([FM-5021](https://tickets.puppet.com/browse/FM-5021)) |
| 33 | +- Removed forced TCP connection for SQL management ([MODULES-4915](https://tickets.puppet.com/browse/MODULES-4915)) |
| 34 | + |
1 | 35 | ## 2017-05-08 - Supported Release 1.2.0
|
| 36 | + |
2 | 37 | ### Summary
|
3 | 38 |
|
4 | 39 | This release adds support for internationalization of the module. It also contains Japanese translations for the README, summary and description of the metadata.json and major cleanups in the README. Additional folders have been introduced called locales and readmes where translation files can be found. A number of features and bug fixes are also included in this release.
|
5 | 40 |
|
6 | 41 | #### Features
|
| 42 | + |
7 | 43 | - (MODULES-4334) - Adding locales directory, config.yaml and POT file for i18n.
|
8 | 44 | - Puppet-module-gems now implemented
|
9 | 45 |
|
10 | 46 | #### Bug Fixes
|
| 47 | + |
11 | 48 | - (MODULES-4528) Replace Puppet.version comparison with Puppet::Util::Package.versioncmp
|
12 | 49 | - (MODULES-4667) Update beaker tests for Jenkins CI
|
13 | 50 |
|
|
0 commit comments