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

Commit 8e59bf1

Browse files
authored
Merge pull request #163 from linc01n/4.5.1
Prepare for 4.5.1 cookbook release
2 parents d178be4 + 8b46d8f commit 8e59bf1

3 files changed

Lines changed: 18 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
# Change Log
22

3-
## [4.5.0](https://github.com/bflad/chef-stash/tree/4.5.0) (2016-05-14)
3+
## [4.5.1](https://github.com/bflad/chef-stash/tree/4.5.1) (2016-06-10)
4+
5+
[Full Changelog](https://github.com/bflad/chef-stash/compare/4.5.0...4.5.1)
6+
7+
**Fixed bugs:**
8+
9+
- Code search is not working in 4.6.0 [\#156](https://github.com/bflad/chef-stash/issues/156)
410

11+
**Merged pull requests:**
12+
13+
- Update bitbucket to 4.6.2 [\#162](https://github.com/bflad/chef-stash/pull/162) ([linc01n](https://github.com/linc01n))
14+
- 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))
15+
- 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))
16+
17+
## [4.5.0](https://github.com/bflad/chef-stash/tree/4.5.0) (2016-05-14)
518
[Full Changelog](https://github.com/bflad/chef-stash/compare/4.4.0...4.5.0)
619

720
**Closed issues:**
@@ -10,6 +23,7 @@
1023

1124
**Merged pull requests:**
1225

26+
- Prepare for 4.5.0 cookbook release [\#155](https://github.com/bflad/chef-stash/pull/155) ([linc01n](https://github.com/linc01n))
1327
- 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))
1428

1529
## [4.4.0](https://github.com/bflad/chef-stash/tree/4.4.0) (2016-04-25)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ install_type | Stash install type - "standalone" only for now | String | standal
5454
url_base | URL base for Stash install | String | http://www.atlassian.com/software/stash/downloads/binary/atlassian-stash
5555
url | URL for Stash install | String | auto-detected (see attributes/default.rb)
5656
user | user to run Stash | String | stash
57-
version | Stash version to install | String | 4.6.0
57+
version | Stash version to install | String | 4.6.2
5858

5959
### Stash Backup Attributes (Shared)
6060

@@ -315,4 +315,5 @@ Please see license information in: [LICENSE](LICENSE)
315315
* Claudio Rivabene (@crivabene)
316316
* Patrick Connolly (@patcon)
317317
* Benjamin Neff (@SuperTux88)
318+
* Anna (@atikhono)
318319
* Lincoln Lee (@linc01n)

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs/Configures Atlassian Stash'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '4.5.0'
7+
version '4.5.1'
88
recipe 'stash', 'Installs/Configures Atlassian Stash'
99
recipe 'stash::apache2', 'Installs/Configures Apache 2 proxy for Stash'
1010
recipe 'stash::backup_client', 'Installs/Configures Atlassian Stash Backup Client'

0 commit comments

Comments
 (0)