Skip to content

Commit 7088a71

Browse files
committed
td-agent v4.3.2
Signed-off-by: Takuro Ashie <[email protected]>
1 parent c171365 commit 7088a71

File tree

6 files changed

+42
-16
lines changed

6 files changed

+42
-16
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Treasure Agent 4 changelog
22

3+
## Release v4.3.2 - 2022/06/28
4+
5+
### News
6+
7+
This release is mainly for supporting new distributions released in 2022Q2.
8+
We choose Ruby 3.1 to bundle for such new distributions to adopt to recent
9+
environment such as OpenSSL 3.0. For other distributions, we still use
10+
Ruby 2.7. We'll migrate to Ruby 3 completely after Ruby 3.2 is released.
11+
12+
* Support new distributions
13+
* Red Hat Enterprise Linux 9
14+
* Ubuntu 22.04 LTS (Jammy Jellyfish)
15+
* Remove nokogiri from Linux and macOS packages
16+
* It's not used in actual by default on such environments.
17+
* Update yajl-ruby to v1.4.3 to address vulnerability
18+
* Update OpenSSL to 1.1.1p (for macOS and Windows)
19+
320
## Release v4.3.1.1 - 2022/05/24
421

522
### News

td-agent/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem "bundler", BUNDLER_VERSION
1212
gem "cool.io", "1.7.1", platforms: no_fat_gem
1313
gem "sigdump", "0.2.4"
1414
gem "http_parser.rb", "0.8.0"
15-
gem "yajl-ruby", "1.4.2"
15+
gem "yajl-ruby", "1.4.3"
1616
gem "serverengine", '2.2.5'
1717
gem "msgpack", "1.5.1"
1818
gem "oj", "3.13.11"

td-agent/Gemfile.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ GEM
4040
protocol-http2 (~> 0.14.0)
4141
async-io (1.33.0)
4242
async
43-
async-pool (0.3.9)
43+
async-pool (0.3.10)
4444
async (>= 1.25)
4545
aws-eventstream (1.2.0)
4646
aws-partitions (1.577.0)
@@ -81,7 +81,7 @@ GEM
8181
elasticsearch-api (= 8.1.2)
8282
elasticsearch-api (8.1.2)
8383
multi_json
84-
excon (0.92.2)
84+
excon (0.92.3)
8585
faraday (1.10.0)
8686
faraday-em_http (~> 1.0)
8787
faraday-em_synchrony (~> 1.0)
@@ -98,8 +98,8 @@ GEM
9898
faraday-em_synchrony (1.0.0)
9999
faraday-excon (1.1.0)
100100
faraday-httpclient (1.0.1)
101-
faraday-multipart (1.0.3)
102-
multipart-post (>= 1.2, < 3)
101+
faraday-multipart (1.0.4)
102+
multipart-post (~> 2)
103103
faraday-net_http (1.0.1)
104104
faraday-net_http_persistent (1.2.0)
105105
faraday-patron (1.0.0)
@@ -185,14 +185,14 @@ GEM
185185
http_parser.rb (0.8.0)
186186
httpclient (2.8.3)
187187
jmespath (1.6.1)
188-
json (2.6.1)
188+
json (2.6.2)
189189
linux-utmpx (0.3.0)
190190
bindata (~> 2.4.8)
191191
ltsv (0.1.2)
192192
mini_portile2 (2.8.0)
193193
msgpack (1.5.1)
194194
multi_json (1.15.0)
195-
multipart-post (2.1.1)
195+
multipart-post (2.2.3)
196196
nio4r (2.5.8)
197197
nokogiri (1.13.6-x64-mingw32)
198198
racc (~> 1.4)
@@ -208,8 +208,8 @@ GEM
208208
parallel (1.22.1)
209209
prometheus-client (2.1.0)
210210
protocol-hpack (1.4.2)
211-
protocol-http (0.22.5)
212-
protocol-http1 (0.14.2)
211+
protocol-http (0.22.6)
212+
protocol-http1 (0.14.4)
213213
protocol-http (~> 0.22)
214214
protocol-http2 (0.14.2)
215215
protocol-hpack (~> 1.4)
@@ -248,7 +248,7 @@ GEM
248248
td-client (1.0.8)
249249
httpclient (>= 2.7)
250250
msgpack (>= 0.5.6, < 2)
251-
td-logger (0.3.27)
251+
td-logger (0.3.28)
252252
fluent-logger (>= 0.5.0, < 2.0)
253253
msgpack (>= 0.5.6, < 2.0)
254254
td-client (>= 0.8.66, < 2.0)
@@ -277,7 +277,7 @@ GEM
277277
win32-api (>= 1.4.5)
278278
windows-api (>= 0.4.0)
279279
winevt_c (0.9.3)
280-
yajl-ruby (1.4.2)
280+
yajl-ruby (1.4.3)
281281
zip-zip (0.3)
282282
rubyzip (>= 1.0.0)
283283

@@ -353,7 +353,7 @@ DEPENDENCIES
353353
windows-api (= 0.4.4)
354354
windows-pr (= 1.2.6)
355355
winevt_c (= 0.9.3)
356-
yajl-ruby (= 1.4.2)
356+
yajl-ruby (= 1.4.3)
357357

358358
BUNDLED WITH
359359
2.3.11

td-agent/config.rb

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PACKAGE_NAME = "td-agent"
2-
PACKAGE_VERSION = "4.3.1.1"
2+
PACKAGE_VERSION = "4.3.2"
33

44
FLUENTD_REVISION = 'c0f48a0080550eff6aa6fa19d269e480684e7a45' # v1.14.6
55
FLUENTD_LOCAL_GEM_REPO = "file://" + File.expand_path(File.join(__dir__, "local_gem_repo"))
@@ -11,11 +11,11 @@
1111
#JEMALLOC_VERSION = "5.2.1"
1212

1313
# https://www.openssl.org/source/
14-
OPENSSL_VERSION = "1.1.1n"
14+
OPENSSL_VERSION = "1.1.1p"
1515

1616
# To fix memory leak issue: https://github.com/fluent/fluent-package-builder/issues/374
17-
MINGW_OPENSSL_VERSION = "1.1.1.o-2"
18-
MINGW_OPENSSL_SHA256SUM = "e1e642d441de3d6b9d4e499b42bb5464458e3a2d2431012b28e6f1ad94099167"
17+
MINGW_OPENSSL_VERSION = "1.1.1.p-1"
18+
MINGW_OPENSSL_SHA256SUM = "1b665a0acc0d84d20e2d5acb454956b10d17078596e360e604cb78bd54f7c915"
1919

2020
BUNDLER_VERSION= "2.3.11"
2121

td-agent/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
td-agent (4.3.2-1) unstable; urgency=low
2+
3+
* New upstream release.
4+
5+
-- Takuro Ashie <[email protected]> Fri, 24 Jun 2022 05:31:56 -0000
6+
17
td-agent (4.3.1.1-1) unstable; urgency=low
28

39
* New upstream release.

td-agent/yum/td-agent.spec.in

+3
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ fi
253253
# NOTE: %{_tmpfilesdir} is available since CentOS 7
254254
%attr(0755,td-agent,td-agent) %dir /tmp/@PACKAGE@
255255
%changelog
256+
* Fri Jun 24 2022 Takuro Ashie <[email protected]> - 4.3.2-1
257+
- New upstream release.
258+
256259
* Tue May 24 2022 Takuro Ashie <[email protected]> - 4.3.1.1-1
257260
- New upstream release.
258261

0 commit comments

Comments
 (0)