Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #191 from linc01n/5.0.0
Browse files Browse the repository at this point in the history
Prepare for 5.0.0 cookbook release
  • Loading branch information
linc01n authored Apr 1, 2018
2 parents 1fc8c78 + 5f02adc commit 43f1cb7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 7 deletions.
24 changes: 22 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**
Expand All @@ -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))
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)

Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 43f1cb7

Please sign in to comment.