Skip to content

Commit

Permalink
Merge pull request #1390 from fluent/v0.14.11-release
Browse files Browse the repository at this point in the history
V0.14.11 release
  • Loading branch information
tagomoris authored Dec 26, 2016
2 parents 739e7db + 0d6a327 commit f68a60a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 6 deletions.
16 changes: 11 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,25 @@ matrix:
os: linux
- rvm: 2.3.3
os: linux
- rvm: 2.4.0-rc1
- rvm: 2.4.0
os: linux
- rvm: ruby-head
os: linux
- rvm: 2.1.10
os: osx
osx_image: xcode7.3 # OSX 10.11
- rvm: 2.2.5
osx_image: xcode8.2 # OSX 10.12
# - rvm: 2.2.6
# os: osx
# osx_image: xcode8.2 # OSX 10.12
# - rvm: 2.3.3
# os: osx
# osx_image: xcode8.2 # OSX 10.12
- rvm: 2.4.0
os: osx
osx_image: xcode7.3 # OSX 10.11
osx_image: xcode8.2 # OSX 10.12
- rvm: ruby-head
os: osx
osx_image: xcode 7.3 # OSX 10.11
osx_image: xcode 8.2 # OSX 10.12
allow_failures:
- rvm: ruby-head

Expand Down
26 changes: 26 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# v0.14

## Release v0.14.11 - 2016/12/26

### New features / Enhancements
* Add "root_dir" parameter in <system> directive to configure server root directory, used for buffer/storage paths
https://github.com/fluent/fluentd/pull/1374
* Fix not to restart Fluentd processes when unrecoverable errors occur
https://github.com/fluent/fluentd/pull/1359
* Show warnings in log when output flush operation takes longer time than threshold
https://github.com/fluent/fluentd/pull/1370
* formatter_csv: Raise configuration error when no field names are specified
https://github.com/fluent/fluentd/pull/1369
* in_syslog: Update implementation to use plugin helpers
https://github.com/fluent/fluentd/pull/1382
* in_forward: Add a configuration parameter "source_address_key"
https://github.com/fluent/fluentd/pull/1382
* in_monitor_agent: Add a parameter "include_retry" to get detail retry status
https://github.com/fluent/fluentd/pull/1387
* Add Ruby 2.4 into supported ruby versions

### Bug fixes
* Fix to set process name of supervisor process
https://github.com/fluent/fluentd/pull/1380
* in_forward: Fix a bug not to handle "require_ack_response" correctly
https://github.com/fluent/fluentd/pull/1389


## Release v0.14.10 - 2016/12/14

### New features / Enhancement
Expand Down
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ branches:
- v0.12
- v0.14

# https://www.appveyor.com/docs/installed-software/#ruby
environment:
matrix:
- ruby_version: "23-x64"
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.10'
VERSION = '0.14.11'

end

0 comments on commit f68a60a

Please sign in to comment.