Merge pull request #318 from apenney/200-rc4-release
Prepare -rc4 release.
This commit is contained in:
commit
94c24a4e68
3 changed files with 20 additions and 7 deletions
13
CHANGELOG
13
CHANGELOG
|
@ -1,3 +1,16 @@
|
||||||
|
2013-10-09 - Version 2.0.0-rc4
|
||||||
|
|
||||||
|
Summary:
|
||||||
|
|
||||||
|
Bugfixes to mysql_grant and mysql_user form the bulk of this rc, as well as
|
||||||
|
ensuring that values in the override_options hash that contain a value of ''
|
||||||
|
are created as just "key" in the conf rather than "key =" or "key = false".
|
||||||
|
|
||||||
|
Fixes:
|
||||||
|
- Improve mysql_grant to work with IPv6 addresses (both long and short).
|
||||||
|
- Ensure @host users work as well as user@host users.
|
||||||
|
- Updated my.cnf template to support items with no values.
|
||||||
|
|
||||||
2013-10-07 - Version 2.0.0-rc3
|
2013-10-07 - Version 2.0.0-rc3
|
||||||
|
|
||||||
Summary:
|
Summary:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name 'puppetlabs-mysql'
|
name 'puppetlabs-mysql'
|
||||||
version '2.0.0-rc3'
|
version '2.0.0-rc4'
|
||||||
source 'git://github.com/puppetlabs/puppetlabs-mysql.git'
|
source 'git://github.com/puppetlabs/puppetlabs-mysql.git'
|
||||||
author 'Puppet Labs'
|
author 'Puppet Labs'
|
||||||
license 'Apache 2.0'
|
license 'Apache 2.0'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "puppetlabs/mysql",
|
"name": "puppetlabs/mysql",
|
||||||
"version": "2.0.0-rc3",
|
"version": "2.0.0-rc4",
|
||||||
"summary": "Manage MySQL, includes types/providers",
|
"summary": "Manage MySQL, includes types/providers",
|
||||||
"source": "git@github.com/puppetlabs/puppetlabs-mysql.git",
|
"source": "git@github.com/puppetlabs/puppetlabs-mysql.git",
|
||||||
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",
|
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",
|
||||||
|
@ -15,11 +15,11 @@
|
||||||
"Ubuntu"
|
"Ubuntu"
|
||||||
],
|
],
|
||||||
"puppet_version": [
|
"puppet_version": [
|
||||||
2.7,
|
"2.7",
|
||||||
3.0,
|
"3.0",
|
||||||
3.1,
|
"3.1",
|
||||||
3.2,
|
"3.2",
|
||||||
3.3
|
"3.3"
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue