Skip to content

Commit

Permalink
Updating changelog for release 1.1.0
Browse files Browse the repository at this point in the history
Change-Id: Ic23f66c4829b5fd107081cc0795d4a9bdc8c43d4
  • Loading branch information
Joseph Herlant committed Oct 13, 2016
1 parent 15e87c6 commit d4535e5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2016-10-13 Release 1.1.0
Fixes:
- Create directories when maxscale user exists
Added:
- Added initial support for osfamily RedHat.
- Upgrade to latest puppet-skeleton version from garethr
2016-08-18 Release 1.0.2
- Fixing a wrong dependency in the metadata
- Updating documentation
Expand Down
21 changes: 6 additions & 15 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TubeMogul-maxscale",
"version": "1.0.2",
"version": "1.1.0",
"author": "TubeMogul Inc.",
"summary": "Install and manage Maxscale instances",
"license": "Apache-2.0",
Expand All @@ -9,20 +9,11 @@
"issues_url": "https://github.com/tubemogul/puppet-maxscale/issues",
"tags": [ "maxscale", "database", "mariadb", "mysql", "binlog" ],
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease":
[
"12.04","14.04","16.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease":
[
"6","7","8"
]
}
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04","14.04","16.04" ] },
{ "operatingsystem": "Debian", "operatingsystemrelease": [ "6","7","8" ] },
{ "operatingsystem": "CentOS", "operatingsystemrelease": [ "6" ] },
{"operatingsystem": "OracleLinux", "operatingsystemrelease": [ "6" ] },
{"operatingsystem": "RedHat", "operatingsystemrelease": [ "6" ] }
],
"dependencies": [
{
Expand Down

0 comments on commit d4535e5

Please sign in to comment.