Skip to content

Commit

Permalink
Merge pull request #1586 from fluent/release-v0.14.17
Browse files Browse the repository at this point in the history
v0.14.17
  • Loading branch information
repeatedly authored May 29, 2017
2 parents 10b8d99 + 404a48b commit 6fb570f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# v0.14

## Release v0.14.17 - 2017/05/29

### New features / Enhancements

* in_tail: Add ignore_repeated_permission_error
https://github.com/fluent/fluentd/pull/1574
* server: Accept private key for TLS server without passphrase
https://github.com/fluent/fluentd/pull/1575
* config: Validate workers option on standalone mode
https://github.com/fluent/fluentd/pull/1577

### Bug fixes

* config: Mask all secret parameters in worker section
https://github.com/fluent/fluentd/pull/1580
* out_forward: Fix ack handling
https://github.com/fluent/fluentd/pull/1581
* plugin-config-format: Fix markdown format generator
https://github.com/fluent/fluentd/pull/1585

## Release v0.14.16 - 2017/05/13

### New features / Enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/fluent/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

module Fluent

VERSION = '0.14.16'
VERSION = '0.14.17'

end

0 comments on commit 6fb570f

Please sign in to comment.