Skip to content

Commit

Permalink
Merge pull request #52 from luoymu/update-mysql-version-requirement
Browse files Browse the repository at this point in the history
update mysql version requirement
  • Loading branch information
edestecd authored Jul 2, 2021
2 parents da3f97a + 7aa1393 commit ef1e607
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.


## 2021-07-02 (2.1.2) Frank Luo
* Update mysql version requirement

## 2020-08-26 (2.1.1) Brad Koby
* Update PDK template version
* Increase stdlib dependency max version
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "edestecd-mariadb",
"version": "2.1.1",
"version": "2.1.2",
"author": "Chris Edester",
"summary": "Puppet Module for managing MariaDB",
"license": "GPL-3.0+",
Expand All @@ -18,7 +18,7 @@
},
{
"name": "puppetlabs/mysql",
"version_requirement": ">= 9.0.0 < 10.8.0"
"version_requirement": ">= 11.0.0 < 12.0.0"
}
],
"operatingsystem_support": [
Expand Down

1 comment on commit ef1e607

@dadez73
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, can you push the new release on puppet forge :-) Thx

Please sign in to comment.