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

Prepare 3.14.0 release, begin documenting 4.0.0 changes #60

Merged
merged 1 commit into from
Jan 24, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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