Skip to content

Commit

Permalink
Merge pull request #179 from glennsarti/ticket/stable/MODULES-3493-re…
Browse files Browse the repository at this point in the history
…lease-1.1.3

(MODULES-3493) Prepare for Release v1.1.3
  • Loading branch information
Iristyle committed Jul 8, 2016
2 parents 41684ba + ecc95fe commit e2cb0fb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
##2016-07-12 - Supported Release 1.1.3
###Summary

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

####Features
- Updated documentation with more advanced SQL example
- 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`

####Bug Fixes
- Fix Role Name Collisions. This fix introduces the database name into the title created for the `sqlserver_tsql` statements so that it is unique
- Minor refactoring of code which is not used or make code path more obvious
- Fix TSQL error propagation. Introduce a minor refactor so that the `returns` property captures errors properly from TSQL executions
- 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`

##2016-04-11 - Supported Release 1.1.2
###Summary

Small release to support Puppet version ranges.


##2015-12-08 - Supported Release 1.1.1
###Summary

Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppetlabs-sqlserver",
"version": "1.1.2",
"version": "1.1.3",
"author": "Puppet Inc",
"summary": "The `sqlserver` module installs and manages MS SQL Server 2012 and 2014 on Windows systems.",
"license": "PuppetLabs-Enterprise",
Expand Down Expand Up @@ -29,7 +29,7 @@
"requirements": [
{
"name": "pe",
"version_requirement": ">= 3.7.0 < 2015.4.0"
"version_requirement": ">= 3.7.0 < 2016.4.0"
},
{
"name": "puppet",
Expand Down

0 comments on commit e2cb0fb

Please sign in to comment.