Skip to content

Commit

Permalink
Merge pull request #52 from MiamiOH/concat_version
Browse files Browse the repository at this point in the history
Reduce minimum allowed version of puppetlabs-concat
  • Loading branch information
edestecd authored Jan 22, 2018
2 parents 7905287 + ce6ec48 commit b5b6109
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2018-01-22 (1.1.1) Dirk Tepe
* Loosen puppetlabs-concat module minimum version

2018-01-20 (1.1.0) Dirk Tepe
* Require minimum IdP version 3.3.0 if using scripted attributes
* Make IdP 3.3.2 the default version
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MiamiOH-shibboleth_idp",
"version": "1.1.0",
"version": "1.1.1",
"author": "Dirk Tepe",
"summary": "Manage Shibboleth IdP",
"license": "GPL-3.0+",
Expand All @@ -10,7 +10,7 @@
"tags": ["shibboleth", "shib", "idp"],
"dependencies": [
{"name": "puppetlabs/stdlib", "version_requirement": ">= 4.2.0 < 5.0.0"},
{"name": "puppetlabs/concat", "version_requirement": ">= 4.1.1 < 5.0.0"},
{"name": "puppetlabs/concat", "version_requirement": ">= 2.2.1 < 5.0.0"},
{"name": "puppet/archive", "version_requirement": ">= 0.5.0 < 2.0.0"},
{"name": "camptocamp/openssl", "version_requirement": ">= 1.8.2 < 2.0.0"},
{"name": "unibet/profiled", "version_requirement": ">= 0.1.4 < 1.0.0"},
Expand Down

0 comments on commit b5b6109

Please sign in to comment.