Prepare a 2.1.0 release.
This commit is contained in:
parent
0b7d074d57
commit
acb9cc92d8
3 changed files with 32 additions and 2 deletions
30
CHANGELOG
30
CHANGELOG
|
@ -1,3 +1,33 @@
|
|||
2013-11-13 - Version 2.1.0
|
||||
|
||||
Summary:
|
||||
|
||||
The most important changes in 2.1.0 are improvements to the my.cnf creation,
|
||||
as well as providers. Setting options to = true strips them to be just the
|
||||
key name itself, which is required for some options.
|
||||
|
||||
The provider updates fix a number of bugs, from lowercase privileges to
|
||||
deprecation warnings.
|
||||
|
||||
Last, the new hiera integration functionality should make it easier to
|
||||
externalize all your grantts, users, and, databases. Another great set of
|
||||
community submissions helped to make this release.
|
||||
|
||||
Features:
|
||||
- Some options can not take a argument. Gets rid of the '= true' when an
|
||||
option is set to true.
|
||||
- Easier hiera integration: Add hash parameters to mysql::server to allow
|
||||
specifying grants, users, and databases.
|
||||
|
||||
Fixes:
|
||||
- Fix an issue with lowercase privileges in mysql_grant{} causing them to be reapplied needlessly.
|
||||
- Changed defaults-file to defaults-extra-file in providers.
|
||||
- Ensure /root/.my.cnf is 0600 and root owned.
|
||||
- database_user deprecation warning was incorrect.
|
||||
- Add anchor pattern for client.pp
|
||||
- Documentation improvements.
|
||||
- Various test fixes.
|
||||
|
||||
2013-10-21 - Version 2.0.1
|
||||
|
||||
Summary:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name 'puppetlabs-mysql'
|
||||
version '2.0.1'
|
||||
version '2.1.0'
|
||||
source 'git://github.com/puppetlabs/puppetlabs-mysql.git'
|
||||
author 'Puppet Labs'
|
||||
license 'Apache 2.0'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "puppetlabs/mysql",
|
||||
"version": "2.0.1",
|
||||
"version": "2.1.0",
|
||||
"summary": "Manage MySQL, includes types/providers",
|
||||
"source": "git@github.com/puppetlabs/puppetlabs-mysql.git",
|
||||
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",
|
||||
|
|
Loading…
Reference in a new issue