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

Commit a4c41a5

Browse files
committed
Merge pull request #94 from linc01n/3_16_1
Prepare for 3.16.1 cookbook release
2 parents 08a0e97 + 25ea9fc commit a4c41a5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
* Enhancement: [#58][]: Update mysql dependency to ~> 6.0
55
* Enhancement: [#61][]: Fix deprecation warning from Berkshelf
66

7+
## 3.16.1
8+
9+
* Bugfix: [#93][]: Set umask to 0027 for more secure file creation
10+
711
## 3.16.0
812

913
### 3.16.0 Major Changes
@@ -501,3 +505,4 @@ To switch to new defaults:
501505
[#87]: https://github.com/bflad/chef-stash/issues/87
502506
[#89]: https://github.com/bflad/chef-stash/issues/89
503507
[#90]: https://github.com/bflad/chef-stash/issues/90
508+
[#93]: https://github.com/bflad/chef-stash/issues/93

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs/Configures Atlassian Stash'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '3.16.0'
7+
version '3.16.1'
88
recipe 'stash', 'Installs/Configures Atlassian Stash'
99
recipe 'stash::apache2', 'Installs/Configures Apache 2 proxy for Stash'
1010
recipe 'stash::backup_client', 'Installs/Configures Atlassian Stash Backup Client'

0 commit comments

Comments
 (0)