Skip to content

Commit

Permalink
td-agent v4.5.0 (#447)
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <[email protected]>
  • Loading branch information
ashie authored May 8, 2023
1 parent 1ea5999 commit ac9ca53
Show file tree
Hide file tree
Showing 8 changed files with 236 additions and 205 deletions.
72 changes: 72 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,77 @@
# Treasure Agent 4 changelog

## Release v4.5.0 - 2023/05/08

### News

* Update bundled Ruby to 2.7.8 which is the last version of Ruby 2.7 series.
* Exceptionally for RHEL 9 & Ubuntu 22.04 jammy, update Ruby to 3.1.4.
* The next major version of td-agent which bundles Ruby 3.2 is still work in
progress. We'll announce it as soon as we are ready for it.
The package name will be changed to `fluent-package`.
* Update fluentd to 1.16.1
* Update fluent-plugin-kafka to 0.19.0
* Update fluent-plugin-elasticsearch to 5.3.0
* Update fluent-plugin-opensearch to 1.1.0
* Drop Debian buster support

### Core component

* ruby v2.7.8 (update)
* jemalloc v3.6.0
* OpenSSL 1.1.1t Windows (update)
* fluentd v1.16.1 (update)

### Core gems

* bundler v2.3.26 (update)
* msgpack v1.7.0 (update)
* cool.io v1.7.1
* serverengine v2.3.2 (update)
* oj v3.14.3 (update)
* async-http v0.60.1 (update)
* http_parser.rb v0.8.0
* yajl-ruby v1.4.3
* sigdump v0.2.4
* tzinfo v2.0.6 (update)
* tzinfo-data v1.2023.3

### Bundled plugins and gems

* td-client v1.0.8
* fluent-plugin-td v1.2.0
* aws-sdk-core v3.171.0 (update)
* aws-sdk-s3 v1.121.0 (update)
* fluent-plugin-s3 v1.7.2
* webhdfs v0.10.2
* fluent-plugin-webhdfs v1.5.0
* ruby-kafka v1.5.0
* rdkafka v0.11.1
* fluent-plugin-kafka v0.19.0 (update)
* elasticsearch v8.7.0 (update)
* fluent-plugin-elasticsearch v5.3.0 (update)
* prometheus-client v2.1.0
* fluent-plugin-prometheus v2.0.3
* fluent-plugin-prometheus_pushgateway v0.1.0
* systemd-journal v1.4.2
* fluent-plugin-systemd v1.0.5
* fluent-plugin-record-modifier v2.1.1 (update)
* fluent-plugin-rewrite-tag-filter v2.4.0
* fluent-plugin-sd-dns 0.1.0
* fluent-plugin-flowcounter-simple 0.1.0
* fluent-diagtool v1.0.1
* fluent-plugin-utmpx v0.5.0
* fluent-plugin-opensearch v1.1.0 (update)
* fluent-plugin-metrics-cmetrics v0.1.2
* fluent-plugin-calyptia-monitoring v0.1.3

On Windows

* winevt_c v0.10.1
* fluent-plugin-parser-winevt_xml v0.2.5
* fluent-plugin-windows-eventlog v0.8.3
* fluent-plugin-windows-exporter v1.0.0

## Release v4.4.2 - 2022/11/04

### News
Expand Down
48 changes: 24 additions & 24 deletions td-agent/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ gem "cool.io", "1.7.1", platforms: no_fat_gem
gem "sigdump", "0.2.4"
gem "http_parser.rb", "0.8.0"
gem "yajl-ruby", "1.4.3"
gem "serverengine", '2.3.0'
gem "msgpack", "1.6.0"
gem "oj", "3.13.17"
gem "tzinfo", "2.0.5"
gem "tzinfo-data", "1.2022.5"
gem "async", "1.30.3"
gem "async-http", "0.59.2"
gem "webrick", "1.7.0"
gem "serverengine", '2.3.2'
gem "msgpack", "1.7.0"
gem "oj", "3.14.3"
gem "tzinfo", "2.0.6"
gem "tzinfo-data", "1.2023.3"
gem "async", "1.31.0"
gem "async-http", "0.60.1"
gem "webrick", "1.8.1"

if ENV["INSTALL_GEM_FROM_LOCAL_REPO"]
# During build process, pre-built fluentd gem will be installed
Expand All @@ -37,25 +37,25 @@ end

# plugin gems

gem "elasticsearch", "8.4.0"
gem "fluent-plugin-elasticsearch", "5.2.4"
gem "elasticsearch", "8.7.0"
gem "fluent-plugin-elasticsearch", "5.3.0"
gem "ruby-kafka", "1.5.0"
gem "digest-murmurhash", "1.1.1"
gem "fluent-plugin-kafka", "0.18.1"
gem "fluent-plugin-kafka", "0.19.0"
gem "prometheus-client", "2.1.0"
gem "fluent-plugin-prometheus", "2.0.3"
gem "fluent-plugin-prometheus_pushgateway", "0.1.0"
gem "jmespath", "1.6.1"
gem "aws-partitions", "1.650.0"
gem "aws-sdk-core", "3.164.0"
gem "aws-sdk-kms", "1.58.0"
gem "aws-sdk-sqs", "1.51.1"
gem "jmespath", "1.6.2"
gem "aws-partitions", "1.752.0"
gem "aws-sdk-core", "3.171.0"
gem "aws-sdk-kms", "1.63.0"
gem "aws-sdk-sqs", "1.53.0"
gem "aws-sigv4", "1.5.2"
gem "aws-sdk-s3", "1.116.0"
gem "aws-sdk-s3", "1.121.0"
gem "fluent-plugin-s3", "1.7.2"
gem "httpclient", "2.8.3"
gem "fluent-diagtool", "1.0.1"
gem "td", "0.16.9"
gem "td", "0.17.1"
gem "td-client", "1.0.8"
gem "fluent-plugin-td", "1.2.0"
gem "webhdfs", "0.10.2"
Expand All @@ -64,24 +64,24 @@ gem "fluent-plugin-record-modifier", "2.1.1"
gem "fluent-plugin-rewrite-tag-filter", "2.4.0"
gem "fluent-plugin-sd-dns", "0.1.0"
gem "fluent-plugin-flowcounter-simple", "0.1.0"
gem "mini_portile2", "2.8.0"
gem "mini_portile2", "2.8.1"
gem "cmetrics", "0.3.3"
gem "fluent-plugin-metrics-cmetrics", "0.1.2"
gem "fluent-plugin-calyptia-monitoring", "0.1.3"
gem "opensearch-ruby", "2.0.3"
gem "fluent-plugin-opensearch", "1.0.8"
gem "opensearch-ruby", "2.1.0"
gem "fluent-plugin-opensearch", "1.1.0"

windows_platforms = [:mingw, :x64_mingw] # :mswin
gem "ffi", "1.15.5", platforms: windows_platforms
gem "ffi-win32-extensions", "1.0.4", platforms: windows_platforms
gem "nokogiri", "1.13.9", platforms: windows_platforms
gem "nokogiri", "1.14.3", platforms: windows_platforms
gem "win32-event", "0.6.3", platforms: windows_platforms
gem "win32-ipc", "0.7.0", platforms: windows_platforms
gem "win32-service", "2.3.2", platforms: windows_platforms
gem "winevt_c", "0.10.1", platforms: windows_platforms
gem "win32-eventlog", "0.6.7", platforms: windows_platforms
gem "fluent-plugin-parser-winevt_xml", "0.2.4", platforms: windows_platforms
gem "fluent-plugin-windows-eventlog", "0.8.2", platforms: windows_platforms
gem "fluent-plugin-parser-winevt_xml", "0.2.5", platforms: windows_platforms
gem "fluent-plugin-windows-eventlog", "0.8.3", platforms: windows_platforms
gem "fluent-plugin-windows-exporter", "1.0.0", platforms: windows_platforms

not_windows_platforms = [:ruby]
Expand Down
Loading

0 comments on commit ac9ca53

Please sign in to comment.