From 300d51cae5b15afacd50fee26a1a891565af90de Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Mon, 7 Oct 2013 13:20:47 -0700 Subject: FM-103: Add metadata.json to all modules. --- metadata.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 metadata.json (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..84551e5 --- /dev/null +++ b/metadata.json @@ -0,0 +1,24 @@ +{ + "name": "puppetlabs/vcsrepo", + "version": "0.1.2", + "summary": "Manage repositories from various version control systems", + "source": "git@github.com/puppetlabs/puppetlabs-vcsrepo.git", + "project_page": "http://github.com/puppetlabs/puppetlabs-vcsrepo", + "author": "Puppet Labs", + "license": "Apache-2.0", + "operatingsystem_support": [ + "RedHat", + "OpenSUSE", + "SLES", + "SLED", + "Debian", + "Ubuntu" + ], + "puppet_version": [ + 2.7, + 3.0, + 3.1, + 3.2, + 3.3 + ] +} -- cgit v1.2.3 From 120268f3d2142be0be346b6a04c4e709a20ed4f4 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Tue, 8 Oct 2013 15:21:14 -0700 Subject: Add a blank dependencies section and stringify versions. --- metadata.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 84551e5..5862ca8 100644 --- a/metadata.json +++ b/metadata.json @@ -15,10 +15,11 @@ "Ubuntu" ], "puppet_version": [ - 2.7, - 3.0, - 3.1, - 3.2, - 3.3 - ] + "2.7", + "3.0", + "3.1", + "3.2", + "3.3" + ], + "dependencies": [] } -- cgit v1.2.3 From 6dfdc0f1c38ce9371aa8ce5f91dd9799e625a3f7 Mon Sep 17 00:00:00 2001 From: Ashley Penney Date: Wed, 13 Nov 2013 12:44:24 -0500 Subject: Prepare 0.2.0 release. --- metadata.json | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 metadata.json (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json deleted file mode 100644 index 5862ca8..0000000 --- a/metadata.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "name": "puppetlabs/vcsrepo", - "version": "0.1.2", - "summary": "Manage repositories from various version control systems", - "source": "git@github.com/puppetlabs/puppetlabs-vcsrepo.git", - "project_page": "http://github.com/puppetlabs/puppetlabs-vcsrepo", - "author": "Puppet Labs", - "license": "Apache-2.0", - "operatingsystem_support": [ - "RedHat", - "OpenSUSE", - "SLES", - "SLED", - "Debian", - "Ubuntu" - ], - "puppet_version": [ - "2.7", - "3.0", - "3.1", - "3.2", - "3.3" - ], - "dependencies": [] -} -- cgit v1.2.3 From cdf207a3d87149937a28953850fedfbe8c78e5f9 Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Mon, 19 May 2014 14:47:11 -0400 Subject: Updated modulefile and added metadata.json for 1.0.0 release. Supported OS list should be checked in metadata. CHANGELOG still needs to be updated for 1.0.0 release. --- metadata.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 metadata.json (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..752d3c2 --- /dev/null +++ b/metadata.json @@ -0,0 +1,48 @@ +{ + "name": "puppetlabs-vcsrepo", + "version": "1.0.0", + "source": "https://github.com/puppetlabs/puppetlabs-vcsrepo", + "author": "Puppet Labs", + "license": "GPLv2", + "project_page": "https://github.com/puppetlabs/puppetlabs-vcsrepo", + "summary": "Puppet module providing a type to manage repositories from various version control systems", + "operatingsystem_support": [ + { + "operatingsystem": "RedHat", + "operatingsystemrelease": [ + "5", + "6", + "7" + ] + }, + { + "operatingsystem": "CentOS", + "operatingsystemrelease": [ + "5", + "6", + "7" + + ] + }, + { + "operatingsystem": "Debian", + "operatingsystemrelease": [ + "6", + "7" + ] + }, + { + "operatingsystem": "Ubuntu", + "operatingsystemrelease": [ + "10.04", + "12.04", + "14.04" + ] + } + ], + "requirements": [ + { "name": "pe", "version_requirement": ">= 3.2.0 < 3.4.0" }, + { "name": "puppet", "version_requirement": "3.x" } + ], + "dependencies": [] +} -- cgit v1.2.3 From 9a1df86686f0a771eace81e4344e1e9c27c98d79 Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Wed, 4 Jun 2014 14:40:37 -0400 Subject: Update changelog and metadata for 1.0.0 release. --- metadata.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 752d3c2..c9a139e 100644 --- a/metadata.json +++ b/metadata.json @@ -21,7 +21,28 @@ "5", "6", "7" - + ] + }, + { + "operatingsystem": "OracleLinux", + "operatingsystemrelease": [ + "5", + "6", + "7" + ] + }, + { + "operatingsystem": "Scientific", + "operatingsystemrelease": [ + "5", + "6", + "7" + ] + }, + { + "operatingsystem": "SLES", + "operatingsystemrelease": [ + "11 SP1" ] }, { -- cgit v1.2.3 From 40c4826933848bf827e69e2276f0c9be05877344 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 17 Jun 2014 10:02:07 -0700 Subject: Remove compatability guarantees for SLES We have some as-of-yet unsolved failures on sles. --- metadata.json | 6 ------ 1 file changed, 6 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index c9a139e..29fb041 100644 --- a/metadata.json +++ b/metadata.json @@ -39,12 +39,6 @@ "7" ] }, - { - "operatingsystem": "SLES", - "operatingsystemrelease": [ - "11 SP1" - ] - }, { "operatingsystem": "Debian", "operatingsystemrelease": [ -- cgit v1.2.3 From 57cd521d35a4ea169382479403fbc89437428ae1 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Tue, 17 Jun 2014 17:05:12 -0700 Subject: Release 1.0.1 Summary: This release is the first supported release of vcsrepo. The readme has been greatly improved. Features: - Updated and expanded readme to follow readme template Fixes: - Remove SLES from compatability metadata - Unpin rspec development dependencies - Update acceptance level testing --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 29fb041..22d3443 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-vcsrepo", - "version": "1.0.0", + "version": "1.0.1", "source": "https://github.com/puppetlabs/puppetlabs-vcsrepo", "author": "Puppet Labs", "license": "GPLv2", -- cgit v1.2.3 From 78b159a59af224c7bf89ee01e6c46ed746e37979 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 18 Jun 2014 15:13:43 -0700 Subject: Revert "Remove compatability guarantees for SLES" This reverts commit 40c4826933848bf827e69e2276f0c9be05877344. --- metadata.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 22d3443..4772445 100644 --- a/metadata.json +++ b/metadata.json @@ -39,6 +39,12 @@ "7" ] }, + { + "operatingsystem": "SLES", + "operatingsystemrelease": [ + "11 SP1" + ] + }, { "operatingsystem": "Debian", "operatingsystemrelease": [ -- cgit v1.2.3 From 84e60779f9dd1e1d1d6c07be8b8d5c8109ae0e8c Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 30 Jun 2014 14:33:17 -0700 Subject: Release 1.0.2 Summary: This supported release adds SLES 11 to the list of compatible OSs and documentation updates for support. --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 4772445..5f11fda 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-vcsrepo", - "version": "1.0.1", + "version": "1.0.2", "source": "https://github.com/puppetlabs/puppetlabs-vcsrepo", "author": "Puppet Labs", "license": "GPLv2", -- cgit v1.2.3 From da6aeaec88e336792fad4b38052452f837a820b0 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 14 Jul 2014 16:40:41 -0700 Subject: Fix metadata.json to match checksum --- metadata.json | 143 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 76 insertions(+), 67 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 5f11fda..4c08b18 100644 --- a/metadata.json +++ b/metadata.json @@ -1,69 +1,78 @@ { - "name": "puppetlabs-vcsrepo", - "version": "1.0.2", - "source": "https://github.com/puppetlabs/puppetlabs-vcsrepo", - "author": "Puppet Labs", - "license": "GPLv2", - "project_page": "https://github.com/puppetlabs/puppetlabs-vcsrepo", - "summary": "Puppet module providing a type to manage repositories from various version control systems", - "operatingsystem_support": [ - { - "operatingsystem": "RedHat", - "operatingsystemrelease": [ - "5", - "6", - "7" - ] - }, - { - "operatingsystem": "CentOS", - "operatingsystemrelease": [ - "5", - "6", - "7" - ] - }, - { - "operatingsystem": "OracleLinux", - "operatingsystemrelease": [ - "5", - "6", - "7" - ] - }, - { - "operatingsystem": "Scientific", - "operatingsystemrelease": [ - "5", - "6", - "7" - ] - }, - { - "operatingsystem": "SLES", - "operatingsystemrelease": [ - "11 SP1" - ] - }, - { - "operatingsystem": "Debian", - "operatingsystemrelease": [ - "6", - "7" - ] - }, - { - "operatingsystem": "Ubuntu", - "operatingsystemrelease": [ - "10.04", - "12.04", - "14.04" - ] - } - ], - "requirements": [ - { "name": "pe", "version_requirement": ">= 3.2.0 < 3.4.0" }, - { "name": "puppet", "version_requirement": "3.x" } - ], - "dependencies": [] + "name": "puppetlabs-vcsrepo", + "version": "1.0.2", + "author": "Puppet Labs", + "summary": "Puppet module providing a type to manage repositories from various version control systems", + "license": "GPLv2", + "source": "https://github.com/puppetlabs/puppetlabs-vcsrepo", + "project_page": "https://github.com/puppetlabs/puppetlabs-vcsrepo", + "issues_url": "https://github.com/puppetlabs/puppetlabs-vcsrepo/issues", + "operatingsystem_support": [ + { + "operatingsystem": "RedHat", + "operatingsystemrelease": [ + "5", + "6", + "7" + ] + }, + { + "operatingsystem": "CentOS", + "operatingsystemrelease": [ + "5", + "6", + "7" + ] + }, + { + "operatingsystem": "OracleLinux", + "operatingsystemrelease": [ + "5", + "6", + "7" + ] + }, + { + "operatingsystem": "Scientific", + "operatingsystemrelease": [ + "5", + "6", + "7" + ] + }, + { + "operatingsystem": "SLES", + "operatingsystemrelease": [ + "11 SP1" + ] + }, + { + "operatingsystem": "Debian", + "operatingsystemrelease": [ + "6", + "7" + ] + }, + { + "operatingsystem": "Ubuntu", + "operatingsystemrelease": [ + "10.04", + "12.04", + "14.04" + ] + } + ], + "requirements": [ + { + "name": "pe", + "version_requirement": ">= 3.2.0 < 3.4.0" + }, + { + "name": "puppet", + "version_requirement": "3.x" + } + ], + "dependencies": [ + + ] } -- cgit v1.2.3 From 4f9a64b38e01cd60396a354cf0cfdf262f0ae342 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 14 Jul 2014 17:33:34 -0700 Subject: Release 1.1.0 Summary: This release adds a Perforce provider* and corrects the git provider behavior when using `ensure => latest`. *(Only git provider is currently supported.) Features: - New Perforce provider Bugfixes: - (MODULES-660) Fix behavior with `ensure => latest` and detached HEAD - Spec test fixes --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 4c08b18..8f78acd 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-vcsrepo", - "version": "1.0.2", + "version": "1.1.0", "author": "Puppet Labs", "summary": "Puppet module providing a type to manage repositories from various version control systems", "license": "GPLv2", -- cgit v1.2.3 From a79d7855e8febc2e4c8527e621f6f162e5f85db8 Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Mon, 3 Nov 2014 11:56:26 -0800 Subject: 1.2.0 prep --- metadata.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 8f78acd..242583a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,12 +1,12 @@ { "name": "puppetlabs-vcsrepo", - "version": "1.1.0", + "version": "1.2.0", "author": "Puppet Labs", "summary": "Puppet module providing a type to manage repositories from various version control systems", "license": "GPLv2", "source": "https://github.com/puppetlabs/puppetlabs-vcsrepo", "project_page": "https://github.com/puppetlabs/puppetlabs-vcsrepo", - "issues_url": "https://github.com/puppetlabs/puppetlabs-vcsrepo/issues", + "issues_url": "https://tickets.puppetlabs.com/browse/MODULES", "operatingsystem_support": [ { "operatingsystem": "RedHat", @@ -43,7 +43,9 @@ { "operatingsystem": "SLES", "operatingsystemrelease": [ - "11 SP1" + "10 SP4", + "11 SP1", + "12" ] }, { @@ -65,7 +67,7 @@ "requirements": [ { "name": "pe", - "version_requirement": ">= 3.2.0 < 3.4.0" + "version_requirement": "3.x" }, { "name": "puppet", -- cgit v1.2.3 From f555eaf0e34650b72550055c9fa9d60292e9f276 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Wed, 13 May 2015 16:34:37 -0700 Subject: Release 1.3.0 --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 242583a..ef74e86 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-vcsrepo", - "version": "1.2.0", + "version": "1.3.0", "author": "Puppet Labs", "summary": "Puppet module providing a type to manage repositories from various version control systems", "license": "GPLv2", -- cgit v1.2.3 From 03ceba70e71e32a4ed56a06c716d91f7db2783f9 Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Fri, 24 Jul 2015 15:28:24 -0700 Subject: 1.3.1 prep --- metadata.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index ef74e86..1552840 100644 --- a/metadata.json +++ b/metadata.json @@ -1,12 +1,15 @@ { "name": "puppetlabs-vcsrepo", - "version": "1.3.0", + "version": "1.3.1", "author": "Puppet Labs", "summary": "Puppet module providing a type to manage repositories from various version control systems", "license": "GPLv2", "source": "https://github.com/puppetlabs/puppetlabs-vcsrepo", "project_page": "https://github.com/puppetlabs/puppetlabs-vcsrepo", "issues_url": "https://tickets.puppetlabs.com/browse/MODULES", + "dependencies": [ + + ], "operatingsystem_support": [ { "operatingsystem": "RedHat", @@ -67,14 +70,11 @@ "requirements": [ { "name": "pe", - "version_requirement": "3.x" + "version_requirement": ">= 3.0.0 < 2015.3.0" }, { "name": "puppet", - "version_requirement": "3.x" + "version_requirement": ">= 3.0.0 < 5.0.0" } - ], - "dependencies": [ - ] } -- cgit v1.2.3 From 24eda0848e6482b2ca6699501a43b8cf3cfb0403 Mon Sep 17 00:00:00 2001 From: Helen Campbell Date: Mon, 23 Nov 2015 17:56:05 +0000 Subject: Ankeny release for 1.3.2 --- metadata.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 1552840..8612a98 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-vcsrepo", - "version": "1.3.1", + "version": "1.3.2", "author": "Puppet Labs", "summary": "Puppet module providing a type to manage repositories from various version control systems", "license": "GPLv2", @@ -70,7 +70,7 @@ "requirements": [ { "name": "pe", - "version_requirement": ">= 3.0.0 < 2015.3.0" + "version_requirement": ">= 3.0.0 < 2015.4.0" }, { "name": "puppet", -- cgit v1.2.3 From 20736ba6566854a274a9f9ac95937a843942aca6 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Wed, 27 Jan 2016 10:33:17 +0000 Subject: (FM-4049) Update to current msync configs [2c99161] --- metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 8612a98..660953b 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,7 @@ "version": "1.3.2", "author": "Puppet Labs", "summary": "Puppet module providing a type to manage repositories from various version control systems", - "license": "GPLv2", + "license": "GPL-2.0+", "source": "https://github.com/puppetlabs/puppetlabs-vcsrepo", "project_page": "https://github.com/puppetlabs/puppetlabs-vcsrepo", "issues_url": "https://tickets.puppetlabs.com/browse/MODULES", -- cgit v1.2.3 From 16e52ed77ecb683d56d73c6d0a9fa7f93f566999 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Wed, 17 Feb 2016 12:02:54 +0000 Subject: Update metadata to note Debian 8 support --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'metadata.json') diff --git a/metadata.json b/metadata.json index 660953b..c505faa 100644 --- a/metadata.json +++ b/metadata.json @@ -55,7 +55,8 @@ "operatingsystem": "Debian", "operatingsystemrelease": [ "6", - "7" + "7", + "8" ] }, { -- cgit v1.2.3