summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-06-05 10:49:59 -0700
committerHunter Haugen <hunter@puppetlabs.com>2014-06-05 10:49:59 -0700
commit21dea17d87fb8aa3eb1b3312efa09e2eb1f36884 (patch)
treee8f9012a6f588457cbeadd11ae7627a035a757e7
parent7be38d4164bf0b64a06a350622ad191b52b22c69 (diff)
parent08c9ee57c46e7b6835d255126d28d39cd3e4c670 (diff)
Merge branch '1.0.x'
Conflicts: Modulefile
-rw-r--r--CHANGELOG26
-rw-r--r--Modulefile2
-rw-r--r--metadata.json69
3 files changed, 96 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8142f5d..812a2c7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,29 @@
+2014-06-04 - Version 1.0.0
+
+Summary:
+
+This release focuses on a number of bugfixes, and also has some
+new features for Bzr and Git.
+
+Features:
+- Bzr:
+ - Call set_ownership
+- Git:
+ - Add ability for shallow clones
+ - Use -a and desired for HARD resets
+ - Use rev-parse to get tag canonical revision
+
+Fixes:
+- HG:
+ - Only add ssh options when it's talking to the network
+- Git:
+ - Fix for issue with detached HEAD
+ - force => true will now destroy and recreate repo
+ - Actually use the remote parameter
+ - Use origin/master instead of origin/HEAD when on master
+- SVN:
+ - Fix svnlook behavior with plain directories
+
2013-11-13 - Version 0.2.0
Summary:
diff --git a/Modulefile b/Modulefile
index 7b41839..8a468ab 100644
--- a/Modulefile
+++ b/Modulefile
@@ -1,4 +1,4 @@
name 'puppetlabs-vcsrepo'
-version '0.2.0'
+version '1.0.0'
summary 'Manage repositories from various version control systems'
description 'Manage repositories from various version control systems'
diff --git a/metadata.json b/metadata.json
new file mode 100644
index 0000000..c9a139e
--- /dev/null
+++ b/metadata.json
@@ -0,0 +1,69 @@
+{
+ "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": "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": []
+}