This repository was archived by the owner on Jan 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ install_type | Stash install type - "standalone" only for now | String | standal
5454url_base | URL base for Stash install | String | http://www.atlassian.com/software/stash/downloads/binary/atlassian-stash
5555url | URL for Stash install | String | auto-detected (see attributes/default.rb)
5656user | 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
7878checksum | SHA256 checksum for Stash Backup Client install | String | auto-detected (see attributes/default.rb)
7979install_path | location to install Stash Backup Client | String | /opt/atlassian/stash-backup-client
8080url_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
8484Documentation: [ Using Stash DIY Backup] ( https://confluence.atlassian.com/display/STASH/Using+Stash+DIY+Backup )
Original file line number Diff line number Diff line change 11set [ 'build-essential' ] [ 'compile_time' ] = true
22
3- default [ 'stash' ] [ 'version' ] = '4.2 .0'
3+ default [ 'stash' ] [ 'version' ] = '4.3 .0'
44default [ 'stash' ] [ 'product' ] = Chef ::Version . new ( node [ 'stash' ] [ 'version' ] ) >= Chef ::Version . new ( '4.0.0' ) ? 'bitbucket' : 'stash'
55
66if Dir . exist? ( '/var/atlassian/application-data/stash' )
138138when '4.1.0' then '0b1e41ab64c25d446d1cda54392abb9120c4b92413c1d79f6642869cbdcd5a46'
139139when '4.1.3' then '2cdbab5394a3d82a854f33806d12b40f909ad172ef95064e9f0fce786fc65307'
140140when '4.2.0' then '0632382b092105bbc99e580ef1a92e076eed94ac277ad4804e474bf70fa6722c'
141+ when '4.3.0' then 'e07fa072b4c3010c62f334ba69927ba698a7bf7631a6fbd934da09ea1428adb8'
141142end
142143
143144default [ 'stash' ] [ 'apache2' ] [ 'access_log' ] = ''
175176default [ 'stash' ] [ 'backup' ] [ 'cron' ] [ 'weekday' ] = '*'
176177
177178default [ '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 '
179180stash_backup_client_version = Chef ::Version . new ( node [ 'stash' ] [ 'backup_client' ] [ 'version' ] )
180181
181182default [ 'stash' ] [ 'backup_client' ] [ 'url_base' ] =
216217when '1.9.1' then '3cdad3393611d2c8d151c7d265ebd04764cbaba4a4d745a8b534dd9b8cf77d7b'
217218when '2.0.0' then '2d9113ef6e173a65587b373ecc247b58ea8fab5ea826541b1d309ad0402a67be'
218219when '2.0.1' then '0568b27367a367aebc45cade27bcca693b034a0b18dfd82789c0a6767324b19d'
220+ when '2.0.2' then 'c008bfdac59b45d8ce98ec0625e69316b3a5c51ccefa18363322df687d2c78c4'
219221end
220222
221223default [ 'stash' ] [ 'backup_diy' ] [ 'install_path' ] = "#{ node [ 'stash' ] [ 'install_path' ] } /stash-diy-backup"
You can’t perform that action at this time.
0 commit comments