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 #74 from linc01n/3_14_2
Browse files Browse the repository at this point in the history
Prepare 3.14.2 release
  • Loading branch information
linc01n committed Feb 12, 2015
2 parents 62d3a9a + 2f06a11 commit 215c7d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
* Enhancement: [#58][]: Update mysql dependency to ~> 6.0
* Enhancement: [#61][]: Fix deprecation warning from Berkshelf

## 3.14.2

* Enhancement: Deafult to Stash 3.6.1

## 3.14.1

* Bugfix: [#69][]: Lock database dependency to = 2.3.1
Expand Down
2 changes: 1 addition & 1 deletion 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.6.0
version | Stash version to install | String | 3.6.1

### Stash Backup Client Attributes

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.14.1'
version '3.14.2'
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 215c7d6

Please sign in to comment.