Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Dec 9, 2014
1 parent 593353c commit 514215c
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.1.1

- Convert specs to rspec3 syntax
- Fix metadata.json

## 2.1.0

- Support `action_port` and `action_protocol` parameters (GH #1)
Expand Down
57 changes: 53 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,66 @@
{
"name": "herculesteam-augeasproviders_syslog",
"version": "2.1.0",
"version": "2.1.1",
"author": "Dominic Cleal, Raphael Pinson",
"summary": "Augeas-based syslog type and providers for Puppet",
"license": "Apache 2.0",
"source": "git://github.com/hercules-team/augeasproviders_syslog",
"license": "Apache-2.0",
"source": "https://github.com/hercules-team/augeasproviders_syslog",
"project_page": "http://augeasproviders.com",
"issues_url": "https://github.com/hercules-team/augeasproviders_syslog/issues",
"description": "This module provides type/providers for syslog using the Augeas configuration API library.",
"dependencies": [
{
"name": "herculesteam/augeasproviders_core",
"version_requirement": ">=2.0.0"
"version_requirement": ">=2.1.0 <3.0.0"
}
],
"operatingsystem_support": [
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"5",
"6",
"7",
"8"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"10.10",
"11.04",
"11.10",
"12.04",
"12.10",
"13.04",
"13.10",
"14.04",
"14.10"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"4",
"5",
"6",
"7"
]
}
],
"requirements": [
{ "name": "puppet", "version_requirement": ">= 2.7.0 < 4.0.0" }
],
"puppet_version": [
"2.7",
"3.0",
"3.1",
"3.2",
"3.3",
"3.4",
"3.5",
"3.6",
"3.7"
]
}

0 comments on commit 514215c

Please sign in to comment.