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 #163 from linc01n/4.5.1
Browse files Browse the repository at this point in the history
Prepare for 4.5.1 cookbook release
  • Loading branch information
linc01n authored Jun 10, 2016
2 parents d178be4 + 8b46d8f commit 8e59bf1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:**
Expand All @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
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.6.0
version | Stash version to install | String | 4.6.2

### Stash Backup Attributes (Shared)

Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8e59bf1

Please sign in to comment.