Skip to content

Commit

Permalink
Prepare for release 1.1.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
rehanone committed Feb 13, 2018
1 parent 729a00f commit 2f0588e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.7 (February 12, 2018)

Improvements:

- Updated module data to `hiera 5`.
- Added support for newer OS releases.

## 1.1.6 (November 24, 2017)

Improvements:
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": "rehan-wget",
"version": "1.1.6",
"version": "1.1.7",
"author": "Rehan Mahmood",
"summary": "Install, manage and configure wget and retrieve files using it",
"license": "Apache-2.0",
Expand Down Expand Up @@ -43,20 +43,31 @@
"operatingsystemrelease": [
"21",
"22",
"23"
"23",
"24",
"25",
"26",
"27"
]
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [
"11 SP1"
"11 SP1",
"11 SP2",
"11 SP3",
"11 SP4",
"12 SP1",
"12 SP2",
"12 SP3"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8"
"8",
"9"
]
},
{
Expand All @@ -75,7 +86,8 @@
"operatingsystem": "FreeBSD",
"operatingsystemrelease": [
"9",
"10"
"10",
"11"
]
},
{
Expand All @@ -85,7 +97,10 @@
"3.8",
"4.0",
"4.2",
"4.4"
"4.4",
"4.6",
"4.8",
"5.0"
]
},
{
Expand Down

0 comments on commit 2f0588e

Please sign in to comment.