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

Commit

Permalink
Default to Stash backup client 1.5.0, bump release to 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Oct 21, 2014
1 parent c78377f commit f691198
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 3.12.0
## 3.12.1

* Enhancement: Default to Stash 3.3.2
* Enhancement: Default to Stash Backup Client 1.5.0

## 3.12.0 (busted tag)

* Enhancement: Default to Stash 3.3.1
* Enhancement: [#39][]: git package for CentOS/RHEL 7

## 3.11.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ install_type | Stash install type - "standalone" only for now | String | standal
url_base | URL base for Stash install | String | http://www.atlassian.com/software/stash/downloads/binary/atlassian-stash
url | URL for Stash install | String | auto-detected (see attributes/default.rb)
user | user to run Stash | String | stash
version | Stash version to install | String | 3.3.1
version | Stash version to install | String | 3.3.2

### Stash Backup Client Attributes

Expand All @@ -69,7 +69,7 @@ install_path | location to install Stash Backup Client | String | /opt/atlassian
password | Stash administrative user password | String | changeit
url_base | URL base for Stash Backup Client install | String | http://downloads.atlassian.com/software/stash/downloads/stash-backup-distribution
user | Stash administrative user | String | admin
version | Stash Backup Client version to install | String | 1.4.0
version | Stash Backup Client version to install | String | 1.5.0

### Stash Backup Client Cron Attributes

Expand Down
3 changes: 2 additions & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
default['stash']['backup_client']['install_path'] = node['stash']['install_path']
default['stash']['backup_client']['password'] = 'changeit'
default['stash']['backup_client']['user'] = 'admin'
default['stash']['backup_client']['version'] = '1.4.0'
default['stash']['backup_client']['version'] = '1.5.0'
stash_backup_client_version = Chef::Version.new(node['stash']['backup_client']['version'])

default['stash']['backup_client']['url_base'] =
Expand Down Expand Up @@ -140,6 +140,7 @@
when '1.3.0' then 'b9674f3235d4937d39186417594efdb3213b564d783aa09618a8086cc57f5170'
when '1.3.1' then '625af0a8402e85d62768f99a409ce4e140ef3afc961514b549fb9f98877c39db'
when '1.4.0' then 'c57a5fafb8aaaccea0bd57aae0bce24472ee6d172c0a558c11759b26b6c0196c'
when '1.5.0' then '6f7180a507a0e4c147e2c6a1fa82daf273e038243acefaa39fa7363472164765'
end

default['stash']['backup_client']['cron']['day'] = '*'
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures Atlassian Stash'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '3.12.0'
version '3.12.1'
recipe 'stash', 'Installs/Configures Atlassian Stash'
recipe 'stash::apache2', 'Installs/Configures Apache 2 proxy for Stash'
recipe 'stash::backup_client', 'Installs/Configures Atlassian Stash Backup Client'
Expand Down

0 comments on commit f691198

Please sign in to comment.