From 25ea9fc532732c34b14c6d93cdf8ee75b3881092 Mon Sep 17 00:00:00 2001 From: Lincoln Lee Date: Sat, 20 Jun 2015 11:28:33 +0800 Subject: [PATCH] Prepare for 3.16.1 cookbook release --- CHANGELOG.md | 5 +++++ metadata.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f33dee0..90cae30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/metadata.rb b/metadata.rb index 17a9473..adae069 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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'