Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(FM-3094) Prepare for release 1.1.0 #137

Merged
merged 1 commit into from Aug 21, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 13 additions & 2 deletions CHANGELOG.md
@@ -1,10 +1,21 @@
##2015-03-10 - 1.1.0
##2015-08-24 - 1.1.0
###Summary

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

####Features
- `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
- Add define for permissions for Users, Roles and Logins
- `sqlserver::config` no longer writes a file to the sytem
- New `sqlserver_tsql` provider available to execute custom scripts
- Remove dependency on 'sqlcmd.exe'
- Performance discovery improvements
- Remove dependency for ACL modules

####Bug Fixes
- Munge values for instance names to always be uppercase when comparing
- Change the way we look up logins to use sys.server_principals instead of function that might not report correctly
- Fix issue with collation_name and databases where the variable was not named properly causing it to never be set

##2014-12-08 - 1.0.0
Initial release
2 changes: 1 addition & 1 deletion metadata.json
Expand Up @@ -29,7 +29,7 @@
"requirements": [
{
"name": "pe",
"version_requirement": ">= 3.7.0 < 4.0.0"
"version_requirement": ">= 3.7.0 < 2015.3.0"
}
],
"dependencies": [
Expand Down