From 65c4be1dbf91f160859fa5a8b6fb445843b92c16 Mon Sep 17 00:00:00 2001 From: Lincoln Lee Date: Wed, 23 Mar 2016 00:09:05 +0800 Subject: [PATCH] Prepare for 4.3.0 cookbook release --- CHANGELOG.md | 16 +++++++++++++++- metadata.rb | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24172b6..56dd4eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,20 @@ # Change Log -## [4.2.0](https://github.com/bflad/chef-stash/tree/4.2.0) (2016-02-15) +## [4.3.0](https://github.com/bflad/chef-stash/tree/4.3.0) (2016-02-22) +[Full Changelog](https://github.com/bflad/chef-stash/compare/4.2.0...4.3.0) + +**Fixed bugs:** + +- Cannot use bitbucket backup client as the config namespace is wrong [\#143](https://github.com/bflad/chef-stash/issues/143) + +**Merged pull requests:** + +- Update bitbucket to 4.4.1 and backup client to 3.0.0 [\#146](https://github.com/bflad/chef-stash/pull/146) ([linc01n](https://github.com/linc01n)) +- Go to the directory contains backup.properties [\#145](https://github.com/bflad/chef-stash/pull/145) ([linc01n](https://github.com/linc01n)) +- Rename properties for bitbucket backup client [\#144](https://github.com/bflad/chef-stash/pull/144) ([linc01n](https://github.com/linc01n)) + +## [4.2.0](https://github.com/bflad/chef-stash/tree/4.2.0) (2016-02-14) [Full Changelog](https://github.com/bflad/chef-stash/compare/4.1.0...4.2.0) **Implemented enhancements:** @@ -15,6 +28,7 @@ **Merged pull requests:** +- Prepare for 4.2.0 cookbook release [\#140](https://github.com/bflad/chef-stash/pull/140) ([linc01n](https://github.com/linc01n)) - Set database type when running mysql suite [\#139](https://github.com/bflad/chef-stash/pull/139) ([linc01n](https://github.com/linc01n)) - Redirect HTTP to HTTPS [\#137](https://github.com/bflad/chef-stash/pull/137) ([legal90](https://github.com/legal90)) - Disable https on the Tomcat side [\#136](https://github.com/bflad/chef-stash/pull/136) ([legal90](https://github.com/legal90)) diff --git a/metadata.rb b/metadata.rb index a0b1fa3..2103c36 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 '4.2.0' +version '4.3.0' 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'