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

Prepare for 3.16.1 cookbook release #94

Merged
merged 1 commit into from
Jun 20, 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
5 changes: 5 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.16.1

* Bugfix: [#93][]: Set umask to 0027 for more secure file creation

## 3.16.0

### 3.16.0 Major Changes
Expand Down Expand Up @@ -501,3 +505,4 @@ To switch to new defaults:
[#87]: https://github.com/bflad/chef-stash/issues/87
[#89]: https://github.com/bflad/chef-stash/issues/89
[#90]: https://github.com/bflad/chef-stash/issues/90
[#93]: https://github.com/bflad/chef-stash/issues/93
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.16.0'
version '3.16.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