Skip to content

Commit

Permalink
2.0.0 - Fix-up metadata and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Watson committed Oct 30, 2017
1 parent dc187bb commit 46c8b29
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 66 deletions.
9 changes: 0 additions & 9 deletions CHANGELOG

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Change Log

Release notes for the claranet/puppet-timezone module.

------------------------------------------

## 2.0.0 - 2017-10-30
* Added support for ArchLinux
* Major version bump following rebranding
* Now licensed under the Apache License 2.0
* Added very simple spec tests

## 1.0.0 - 2015-07-17
* Added support for Amazon Linux

## 0.1.2 - 2014-12-09

## 0.1.1 - 2013-07-10

## 0.1.0 - 2013-03-05
* First forge release
85 changes: 28 additions & 57 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,84 +1,55 @@
{
"name": "bashtoni-timezone",
"version": "1.0.1",
"source": "https://github.com/BashtonLtd/puppet-timezone",
"author": "Bashton Ltd",
"license": "BSD-2-Clause",
"summary": "Configure /etc/localtime and associated system files",
"description": "Configure the timezone on various Linux distributions",
"project_page": "https://github.com/BashtonLtd/puppet-timezone",
"issues_url": "https://github.com/BashtonLtd/puppet-timezone/issues",
"tags": [ "linux", "timezone" ],
"name" : "claranet-timezone",
"version" : "2.0.0",
"source" : "https://github.com/claranet/puppet-timezone",
"author" : "Claranet",
"license" : "Apache-2.0",
"summary" : "Configure /etc/localtime and associated system files",
"description" : "Configure the timezone on various Linux distributions",
"project_page" : "https://github.com/claranet/puppet-timezone",
"issues_url" : "https://github.com/claranet/puppet-timezone/issues",
"tags" : [ "linux", "timezone" ],
"operatingsystem_support": [
{
"operatingsystem": "Archlinux"
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
]
"operatingsystem" : "RedHat",
"operatingsystemrelease" : [ "6", "7" ]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"5",
"6",
"7"
]
"operatingsystem" : "CentOS",
"operatingsystemrelease" : [ "6", "7" ]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"6",
"7"
]
"operatingsystem" : "OracleLinux",
"operatingsystemrelease" : [ "6", "7" ]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"5",
"6",
"7"
]
"operatingsystem" : "Scientific",
"operatingsystemrelease" : [ "6", "7" ]
},
{
"operatingsystem": "Amazon",
"operatingsystemrelease": [
"3",
"4"
]
"operatingsystem" : "Amazon",
"operatingsystemrelease" : [ "3", "4" ]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"6",
"7"
]
"operatingsystem" : "Debian",
"operatingsystemrelease" : [ "7", "8" ]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"12.04",
"14.04"
]
"operatingsystem" : "Ubuntu",
"operatingsystemrelease": [ "14.04", "16.04" ]
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [
"10",
"11",
"12"
]
"operatingsystem" : "SLES",
"operatingsystemrelease" : [ "10", "11", "12" ]
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 3.1.0"
"name" : "puppet",
"version_requirement" : ">= 3.8.7"
}
],
"dependencies": []
Expand Down

0 comments on commit 46c8b29

Please sign in to comment.