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

Commit 61004fa

Browse files
authored
Merge pull request #185 from linc01n/4.5.2
Prepare for 4.5.2 cookbook release
2 parents 0d89218 + e81407e commit 61004fa

File tree

5 files changed

+32
-24
lines changed

5 files changed

+32
-24
lines changed

CHANGELOG.md

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

3-
## [4.5.1](https://github.com/bflad/chef-stash/tree/4.5.1) (2016-06-10)
3+
## [4.5.2](https://github.com/bflad/chef-stash/tree/4.5.2) (2017-06-14)
4+
5+
[Full Changelog](https://github.com/bflad/chef-stash/compare/4.5.1...4.5.2)
6+
7+
**Implemented enhancements:**
8+
9+
- Fix rubocop offenses [\#165](https://github.com/bflad/chef-stash/pull/165) ([linc01n](https://github.com/linc01n))
10+
11+
**Closed issues:**
12+
13+
- Allow SSL from the application to the database [\#159](https://github.com/bflad/chef-stash/issues/159)
14+
- Compatability.md is severely out of date. [\#164](https://github.com/bflad/chef-stash/issues/164)
15+
16+
**Merged pull requests:**
17+
18+
- Fix ruby syntax error [\#184](https://github.com/bflad/chef-stash/pull/184) ([linc01n](https://github.com/linc01n))
19+
- Added checksums for versions 4.9.0 --\> 4.14.5 [\#183](https://github.com/bflad/chef-stash/pull/183) ([linc01n](https://github.com/linc01n))
20+
- Fix foodcritic and rubocop [\#182](https://github.com/bflad/chef-stash/pull/182) ([linc01n](https://github.com/linc01n))
21+
- Fix travis errors [\#177](https://github.com/bflad/chef-stash/pull/177) ([linc01n](https://github.com/linc01n))
22+
- Enable setting the session timeout [\#172](https://github.com/bflad/chef-stash/pull/172) ([akarasik](https://github.com/akarasik))
23+
- Don't redirect /server-status for monitoring systems [\#170](https://github.com/bflad/chef-stash/pull/170) ([scopenco](https://github.com/scopenco))
24+
- Moved checksum's and download url calculation into helper.rb [\#169](https://github.com/bflad/chef-stash/pull/169) ([katbyte](https://github.com/katbyte))
25+
- 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))
426

27+
## [4.5.1](https://github.com/bflad/chef-stash/tree/4.5.1) (2016-06-10)
528
[Full Changelog](https://github.com/bflad/chef-stash/compare/4.5.0...4.5.1)
629

730
**Fixed bugs:**
@@ -10,6 +33,7 @@
1033

1134
**Merged pull requests:**
1235

36+
- Prepare for 4.5.1 cookbook release [\#163](https://github.com/bflad/chef-stash/pull/163) ([linc01n](https://github.com/linc01n))
1337
- Update bitbucket to 4.6.2 [\#162](https://github.com/bflad/chef-stash/pull/162) ([linc01n](https://github.com/linc01n))
1438
- 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))
1539
- 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))

COMPATIBILITY.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

README.md

Lines changed: 5 additions & 2 deletions
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.2
57+
version | Stash version to install | String | 4.14.5
5858

5959
### Stash Backup Attributes (Shared)
6060

@@ -316,5 +316,8 @@ Please see license information in: [LICENSE](LICENSE)
316316
* Claudio Rivabene (@crivabene)
317317
* Patrick Connolly (@patcon)
318318
* Benjamin Neff (@SuperTux88)
319-
* Anna (@atikhono)
319+
* Anna Tikhonova (@atikhono)
320+
* Alex Karasik (@akarasik)
321+
* Andrei Skopenko (@scopenco)
322+
* Kate Lynn (@katbyte)
320323
* Lincoln Lee (@linc01n)

attributes/default.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set['build-essential']['compile_time'] = true
44

5-
default['stash']['version'] = '4.6.2'
5+
default['stash']['version'] = '4.14.5'
66
default['stash']['product'] = Chef::Version.new(node['stash']['version']) >= Chef::Version.new('4.0.0') ? 'bitbucket' : 'stash'
77

88
default['stash']['home_path'] = if Dir.exist?('/var/atlassian/application-data/stash')

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
license 'Apache-2.0'
77
description 'Installs/Configures Atlassian Stash'
88
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
9-
version '4.5.1'
9+
version '4.5.2'
1010
chef_version '>= 11' if respond_to?(:chef_version)
1111

1212
recipe 'stash', 'Installs/Configures Atlassian Stash'

0 commit comments

Comments
 (0)