Skip to content

Commit

Permalink
Release 0.9.14
Browse files Browse the repository at this point in the history
  • Loading branch information
jyaworski committed Aug 15, 2016
1 parent ade8900 commit e6d5d62
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 5 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
39 changes: 34 additions & 5 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,8 +21,37 @@
],
"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 e6d5d62

Please sign in to comment.