From 2f06a116f24b17f067ce1ab4c4bb7f841c382681 Mon Sep 17 00:00:00 2001 From: Lincoln Lee Date: Thu, 12 Feb 2015 14:43:49 +0800 Subject: [PATCH] Prepare for 3.14.2 cookbook release --- CHANGELOG.md | 4 ++++ README.md | 2 +- metadata.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49881c1..eb8f590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ * Enhancement: [#58][]: Update mysql dependency to ~> 6.0 * Enhancement: [#61][]: Fix deprecation warning from Berkshelf +## 3.14.2 + +* Enhancement: Deafult to Stash 3.6.1 + ## 3.14.1 * Bugfix: [#69][]: Lock database dependency to = 2.3.1 diff --git a/README.md b/README.md index 09940ab..1933c7d 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ install_type | Stash install type - "standalone" only for now | String | standal url_base | URL base for Stash install | String | http://www.atlassian.com/software/stash/downloads/binary/atlassian-stash url | URL for Stash install | String | auto-detected (see attributes/default.rb) user | user to run Stash | String | stash -version | Stash version to install | String | 3.6.0 +version | Stash version to install | String | 3.6.1 ### Stash Backup Client Attributes diff --git a/metadata.rb b/metadata.rb index 0a136aa..4aa6aaa 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures Atlassian Stash' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '3.14.1' +version '3.14.2' recipe 'stash', 'Installs/Configures Atlassian Stash' recipe 'stash::apache2', 'Installs/Configures Apache 2 proxy for Stash' recipe 'stash::backup_client', 'Installs/Configures Atlassian Stash Backup Client'