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 #60 from bflad/3_14_0
Browse files Browse the repository at this point in the history
Prepare 3.14.0 release, begin documenting 4.0.0 changes
  • Loading branch information
bflad committed Jan 24, 2015
2 parents 2064490 + 6f8a51b commit 0682b89
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 4.0.0 (When Released)

* Enhancement: [#49][]: Update default database to postgresql
* Enhancement: [#58][]: Update mysql dependency to ~> 6.0

## 3.14.0

* Bugfix: [#55][]: Lock mysql dependency to ~> 5.0
* Enhancement: [#46][]: Ability to set all property values instead of only the plugins

## 3.13.0

* Bugfix: [#43][]: Fix for "sh: 'rsync' no such file or directory" on RHEL-like systems (install rsync package in backup_client recipe)
Expand Down Expand Up @@ -438,4 +448,8 @@ To switch to new defaults:
[#43]: https://github.com/bflad/chef-stash/issues/43
[#44]: https://github.com/bflad/chef-stash/issues/44
[#45]: https://github.com/bflad/chef-stash/issues/45
[#46]: https://github.com/bflad/chef-stash/issues/46
[#47]: https://github.com/bflad/chef-stash/issues/47
[#49]: https://github.com/bflad/chef-stash/issues/49
[#55]: https://github.com/bflad/chef-stash/issues/55
[#58]: https://github.com/bflad/chef-stash/issues/58
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ weekday | Day of week | String | *

### Stash Database Attributes

_The default database will be changing to postgresql when cookbook 4.x is released._

All of these `node['stash']['database']` attributes are overridden by `stash/stash` encrypted data bag (Hosted Chef) or data bag (Chef Solo), if it exists

Attribute | Description | Type | Default
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.13.0'
version '3.14.0'
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 0682b89

Please sign in to comment.