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

Commit b6123dc

Browse files
committed
Update bitbucket to 4.3.0 and backup client to 2.0.2
1 parent c04980c commit b6123dc

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 2 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.2.0
57+
version | Stash version to install | String | 4.3.0
5858

5959
### Stash Backup Attributes (Shared)
6060

@@ -78,7 +78,7 @@ Attribute | Description | Type | Default
7878
checksum | SHA256 checksum for Stash Backup Client install | String | auto-detected (see attributes/default.rb)
7979
install_path | location to install Stash Backup Client | String | /opt/atlassian/stash-backup-client
8080
url_base | URL base for Stash Backup Client install | String | http://downloads.atlassian.com/software/stash/downloads/stash-backup-distribution
81-
version | Stash Backup Client version to install | String | 2.0.1
81+
version | Stash Backup Client version to install | String | 2.0.2
8282

8383
### Stash DIY Backup Attributes
8484
Documentation: [Using Stash DIY Backup](https://confluence.atlassian.com/display/STASH/Using+Stash+DIY+Backup)

attributes/default.rb

Lines changed: 4 additions & 2 deletions
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.2.0'
3+
default['stash']['version'] = '4.3.0'
44
default['stash']['product'] = Chef::Version.new(node['stash']['version']) >= Chef::Version.new('4.0.0') ? 'bitbucket' : 'stash'
55

66
if Dir.exist?('/var/atlassian/application-data/stash')
@@ -138,6 +138,7 @@
138138
when '4.1.0' then '0b1e41ab64c25d446d1cda54392abb9120c4b92413c1d79f6642869cbdcd5a46'
139139
when '4.1.3' then '2cdbab5394a3d82a854f33806d12b40f909ad172ef95064e9f0fce786fc65307'
140140
when '4.2.0' then '0632382b092105bbc99e580ef1a92e076eed94ac277ad4804e474bf70fa6722c'
141+
when '4.3.0' then 'e07fa072b4c3010c62f334ba69927ba698a7bf7631a6fbd934da09ea1428adb8'
141142
end
142143

143144
default['stash']['apache2']['access_log'] = ''
@@ -175,7 +176,7 @@
175176
default['stash']['backup']['cron']['weekday'] = '*'
176177

177178
default['stash']['backup_client']['install_path'] = node['stash']['install_path']
178-
default['stash']['backup_client']['version'] = '2.0.1'
179+
default['stash']['backup_client']['version'] = '2.0.2'
179180
stash_backup_client_version = Chef::Version.new(node['stash']['backup_client']['version'])
180181

181182
default['stash']['backup_client']['url_base'] =
@@ -216,6 +217,7 @@
216217
when '1.9.1' then '3cdad3393611d2c8d151c7d265ebd04764cbaba4a4d745a8b534dd9b8cf77d7b'
217218
when '2.0.0' then '2d9113ef6e173a65587b373ecc247b58ea8fab5ea826541b1d309ad0402a67be'
218219
when '2.0.1' then '0568b27367a367aebc45cade27bcca693b034a0b18dfd82789c0a6767324b19d'
220+
when '2.0.2' then 'c008bfdac59b45d8ce98ec0625e69316b3a5c51ccefa18363322df687d2c78c4'
219221
end
220222

221223
default['stash']['backup_diy']['install_path'] = "#{node['stash']['install_path']}/stash-diy-backup"

0 commit comments

Comments
 (0)