From b1cd1e203c01b748e0a486dbb4b6457ce344fb12 Mon Sep 17 00:00:00 2001 From: Helen Date: Wed, 18 Jan 2017 12:32:30 +0000 Subject: Release Mergeback (#709) * Release prep for 4.14.0 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 82078bf..b697da0 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.13.1", + "version": "4.14.0", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", -- cgit v1.2.3 From 579fc900527683065b29f0bc2d5339a47861438c Mon Sep 17 00:00:00 2001 From: Helen Campbell Date: Wed, 18 Jan 2017 16:12:34 +0000 Subject: Release Prep for 4.15.0 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index b697da0..eedc8dc 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.14.0", + "version": "4.15.0", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", -- cgit v1.2.3 From 20a41b9adad27f0e230743ffb784c469d6a4c1ec Mon Sep 17 00:00:00 2001 From: Helen Campbell Date: Wed, 18 Jan 2017 16:40:37 +0000 Subject: Fix typo in metadata OS compatibility --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index eedc8dc..090b8fc 100644 --- a/metadata.json +++ b/metadata.json @@ -66,7 +66,7 @@ "10.04", "12.04", "14.04", - "16.06" + "16.04" ] }, { -- cgit v1.2.3 From 7e66ae97462c4d31aae112030e788f9fefe54732 Mon Sep 17 00:00:00 2001 From: Helen Campbell Date: Wed, 18 Jan 2017 16:44:35 +0000 Subject: Remove accidental Solaris version from metadata --- metadata.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 090b8fc..378ae11 100644 --- a/metadata.json +++ b/metadata.json @@ -73,8 +73,7 @@ "operatingsystem": "Solaris", "operatingsystemrelease": [ "10", - "11", - "12" + "11" ] }, { -- cgit v1.2.3 From 080f83558cf5c0f9c6de308651580569aa82f345 Mon Sep 17 00:00:00 2001 From: Helen Date: Tue, 21 Mar 2017 12:55:18 +0000 Subject: Release prep for 4.16.0 (#744) --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 378ae11..1905884 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.15.0", + "version": "4.16.0", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", -- cgit v1.2.3 From 567b6d3fad75727de66b6ef339d77ef181316603 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Fri, 28 Apr 2017 10:02:42 -0700 Subject: Release prep 4.17.0 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 1905884..8c05d79 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.16.0", + "version": "4.17.0", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", -- cgit v1.2.3 From 9e9a99ca217130493b75fca2f5c92d51b563851b Mon Sep 17 00:00:00 2001 From: Florian Maier Date: Tue, 23 May 2017 17:29:18 +0200 Subject: MODULES-4821 puppetlabs-stdlib: Update the version compatibility to >= 4.7.0 < 5.0.0 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 8c05d79..3a51374 100644 --- a/metadata.json +++ b/metadata.json @@ -101,7 +101,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">=2.7.20 <5.0.0" + "version_requirement": ">= 4.7.0 < 5.0.0" } ], "description": "Standard Library for Puppet Modules", -- cgit v1.2.3 From 5c0bd2c37f3d0213cd1b684c667e49101226973c Mon Sep 17 00:00:00 2001 From: Helen Campbell Date: Thu, 15 Jun 2017 10:51:37 +0100 Subject: Release prep for 4.17.1 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 3a51374..0bd0184 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.17.0", + "version": "4.17.1", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", -- cgit v1.2.3 From f5f0ac71ff9b359348819d00543b14d8a0d15956 Mon Sep 17 00:00:00 2001 From: Eric Putnam Date: Wed, 9 Aug 2017 11:13:51 -0700 Subject: (maint) adjust puppet version requirement --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 0bd0184..66c47c1 100644 --- a/metadata.json +++ b/metadata.json @@ -101,7 +101,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">= 4.7.0 < 5.0.0" + "version_requirement": ">=2.7.20 < 6.0.0" } ], "description": "Standard Library for Puppet Modules", -- cgit v1.2.3 From a8302160fb60cd9729dc4de48fd33194bb69fc8b Mon Sep 17 00:00:00 2001 From: Eric Putnam Date: Wed, 9 Aug 2017 11:35:03 -0700 Subject: (MODULES-5436) release prep for 4.17.2 --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 66c47c1..79b5be5 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.17.1", + "version": "4.17.2", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", @@ -101,7 +101,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">=2.7.20 < 6.0.0" + "version_requirement": ">=2.7.20 < 5.0.0" } ], "description": "Standard Library for Puppet Modules", -- cgit v1.2.3 From 3721197ffe82c95d968f9bc4d46b98c7cbcacfa2 Mon Sep 17 00:00:00 2001 From: tphoney Date: Thu, 10 Aug 2017 12:42:40 +0100 Subject: MODULES-5440 fix upper bound for puppet --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 79b5be5..da6cb5c 100644 --- a/metadata.json +++ b/metadata.json @@ -101,7 +101,7 @@ "requirements": [ { "name": "puppet", - "version_requirement": ">=2.7.20 < 5.0.0" + "version_requirement": ">=2.7.20 < 6.0.0" } ], "description": "Standard Library for Puppet Modules", -- cgit v1.2.3 From 159586fa4151a44503045f23d70b98454e72ff8a Mon Sep 17 00:00:00 2001 From: Eric Putnam Date: Thu, 10 Aug 2017 09:16:00 -0700 Subject: (MODULES-5436) release prep for 4.18.0 This isn't actually another release, we decided to do 4.18.0 instead of 4.17.2 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index da6cb5c..62cd362 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.17.2", + "version": "4.18.0", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", -- cgit v1.2.3 From 66d33a5f4516cd4070b632839e6633baad710ac9 Mon Sep 17 00:00:00 2001 From: Paula McMaw Date: Thu, 17 Aug 2017 14:53:25 +0100 Subject: (MODULES-5501) - Remove unsupported Ubuntu Removing older version of Ubuntu that are not supported by the module. --- metadata.json | 2 -- 1 file changed, 2 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 62cd362..eb95213 100644 --- a/metadata.json +++ b/metadata.json @@ -63,8 +63,6 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "10.04", - "12.04", "14.04", "16.04" ] -- cgit v1.2.3 From cb2ab16d7b27c3573a60c4eb265c8b3fb080f438 Mon Sep 17 00:00:00 2001 From: tphoney Date: Fri, 18 Aug 2017 13:44:27 +0100 Subject: MODULES-5298 4.19.0 release prep --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index eb95213..bee619f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.18.0", + "version": "4.19.0", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", -- cgit v1.2.3 From 596fb276bc48da4e285c10881a6d5dbf2a441124 Mon Sep 17 00:00:00 2001 From: Eric Putnam Date: Thu, 31 Aug 2017 22:34:57 -0700 Subject: (MODULES-5508) release prep for 4.20.0 --- metadata.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index bee619f..f1f9562 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-stdlib", - "version": "4.19.0", + "version": "4.20.0", "author": "puppetlabs", "summary": "Standard library of resources for Puppet modules.", "license": "Apache-2.0", @@ -55,7 +55,6 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "6", "7", "8" ] -- cgit v1.2.3