summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppetlabs.com>2014-07-14 17:33:34 -0700
committerHunter Haugen <hunter@puppetlabs.com>2014-07-14 17:35:28 -0700
commit4f9a64b38e01cd60396a354cf0cfdf262f0ae342 (patch)
tree691ad13945fece04a07794d2c964d3ff7d94e1d3
parent96b7e5552f6ee0e5d4be527803b6d3009709c3c7 (diff)
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
-rw-r--r--CHANGELOG13
-rw-r--r--metadata.json2
2 files changed, 14 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 27d9f35..1eefd22 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,16 @@
+2014-07-14 - Supported 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
2014-06-30 - Supported Release 1.0.2
Summary:
This supported release adds SLES 11 to the list of compatible OSs and
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",