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

Commit 944ecf1

Browse files
committed
Merge pull request #119 from linc01n/stash_version/4.0.2
Upgrade bitbucket to 4.0.2
2 parents 09c727e + 509a36f commit 944ecf1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

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

6161
### Stash Backup Attributes (Shared)
6262

@@ -332,4 +332,5 @@ Please see license information in: [LICENSE](LICENSE)
332332
* Mikhail Zholobov (@legal90)
333333
* Claudio Rivabene (@crivabene)
334334
* Patrick Connolly (@patcon)
335+
* Benjamin Neff (@SuperTux88)
335336
* Lincoln Lee (@linc01n)

attributes/default.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set['build-essential']['compile_time'] = true
22

3-
default['stash']['version'] = '4.0.1'
3+
default['stash']['version'] = '4.0.2'
44
default['stash']['product'] = Chef::Version.new(node['stash']['version']) >= Chef::Version.new('4.0.0') ? 'bitbucket' : 'stash'
55

66
default['stash']['home_path'] = "/var/atlassian/application-data/#{node['stash']['product']}"
@@ -117,6 +117,7 @@
117117
when '3.10.2' then '2597e9954397af5016c30c9f90befd09c6da71c4e7745813c77e60329427989e'
118118
when '3.11.1' then '7db6327554e3481a8b351188991f5858d01aeebce3f9bc290da5ad9d0fbfe1e7'
119119
when '4.0.1' then 'f59462077fa4ccc522b7bbf1ad6ebef4753cd0e41abf54bc0491d07eea40593d'
120+
when '4.0.2' then '40dbb55194f9227d931a411c0785e73d38506070f9063d69e19201eb3e0ad2de'
120121
end
121122

122123
default['stash']['apache2']['access_log'] = ''

0 commit comments

Comments
 (0)