From 0b21b978414a9e39d892b0cb3e01592ac7de3651 Mon Sep 17 00:00:00 2001 From: Lincoln Lee Date: Wed, 14 Jun 2017 19:09:45 +0800 Subject: [PATCH 1/2] Remove compatibility according to #164 --- COMPATIBILITY.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 COMPATIBILITY.md diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md deleted file mode 100644 index c04fe78..0000000 --- a/COMPATIBILITY.md +++ /dev/null @@ -1,19 +0,0 @@ -## chef-stash Compatibility ## - -Cookbook compatibility based on platform, installation type (`node['stash']['install_type']`), and Stash version (`node['stash']['version']`) - -### Linux Standalone Install ### - -Cookbook Compatibility - -Stash Version | CentOS 6 | RHEL 6 | Ubuntu 12.04 ---------------|----------|--------|------------- -1.3.X | 1.0+ | 1.0+ | 1.0+ -2.X | 2.3+ | 2.3+ | 2.3+ - -Test Matrix - -Stash Version | CentOS 6 | RHEL 6 | Ubuntu 12.04 | Ubuntu 12.10 | Ubuntu 13.04 ---------------|----------|--------|--------------|--------------|------------- -1.3.X | 0.1+ | 0.1+ | 1.0+ | - | - -2.X | 2.3+ | 2.3+ | 2.3+ | 3.0+ | 3.0+ From e81407ed0df19f8dfac31cdf32b28665208a86b4 Mon Sep 17 00:00:00 2001 From: Lincoln Lee Date: Wed, 14 Jun 2017 19:29:11 +0800 Subject: [PATCH 2/2] Prepare for 4.5.2 cookbook release --- CHANGELOG.md | 26 +++++++++++++++++++++++++- README.md | 7 +++++-- attributes/default.rb | 2 +- metadata.rb | 2 +- 4 files changed, 32 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eca023..4954547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,30 @@ # Change Log -## [4.5.1](https://github.com/bflad/chef-stash/tree/4.5.1) (2016-06-10) +## [4.5.2](https://github.com/bflad/chef-stash/tree/4.5.2) (2017-06-14) + +[Full Changelog](https://github.com/bflad/chef-stash/compare/4.5.1...4.5.2) + +**Implemented enhancements:** + +- Fix rubocop offenses [\#165](https://github.com/bflad/chef-stash/pull/165) ([linc01n](https://github.com/linc01n)) + +**Closed issues:** + +- Allow SSL from the application to the database [\#159](https://github.com/bflad/chef-stash/issues/159) +- Compatability.md is severely out of date. [\#164](https://github.com/bflad/chef-stash/issues/164) + +**Merged pull requests:** + +- Fix ruby syntax error [\#184](https://github.com/bflad/chef-stash/pull/184) ([linc01n](https://github.com/linc01n)) +- Added checksums for versions 4.9.0 --\> 4.14.5 [\#183](https://github.com/bflad/chef-stash/pull/183) ([linc01n](https://github.com/linc01n)) +- Fix foodcritic and rubocop [\#182](https://github.com/bflad/chef-stash/pull/182) ([linc01n](https://github.com/linc01n)) +- Fix travis errors [\#177](https://github.com/bflad/chef-stash/pull/177) ([linc01n](https://github.com/linc01n)) +- Enable setting the session timeout [\#172](https://github.com/bflad/chef-stash/pull/172) ([akarasik](https://github.com/akarasik)) +- Don't redirect /server-status for monitoring systems [\#170](https://github.com/bflad/chef-stash/pull/170) ([scopenco](https://github.com/scopenco)) +- Moved checksum's and download url calculation into helper.rb [\#169](https://github.com/bflad/chef-stash/pull/169) ([katbyte](https://github.com/katbyte)) +- Added versions 4.6.1, 4.6.3, 4.7.1, 4.8.0, 4.8.1, 4.8.2, 4.8.3 [\#166](https://github.com/bflad/chef-stash/pull/166) ([katbyte](https://github.com/katbyte)) +## [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:** @@ -10,6 +33,7 @@ **Merged pull requests:** +- Prepare for 4.5.1 cookbook release [\#163](https://github.com/bflad/chef-stash/pull/163) ([linc01n](https://github.com/linc01n)) - 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)) diff --git a/README.md b/README.md index 2cf4037..65214b1 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.2 +version | Stash version to install | String | 4.14.5 ### Stash Backup Attributes (Shared) @@ -316,5 +316,8 @@ Please see license information in: [LICENSE](LICENSE) * Claudio Rivabene (@crivabene) * Patrick Connolly (@patcon) * Benjamin Neff (@SuperTux88) -* Anna (@atikhono) +* Anna Tikhonova (@atikhono) +* Alex Karasik (@akarasik) +* Andrei Skopenko (@scopenco) +* Kate Lynn (@katbyte) * Lincoln Lee (@linc01n) diff --git a/attributes/default.rb b/attributes/default.rb index 7ebf5d8..fc1c4e7 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -2,7 +2,7 @@ set['build-essential']['compile_time'] = true -default['stash']['version'] = '4.6.2' +default['stash']['version'] = '4.14.5' default['stash']['product'] = Chef::Version.new(node['stash']['version']) >= Chef::Version.new('4.0.0') ? 'bitbucket' : 'stash' default['stash']['home_path'] = if Dir.exist?('/var/atlassian/application-data/stash') diff --git a/metadata.rb b/metadata.rb index 0e4b7f0..52e4211 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ license 'Apache-2.0' description 'Installs/Configures Atlassian Stash' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '4.5.1' +version '4.5.2' chef_version '>= 11' if respond_to?(:chef_version) recipe 'stash', 'Installs/Configures Atlassian Stash'