From 8b46d8f05a35fccab16c61b5a60dc44290bb7d1a Mon Sep 17 00:00:00 2001 From: Lincoln Lee Date: Fri, 10 Jun 2016 14:01:18 +0800 Subject: [PATCH] Prepare for 4.5.1 cookbook release --- CHANGELOG.md | 16 +++++++++++++++- README.md | 3 ++- metadata.rb | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5106ad1..1eca023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,20 @@ # Change Log -## [4.5.0](https://github.com/bflad/chef-stash/tree/4.5.0) (2016-05-14) +## [4.5.1](https://github.com/bflad/chef-stash/tree/4.5.1) (2016-06-10) + +[Full Changelog](https://github.com/bflad/chef-stash/compare/4.5.0...4.5.1) + +**Fixed bugs:** + +- Code search is not working in 4.6.0 [\#156](https://github.com/bflad/chef-stash/issues/156) +**Merged pull requests:** + +- Update bitbucket to 4.6.2 [\#162](https://github.com/bflad/chef-stash/pull/162) ([linc01n](https://github.com/linc01n)) +- Run start-bitbucket.sh with the full path in Bitbucket init script [\#158](https://github.com/bflad/chef-stash/pull/158) ([atikhono](https://github.com/atikhono)) +- Bitbucket 4.6 needs set-bitbucket-home.sh and set-bitbucket-user.sh [\#157](https://github.com/bflad/chef-stash/pull/157) ([atikhono](https://github.com/atikhono)) + +## [4.5.0](https://github.com/bflad/chef-stash/tree/4.5.0) (2016-05-14) [Full Changelog](https://github.com/bflad/chef-stash/compare/4.4.0...4.5.0) **Closed issues:** @@ -10,6 +23,7 @@ **Merged pull requests:** +- Prepare for 4.5.0 cookbook release [\#155](https://github.com/bflad/chef-stash/pull/155) ([linc01n](https://github.com/linc01n)) - Update bitbucket to 4.6.0 and backup client to 3.2.0 [\#154](https://github.com/bflad/chef-stash/pull/154) ([linc01n](https://github.com/linc01n)) ## [4.4.0](https://github.com/bflad/chef-stash/tree/4.4.0) (2016-04-25) diff --git a/README.md b/README.md index aa7e136..e1e0410 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 | 4.6.0 +version | Stash version to install | String | 4.6.2 ### Stash Backup Attributes (Shared) @@ -315,4 +315,5 @@ Please see license information in: [LICENSE](LICENSE) * Claudio Rivabene (@crivabene) * Patrick Connolly (@patcon) * Benjamin Neff (@SuperTux88) +* Anna (@atikhono) * Lincoln Lee (@linc01n) diff --git a/metadata.rb b/metadata.rb index 90b732a..3175e0e 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.5.0' +version '4.5.1' 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'