[go: up one dir, main page]

Skip to content

Commit

Permalink
Prepating version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Oct 9, 2019
1 parent dc22ac6 commit 333688a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

# 2.4.0
* Added manage_repo option

# 2.3.5
* Explicitly close opn files in tp_lookup
* Add purge_dirs argument to tp class
Expand Down
13 changes: 13 additions & 0 deletions Gemfile.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Danger integration: http://danger.systems
gem 'danger'
gem 'danger-changelog'
gem 'danger-mention'

# Coveralls
gem 'coveralls', require: false

# Semantic Puppet
gem 'semantic_puppet', require: false
gem 'puppet-blacksmith', require: false
# vim: syntax=ruby

19 changes: 11 additions & 8 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example42-tp",
"version": "2.3.5",
"version": "2.4.0",
"summary": "Tiny Puppet",
"license": "Apache-2.0",
"author": "Example42 Gmbh",
Expand All @@ -27,28 +27,32 @@
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
},
{
"operatingsystem": "CentOS",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
},
{
"operatingsystem": "OracleLinux",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
},
{
"operatingsystem": "Scientific",
"operatingsystemrelease": [
"6",
"7"
"7",
"8"
]
},
{
Expand All @@ -72,13 +76,12 @@
"6",
"7",
"8",
"8"
"9"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"10.04",
"12.04",
"14.04",
"16.04",
Expand All @@ -95,7 +98,7 @@
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.6.0 < 7.0.0"
"version_requirement": ">= 4.6.0 < 8.0.0"
}
],
"dependencies": [
Expand Down

0 comments on commit 333688a

Please sign in to comment.