Skip to content

Commit

Permalink
Preparing release 1.1.1 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
aerostitch authored Jan 30, 2017
1 parent d63c4c8 commit f96dccf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [1.1.1] - 2017-01-30
### Changed
- Move the changelog to markdown and start using semver
- The Travis tests matrix has been changed to get quicker tests and integrate
Expand Down
27 changes: 21 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TubeMogul-maxscale",
"version": "1.1.0",
"version": "1.1.1",
"author": "TubeMogul Inc.",
"summary": "Install and manage Maxscale instances",
"license": "Apache-2.0",
Expand All @@ -9,11 +9,26 @@
"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": "CentOS", "operatingsystemrelease": [ "6" ] },
{"operatingsystem": "OracleLinux", "operatingsystemrelease": [ "6" ] },
{"operatingsystem": "RedHat", "operatingsystemrelease": [ "6" ] }
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "12.04", "14.04", "16.04" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [ "6", "7", "8" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [ "6", "7" ]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [ "6", "7" ]
}
],
"dependencies": [
{
Expand Down

0 comments on commit f96dccf

Please sign in to comment.