Skip to content

Commit

Permalink
Preparing release 1.0.2
Browse files Browse the repository at this point in the history
Change-Id: I6ff752689ff1f714675fc2ad1199b5528d9fc15d
  • Loading branch information
Joseph Herlant committed Jan 30, 2017
1 parent 0350219 commit e351f84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 28 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.0.2] - 2017-01-30
### Added
- Added the syntax color for the code blocks in the `README.markdown`

Expand Down
33 changes: 6 additions & 27 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "TubeMogul-curator",
"version": "1.0.1",
"version": "1.0.2",
"author": "TubeMogul Inc.",
"summary": "Puppet Module for Elasticsearch Curator",
"license": "Apache-2.0",
Expand All @@ -11,44 +11,23 @@
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"4",
"5",
"6",
"7"
]
"operatingsystemrelease": [ "4", "5", "6", "7" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"4",
"5",
"6",
"7"
]
"operatingsystemrelease": [ "4", "5", "6", "7" ]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"4",
"5",
"6",
"7"
]
"operatingsystemrelease": [ "4", "5", "6", "7" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease":
[
"12.0.4","14.04"
]
"operatingsystemrelease": [ "12.04", "14.04", "16.04" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease":
[
"6","7","8"
]
"operatingsystemrelease": [ "6", "7", "8" ]
}
],
"dependencies": [ ],
Expand Down

0 comments on commit e351f84

Please sign in to comment.