Skip to content

Commit

Permalink
Merge pull request #756 from bmjen/3.6.1_prep
Browse files Browse the repository at this point in the history
3.6.1 prep
  • Loading branch information
Morgan Haskel committed Sep 8, 2015
2 parents 58bb3b9 + f63b7d1 commit 1d82477
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This release fixes an incorrect function used in `mysql::server::backup` and fix
- Use `warning()` not `warn()`
- Metadata had inadvertantly dropped 3.3.x support
- Some 3.3.x compatibility issues in `mysqltuner` were corrected
- Fixes an incorrect warning in `mysql::server::backup` manifest

## 2015-08-10 - Supported Release 3.6.0
### Summary
Expand Down
10 changes: 5 additions & 5 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"source": "git://github.com/puppetlabs/puppetlabs-mysql.git",
"project_page": "http://github.com/puppetlabs/puppetlabs-mysql",
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"},
{"name":"nanliu/staging","version_requirement":">= 1.0.1 < 2.0.0"}
],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
Expand Down Expand Up @@ -81,9 +85,5 @@
"version_requirement": ">= 3.0.0 < 5.0.0"
}
],
"description": "Mysql module",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0 < 5.0.0"},
{"name":"nanliu/staging","version_requirement":">= 1.0.1 < 2.0.0"}
]
"description": "Mysql module"
}

0 comments on commit 1d82477

Please sign in to comment.