Skip to content

Commit 2b3c184

Browse files
author
Travis Fields
committed
Prepare for 1.1.0 release
1 parent b9ae791 commit 2b3c184

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1+
##2015-03-10 - 1.1.0
2+
###Summary
3+
4+
Add ability to provide unmaged install switches
5+
6+
####Features
7+
- `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
8+
19
##2014-12-08 - 1.0.0
210
Initial release

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "puppetlabs-sqlserver",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"author": "puppetlabs",
55
"summary": "The `sqlserver` module installs and manages MS SQL Server 2012 and 2014 on Windows systems.",
66
"license": "Puppet Labs Enterprise",
77
"source": "PRIVATE",
88
"project_page": "https://tickets.puppetlabs.com/browse/MODULES/component/12400",
99
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES/component/12400",
10-
"tags": ["ms sql", "mssql", "sql server", "microsoft sql server", "windows", "sql 2012", "sql 2014"],
10+
"tags": ["sql", "mssql", "sqlserver", "microsoft", "sql2012", "sql2014", "tsql", "database"],
1111
"operatingsystem_support": [
1212
{
1313
"operatingsystem": "Windows",

0 commit comments

Comments
 (0)