commit
58bb3b92d8
2 changed files with 10 additions and 1 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
## 2015-09-08 - Supported Release 3.6.1
|
||||||
|
### Summary
|
||||||
|
This release fixes an incorrect function used in `mysql::server::backup` and fixes compatibility issues with PE 3.3.x.
|
||||||
|
|
||||||
|
#### Bugfixes
|
||||||
|
- Use `warning()` not `warn()`
|
||||||
|
- Metadata had inadvertantly dropped 3.3.x support
|
||||||
|
- Some 3.3.x compatibility issues in `mysqltuner` were corrected
|
||||||
|
|
||||||
## 2015-08-10 - Supported Release 3.6.0
|
## 2015-08-10 - Supported Release 3.6.0
|
||||||
### Summary
|
### Summary
|
||||||
This release adds the ability to use mysql::db and `mysql_*` types against unmanaged or external mysql instances.
|
This release adds the ability to use mysql::db and `mysql_*` types against unmanaged or external mysql instances.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "puppetlabs-mysql",
|
"name": "puppetlabs-mysql",
|
||||||
"version": "3.6.0",
|
"version": "3.6.1",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in a new issue