Skip to content

Commit 3349c52

Browse files
committed
Merge pull request #137 from cyberious/master
(FM-3094) Prepare for release 1.1.0
2 parents cad4951 + 54a0783 commit 3349c52

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
1-
##2015-03-10 - 1.1.0
1+
##2015-08-24 - 1.1.0
22
###Summary
33

4-
Add ability to provide unmaged install switches
4+
User, Roles and Login as well as they permissions associated with each are now available.
55

66
####Features
77
- `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+
- Add define for permissions for Users, Roles and Logins
9+
- `sqlserver::config` no longer writes a file to the sytem
10+
- New `sqlserver_tsql` provider available to execute custom scripts
11+
- Remove dependency on 'sqlcmd.exe'
12+
- Performance discovery improvements
13+
- Remove dependency for ACL modules
14+
15+
####Bug Fixes
16+
- Munge values for instance names to always be uppercase when comparing
17+
- Change the way we look up logins to use sys.server_principals instead of function that might not report correctly
18+
- Fix issue with collation_name and databases where the variable was not named properly causing it to never be set
819

920
##2014-12-08 - 1.0.0
1021
Initial release

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"requirements": [
3030
{
3131
"name": "pe",
32-
"version_requirement": ">= 3.7.0 < 4.0.0"
32+
"version_requirement": ">= 3.7.0 < 2015.3.0"
3333
}
3434
],
3535
"dependencies": [

0 commit comments

Comments
 (0)