From 1155d66381103e64ecbf2753372f138283fe3b3e Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Wed, 14 May 2014 16:37:48 -0400 Subject: Prepare a 4.3.0 release. --- metadata.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 9d3847b..45508e6 100644 --- a/metadata.json +++ b/metadata.json @@ -5,7 +5,8 @@ "operatingsystemrelease": [ "4", "5", - "6" + "6", + "7" ] }, { @@ -13,7 +14,8 @@ "operatingsystemrelease": [ "4", "5", - "6" + "6", + "7" ] }, { @@ -21,7 +23,8 @@ "operatingsystemrelease": [ "4", "5", - "6" + "6", + "7" ] }, { @@ -29,7 +32,8 @@ "operatingsystemrelease": [ "4", "5", - "6" + "6", + "7" ] }, { @@ -49,7 +53,8 @@ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "10.04", - "12.04" + "12.04", + "14.04" ] }, { -- cgit v1.2.3 From fa45d594ade2f460ec59b35932d04cbca0ee1a84 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Thu, 15 May 2014 14:59:37 -0400 Subject: Claim PE3.3 support. --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 45508e6..638e36d 100644 --- a/metadata.json +++ b/metadata.json @@ -89,7 +89,7 @@ "requirements": [ { "name": "pe", - "version_requirement": "3.2.x" + "version_requirement": "3.3.x" }, { "name": "puppet", -- cgit v1.2.3 From e7b27205c4fdc9162f11ee606be93865c1a080ea Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Wed, 4 Jun 2014 14:15:14 -0400 Subject: Prepare a 4.2.2 release. --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 638e36d..acb880f 100644 --- a/metadata.json +++ b/metadata.json @@ -89,7 +89,7 @@ "requirements": [ { "name": "pe", - "version_requirement": "3.3.x" + "version_requirement": ">= 3.2.0 < 3.4.0" }, { "name": "puppet", @@ -97,7 +97,7 @@ } ], "name": "puppetlabs-stdlib", - "version": "4.2.1", + "version": "4.2.2", "source": "git://github.com/puppetlabs/puppetlabs-stdlib", "author": "puppetlabs", "license": "Apache 2.0", -- cgit v1.2.3 From def3af9cb018a204e4f007c41955099658591e02 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 24 Jun 2014 10:27:25 -0700 Subject: stdlib 4 isn't compatible with PE 3.2 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index acb880f..ff35d2c 100644 --- a/metadata.json +++ b/metadata.json @@ -89,7 +89,7 @@ "requirements": [ { "name": "pe", - "version_requirement": ">= 3.2.0 < 3.4.0" + "version_requirement": "3.3.x" }, { "name": "puppet", -- cgit v1.2.3 From ae82e2cb17c2829d4568ed7223ac8888a47c1d77 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Fri, 27 Jun 2014 12:30:27 -0700 Subject: Release 4.3.0 Summary: This release is the first supported release of the stdlib 4 series. It emains backwards-compatible with the stdlib 3 series. It adds two new unctions, one bugfix, and many testin Features: - New `bool2str()` function - New `camalcase()` function Bugfixes: - Fix `has_interface_with()` when interfaces fact is nil --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index ff35d2c..121f673 100644 --- a/metadata.json +++ b/metadata.json @@ -97,7 +97,7 @@ } ], "name": "puppetlabs-stdlib", - "version": "4.2.2", + "version": "4.3.0", "source": "git://github.com/puppetlabs/puppetlabs-stdlib", "author": "puppetlabs", "license": "Apache 2.0", -- cgit v1.2.3 From c0d35cfe9e5a9001901af4bd440b613dcc9cfb62 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 14 Jul 2014 15:51:21 -0700 Subject: Correct metadata.json to match checksum --- metadata.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 121f673..ddec540 100644 --- a/metadata.json +++ b/metadata.json @@ -1,4 +1,12 @@ { + "name": "puppetlabs-stdlib", + "version": "4.3.0", + "author": "puppetlabs", + "summary": "Puppet Module Standard Library", + "license": "Apache 2.0", + "source": "git://github.com/puppetlabs/puppetlabs-stdlib", + "project_page": "https://github.com/puppetlabs/puppetlabs-stdlib", + "issues_url": "https://github.com/puppetlabs/puppetlabs-stdlib/issues", "operatingsystem_support": [ { "operatingsystem": "RedHat", @@ -96,15 +104,8 @@ "version_requirement": ">=2.7.20 <4.0.0" } ], - "name": "puppetlabs-stdlib", - "version": "4.3.0", - "source": "git://github.com/puppetlabs/puppetlabs-stdlib", - "author": "puppetlabs", - "license": "Apache 2.0", - "summary": "Puppet Module Standard Library", "description": "Standard Library for Puppet Modules", - "project_page": "https://github.com/puppetlabs/puppetlabs-stdlib", "dependencies": [ - + ] } -- cgit v1.2.3 From 90ac0a7742e1d20905287851454a0c3a1fbb5f0a Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 14 Jul 2014 15:55:06 -0700 Subject: Release 4.3.1 Summary This supported release updates the metadata.json to work around upgrade behavior of the PMT. Bugfixes - Synchronize metadata.json with PMT-generated metadata to pass checksums --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index ddec540..bce75e0 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.3.0", + "version": "4.3.1", "author": "puppetlabs", "summary": "Puppet Module Standard Library", "license": "Apache 2.0", -- cgit v1.2.3