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

Commit

Permalink
Merge pull request #162 from linc01n/stash_version/4.6.2
Browse files Browse the repository at this point in the history
Update bitbucket to 4.6.2
  • Loading branch information
linc01n authored Jun 10, 2016
2 parents bc81c99 + 4dd6f3b commit d178be4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set['build-essential']['compile_time'] = true

default['stash']['version'] = '4.6.0'
default['stash']['version'] = '4.6.2'
default['stash']['product'] = Chef::Version.new(node['stash']['version']) >= Chef::Version.new('4.0.0') ? 'bitbucket' : 'stash'

default['stash']['home_path'] = if Dir.exist?('/var/atlassian/application-data/stash')
Expand Down Expand Up @@ -156,6 +156,7 @@
when '4.5.1' then 'eb93ede7c4bcaded79540f555062d9f1e79ab0da1615feca1e679cd7094eecd5'
when '4.5.2' then 'cb3ee49ec20cd2f496dfbf0b8542a24c8db720226e3d80510b9fb4921968f89d'
when '4.6.0' then '7dd309b5d17be41e3e2406276e14436136f9fd810655ceed6e08a72556e644aa'
when '4.6.2' then 'a6260a139d794518ee0b7825f352144243f6da0a89f905cb8203c39516c63067'
end

# Data bag where credentials and other sensitive data could be stored (optional)
Expand Down

0 comments on commit d178be4

Please sign in to comment.