Release prep for 3.5.0
This commit is contained in:
parent
253f74925e
commit
91c44c2e25
2 changed files with 17 additions and 4 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -1,3 +1,16 @@
|
||||||
|
##2015-07-23 - Supported Release 3.5.0
|
||||||
|
###Summary
|
||||||
|
A small release to add explicit support to newer Puppet versions and accumulated patches.
|
||||||
|
|
||||||
|
####Features/Improvements
|
||||||
|
- Start running tests against puppet 4
|
||||||
|
- Support longer usernames on newer MariaDB versions
|
||||||
|
- Add parameters for Solaris 11 and 12
|
||||||
|
|
||||||
|
####Bugfixes
|
||||||
|
- Fix references to the mysql-server package
|
||||||
|
- mysql_server_id doesn't throw and error on machines without macaddress
|
||||||
|
|
||||||
##2015-05-19 - Supported Release 3.4.0
|
##2015-05-19 - Supported Release 3.4.0
|
||||||
###Summary
|
###Summary
|
||||||
This release includes the addition of extra facts, OpenBSD compatibility, and a number of other features, improvements and bug fixes.
|
This release includes the addition of extra facts, OpenBSD compatibility, and a number of other features, improvements and bug fixes.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "puppetlabs-mysql",
|
"name": "puppetlabs-mysql",
|
||||||
"version": "3.4.0",
|
"version": "3.5.0",
|
||||||
"author": "Puppet Labs",
|
"author": "Puppet Labs",
|
||||||
"summary": "Installs, configures, and manages the MySQL service.",
|
"summary": "Installs, configures, and manages the MySQL service.",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -74,11 +74,11 @@
|
||||||
"requirements": [
|
"requirements": [
|
||||||
{
|
{
|
||||||
"name": "pe",
|
"name": "pe",
|
||||||
"version_requirement": "3.x"
|
"version_requirement": ">= 3.7.0 < 2015.3.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "puppet",
|
"name": "puppet",
|
||||||
"version_requirement": "3.x"
|
"version_requirement": ">= 3.0.0 < 5.0.0"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Mysql module",
|
"description": "Mysql module",
|
||||||
|
|
Loading…
Reference in a new issue