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

Commit f49f401

Browse files
committed
Merge pull request #78 from linc01n/3_14_3
Prepare for 3.14.3 cookbook release
2 parents 4069393 + 55596ec commit f49f401

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@
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

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 | 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
6969
password | Stash administrative user password | String | changeit
7070
url_base | URL base for Stash Backup Client install | String | http://downloads.atlassian.com/software/stash/downloads/stash-backup-distribution
7171
user | 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

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs/Configures Atlassian Stash'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '3.14.2'
7+
version '3.14.3'
88
recipe 'stash', 'Installs/Configures Atlassian Stash'
99
recipe 'stash::apache2', 'Installs/Configures Apache 2 proxy for Stash'
1010
recipe 'stash::backup_client', 'Installs/Configures Atlassian Stash Backup Client'

0 commit comments

Comments
 (0)