diff --git a/CHANGELOG.md b/CHANGELOG.md index 4954547..80badcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,27 @@ # Change Log -## [4.5.2](https://github.com/bflad/chef-stash/tree/4.5.2) (2017-06-14) +## [5.0.0](https://github.com/bflad/chef-stash/tree/5.0.0) (2018-04-01) + +[Full Changelog](https://github.com/bflad/chef-stash/compare/4.5.2...5.0.0) + +**Fixed bugs:** + +- Incompatibility with Bitbucket 5 [\#181](https://github.com/bflad/chef-stash/issues/181) +- Compatability.md is severely out of date. [\#164](https://github.com/bflad/chef-stash/issues/164) + +**Closed issues:** + +- is this file /templates/default/web\_app.conf.erb used any longer [\#178](https://github.com/bflad/chef-stash/issues/178) +- Changes to version attribute not reflected in url or checksum. [\#167](https://github.com/bflad/chef-stash/issues/167) + +**Merged pull requests:** +- Remove use\_inline\_resource [\#190](https://github.com/bflad/chef-stash/pull/190) ([linc01n](https://github.com/linc01n)) +- Update bitbucket to 5.9.0 [\#189](https://github.com/bflad/chef-stash/pull/189) ([linc01n](https://github.com/linc01n)) +- Return non 0 rc for status if bitbucket is not running [\#188](https://github.com/bflad/chef-stash/pull/188) ([akarasik](https://github.com/akarasik)) +- Bitbucket 5 support [\#186](https://github.com/bflad/chef-stash/pull/186) ([jtusz](https://github.com/jtusz)) + +## [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:** @@ -11,10 +31,10 @@ **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:** +- Prepare for 4.5.2 cookbook release [\#185](https://github.com/bflad/chef-stash/pull/185) ([linc01n](https://github.com/linc01n)) - 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)) diff --git a/README.md b/README.md index 65214b1..58af87a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Installs/Configures [Atlassian Stash](https://www.atlassian.com/software/stash/) ### Chef -* Version 3.X of cookbook requires Chef 11 due to `ark` usage +* Version 5.X of cookbook requires Chef 13 ### Databases @@ -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.14.5 +version | Stash version to install | String | 5.9.0 ### Stash Backup Attributes (Shared) @@ -78,7 +78,7 @@ Attribute | Description | Type | Default checksum | SHA256 checksum for Stash Backup Client install | String | auto-detected (see attributes/default.rb) install_path | location to install Stash Backup Client | String | /opt/atlassian/stash-backup-client url_base | URL base for Stash Backup Client install | String | http://downloads.atlassian.com/software/stash/downloads/stash-backup-distribution -version | Stash Backup Client version to install | String | 3.2.0 +version | Stash Backup Client version to install | String | 3.3.4 ### Stash DIY Backup Attributes Documentation: [Using Stash DIY Backup](https://confluence.atlassian.com/display/STASH/Using+Stash+DIY+Backup) diff --git a/metadata.rb b/metadata.rb index 52e4211..c39a177 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,8 +6,8 @@ license 'Apache-2.0' description 'Installs/Configures Atlassian Stash' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '4.5.2' -chef_version '>= 11' if respond_to?(:chef_version) +version '5.0.0' +chef_version '>= 13' if respond_to?(:chef_version) recipe 'stash', 'Installs/Configures Atlassian Stash' recipe 'stash::apache2', 'Installs/Configures Apache 2 proxy for Stash'