Release prep for 3.5.0
This commit is contained in:
parent
253f74925e
commit
91c44c2e25
2 changed files with 17 additions and 4 deletions
15
CHANGELOG.md
15
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
|
||||
###Summary
|
||||
This release includes the addition of extra facts, OpenBSD compatibility, and a number of other features, improvements and bug fixes.
|
||||
|
@ -104,7 +117,7 @@ Added several new features including MariaDB support and future parser
|
|||
* `mysql::db` now has an import\_timeout feature that defaults to 300
|
||||
* The `mysql` class has been removed
|
||||
* `mysql::server` now takes an `override_options` hash that will affect the installation
|
||||
* Ability to install both dev and client dev
|
||||
* Ability to install both dev and client dev
|
||||
|
||||
####BugFix
|
||||
* `mysql::server::backup` now passes `ensure` param to the nested `mysql_grant`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "puppetlabs-mysql",
|
||||
"version": "3.4.0",
|
||||
"version": "3.5.0",
|
||||
"author": "Puppet Labs",
|
||||
"summary": "Installs, configures, and manages the MySQL service.",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -74,11 +74,11 @@
|
|||
"requirements": [
|
||||
{
|
||||
"name": "pe",
|
||||
"version_requirement": "3.x"
|
||||
"version_requirement": ">= 3.7.0 < 2015.3.0"
|
||||
},
|
||||
{
|
||||
"name": "puppet",
|
||||
"version_requirement": "3.x"
|
||||
"version_requirement": ">= 3.0.0 < 5.0.0"
|
||||
}
|
||||
],
|
||||
"description": "Mysql module",
|
||||
|
|
Loading…
Reference in a new issue