This repository was archived by the owner on Jan 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 44* Enhancement: [ #58 ] [ ] : Update mysql dependency to ~ > 6.0
55* Enhancement: [ #61 ] [ ] : Fix deprecation warning from Berkshelf
66
7+ ## 3.14.3
8+
9+ * Enhancement: [ #77 ] [ ] : Default to Stash 3.7.1
10+ * Enhancement: [ #75 ] [ ] : Default to Stash Backup Client 1.7.0
11+
712## 3.14.2
813
9- * Enhancement: Deafult to Stash 3.6.1
14+ * Enhancement: [ # 73 ] [ ] : Default to Stash 3.6.1
1015
1116## 3.14.1
1217
@@ -464,3 +469,6 @@ To switch to new defaults:
464469[ #58 ] : https://github.com/bflad/chef-stash/issues/58
465470[ #61 ] : https://github.com/bflad/chef-stash/issues/61
466471[ #69 ] : https://github.com/bflad/chef-stash/issues/69
472+ [ #73 ] : https://github.com/bflad/chef-stash/issues/73
473+ [ #75 ] : https://github.com/bflad/chef-stash/issues/75
474+ [ #77 ] : https://github.com/bflad/chef-stash/issues/77
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 | 3.6 .1
57+ version | Stash version to install | String | 3.7 .1
5858
5959### Stash Backup Client Attributes
6060
@@ -69,7 +69,7 @@ install_path | location to install Stash Backup Client | String | /opt/atlassian
6969password | Stash administrative user password | String | changeit
7070url_base | URL base for Stash Backup Client install | String | http://downloads.atlassian.com/software/stash/downloads/stash-backup-distribution
7171user | Stash administrative user | String | admin
72- version | Stash Backup Client version to install | String | 1.6 .0
72+ version | Stash Backup Client version to install | String | 1.7 .0
7373
7474### Stash Backup Client Cron Attributes
7575
Original file line number Diff line number Diff line change 44license 'Apache 2.0'
55description 'Installs/Configures Atlassian Stash'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '3.14.2 '
7+ version '3.14.3 '
88recipe 'stash' , 'Installs/Configures Atlassian Stash'
99recipe 'stash::apache2' , 'Installs/Configures Apache 2 proxy for Stash'
1010recipe 'stash::backup_client' , 'Installs/Configures Atlassian Stash Backup Client'
You can’t perform that action at this time.
0 commit comments