Skip to content

Commit

Permalink
Merge pull request #5 from voxpupuli/0914
Browse files Browse the repository at this point in the history
Release 0.9.14
  • Loading branch information
bastelfreak authored Aug 15, 2016
2 parents ade8900 + 9114279 commit 231eae8
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2016-08-15 - Release Releasing 0.9.14

- Release to Forge again
- Fix module metadata

## 2016-08-13 - Release Releasing 0.9.13

- Release to Forge
Expand Down
37 changes: 33 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-yum",
"version": "0.9.14-rc0",
"version": "0.9.14",
"author": "Voxpupuli",
"summary": "YUM utilities",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.2.0"
"version_requirement": ">= 4.2.0 < 5.0.0"
}
],
"tags": [
Expand All @@ -21,7 +21,36 @@
],
"operatingsystem_support": [
{
"osfamily": "RedHat"
"operatingsystem": "RedHat",
"operatingsystemrelease" : [
"5",
"6",
"7"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease" : [
"5",
"6",
"7"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease" : [
"5",
"6",
"7"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease" : [
"5",
"6",
"7"
]
}
],
"requirements": [
Expand All @@ -31,7 +60,7 @@
},
{
"name": "puppet",
"version_requirement": ">= 3.3"
"version_requirement": ">= 3.0.0 < 5.0.0"
}
]
}

0 comments on commit 231eae8

Please sign in to comment.