Skip to content

Commit 19487c9

Browse files
committed
Add v1.19.3-1.1 images
#1676 does not contains #1681 yet, so dependabot.yml diff was detected. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent bd95ff2 commit 19487c9

78 files changed

Lines changed: 1528 additions & 1196 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ updates:
116116
applies-to: security-updates
117117
patterns:
118118
- "*"
119-
ignore:
120-
- dependency-name: "*"
121-
update-types: ["version-update"]
122119
# Check [Security and quality] or [Insights] > [Dependency graph]
123120
# periodically It will help to know security issues in each
124121
# Gemfile, but no need to create PR automatically.
@@ -404,9 +401,6 @@ updates:
404401
applies-to: security-updates
405402
patterns:
406403
- "*"
407-
ignore:
408-
- dependency-name: "*"
409-
update-types: ["version-update"]
410404
# Check [Security and quality] or [Insights] > [Dependency graph]
411405
# periodically It will help to know security issues in each
412406
# Gemfile, but no need to create PR automatically.

README.md

Lines changed: 126 additions & 126 deletions
Large diffs are not rendered by default.

docker-image/v1.19/arm64/debian-azureblob/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV GEM_HOME /fluentd/vendor/bundle/ruby/3.4.0
1414
ENV FLUENTD_DISABLE_BUNDLER_INJECTION 1
1515

1616
COPY Gemfile* /fluentd/
17-
RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev" \
17+
RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev libssl-dev" \
1818
runtimeDeps="pkg-config libxslt-dev libxml2-dev" \
1919
&& apt-get update \
2020
&& apt-get upgrade -y \

docker-image/v1.19/arm64/debian-azureblob/Gemfile.lock

Lines changed: 23 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,19 @@ GEM
33
specs:
44
addressable (2.9.0)
55
public_suffix (>= 2.0.2, < 8.0)
6-
async (2.41.0)
6+
async (2.44.1)
77
console (~> 1.29)
88
fiber-annotation
99
io-event (~> 1.11)
10-
metrics (~> 0.12)
11-
traces (~> 0.18)
12-
async-http (0.95.1)
13-
async (>= 2.10.2)
10+
async-http (0.99.0)
11+
async (>= 2.35.1)
1412
async-pool (~> 0.11)
1513
io-endpoint (~> 0.14)
16-
io-stream (~> 0.6)
17-
metrics (~> 0.12)
18-
protocol-http (~> 0.62)
14+
io-stream (~> 0.14)
15+
protocol-http (~> 0.66)
1916
protocol-http1 (~> 0.39)
2017
protocol-http2 (~> 0.26)
2118
protocol-url (~> 0.2)
22-
traces (~> 0.10)
2319
async-pool (0.11.2)
2420
async (>= 2.0)
2521
azure-storage-blob (2.0.3)
@@ -32,14 +28,14 @@ GEM
3228
nokogiri (~> 1, >= 1.10.8)
3329
base64 (0.3.0)
3430
bigdecimal (4.1.2)
35-
concurrent-ruby (1.3.7)
31+
concurrent-ruby (1.3.8)
3632
connection_pool (3.0.2)
37-
console (1.36.0)
33+
console (1.37.0)
3834
fiber-annotation
3935
fiber-local (~> 1.1)
4036
json
41-
cool.io (1.9.4)
42-
csv (3.3.5)
37+
cool.io (1.9.5)
38+
csv (3.3.6)
4339
domain_name (0.6.20240107)
4440
drb (2.2.3)
4541
faraday (1.10.6)
@@ -150,9 +146,10 @@ GEM
150146
http-form_data (2.3.0)
151147
http_parser.rb (0.8.1)
152148
io-endpoint (0.17.2)
153-
io-event (1.17.0)
154-
io-stream (0.13.1)
155-
json (2.20.0)
149+
io-event (1.19.4)
150+
io-stream (0.14.0)
151+
openssl (>= 3.3)
152+
json (2.21.2)
156153
jsonpath (1.1.5)
157154
multi_json
158155
kubeclient (4.13.0)
@@ -164,13 +161,12 @@ GEM
164161
ffi-compiler (~> 1.0)
165162
rake (~> 13.0)
166163
logger (1.7.0)
167-
metrics (0.15.0)
168164
mime-types (3.7.0)
169165
logger
170166
mime-types-data (~> 3.2025, >= 3.2025.0507)
171-
mime-types-data (3.2026.0414)
167+
mime-types-data (3.2026.0701)
172168
mini_portile2 (2.8.9)
173-
msgpack (1.8.3)
169+
msgpack (1.8.4)
174170
multi_json (1.21.1)
175171
multipart-post (2.4.1)
176172
net-http (0.9.1)
@@ -197,20 +193,21 @@ GEM
197193
racc (~> 1.4)
198194
nokogiri (1.19.4-x86_64-linux-musl)
199195
racc (~> 1.4)
200-
oj (3.17.3)
196+
oj (3.17.5)
201197
bigdecimal (>= 3.0)
202198
ostruct (>= 0.2)
199+
openssl (4.0.2)
203200
ostruct (0.6.3)
204201
prometheus-client (4.2.5)
205202
base64
206203
protocol-hpack (1.5.1)
207-
protocol-http (0.62.2)
208-
protocol-http1 (0.39.0)
209-
protocol-http (~> 0.62)
210-
protocol-http2 (0.26.0)
204+
protocol-http (0.69.0)
205+
protocol-http1 (0.40.2)
206+
protocol-http (~> 0.68)
207+
protocol-http2 (0.26.2)
211208
protocol-hpack (~> 1.4)
212209
protocol-http (~> 0.62)
213-
protocol-url (0.4.0)
210+
protocol-url (0.8.0)
214211
public_suffix (7.0.5)
215212
racc (1.8.1)
216213
rake (13.4.2)
@@ -232,10 +229,9 @@ GEM
232229
strptime (0.2.5)
233230
systemd-journal (2.1.2)
234231
ffi (~> 1.9)
235-
traces (0.18.2)
236232
tzinfo (2.0.6)
237233
concurrent-ruby (~> 1.0)
238-
tzinfo-data (1.2026.2)
234+
tzinfo-data (1.2026.3)
239235
tzinfo (>= 1.0.0)
240236
uri (1.1.1)
241237
webrick (1.9.2)

docker-image/v1.19/arm64/debian-cloudwatch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV GEM_HOME /fluentd/vendor/bundle/ruby/3.4.0
1414
ENV FLUENTD_DISABLE_BUNDLER_INJECTION 1
1515

1616
COPY Gemfile* /fluentd/
17-
RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev" \
17+
RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev libssl-dev" \
1818
runtimeDeps="" \
1919
&& apt-get update \
2020
&& apt-get upgrade -y \

docker-image/v1.19/arm64/debian-cloudwatch/Gemfile.lock

Lines changed: 25 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,27 @@ GEM
33
specs:
44
addressable (2.9.0)
55
public_suffix (>= 2.0.2, < 8.0)
6-
async (2.41.0)
6+
async (2.44.1)
77
console (~> 1.29)
88
fiber-annotation
99
io-event (~> 1.11)
10-
metrics (~> 0.12)
11-
traces (~> 0.18)
12-
async-http (0.95.1)
13-
async (>= 2.10.2)
10+
async-http (0.99.0)
11+
async (>= 2.35.1)
1412
async-pool (~> 0.11)
1513
io-endpoint (~> 0.14)
16-
io-stream (~> 0.6)
17-
metrics (~> 0.12)
18-
protocol-http (~> 0.62)
14+
io-stream (~> 0.14)
15+
protocol-http (~> 0.66)
1916
protocol-http1 (~> 0.39)
2017
protocol-http2 (~> 0.26)
2118
protocol-url (~> 0.2)
22-
traces (~> 0.10)
2319
async-pool (0.11.2)
2420
async (>= 2.0)
2521
aws-eventstream (1.4.0)
26-
aws-partitions (1.1262.0)
22+
aws-partitions (1.1277.0)
2723
aws-sdk-cloudwatchlogs (1.124.0)
2824
aws-sdk-core (~> 3, >= 3.228.0)
2925
aws-sigv4 (~> 1.5)
30-
aws-sdk-core (3.252.0)
26+
aws-sdk-core (3.254.0)
3127
aws-eventstream (~> 1, >= 1.3.0)
3228
aws-partitions (~> 1, >= 1.992.0)
3329
aws-sigv4 (~> 1.9)
@@ -39,13 +35,13 @@ GEM
3935
aws-eventstream (~> 1, >= 1.0.2)
4036
base64 (0.3.0)
4137
bigdecimal (4.1.2)
42-
concurrent-ruby (1.3.7)
43-
console (1.36.0)
38+
concurrent-ruby (1.3.8)
39+
console (1.37.0)
4440
fiber-annotation
4541
fiber-local (~> 1.1)
4642
json
47-
cool.io (1.9.4)
48-
csv (3.3.5)
43+
cool.io (1.9.5)
44+
csv (3.3.6)
4945
domain_name (0.6.20240107)
5046
drb (2.2.3)
5147
ffi (1.17.4)
@@ -131,10 +127,11 @@ GEM
131127
http-form_data (2.3.0)
132128
http_parser.rb (0.8.1)
133129
io-endpoint (0.17.2)
134-
io-event (1.17.0)
135-
io-stream (0.13.1)
130+
io-event (1.19.4)
131+
io-stream (0.14.0)
132+
openssl (>= 3.3)
136133
jmespath (1.6.2)
137-
json (2.20.0)
134+
json (2.21.2)
138135
jsonpath (1.1.5)
139136
multi_json
140137
kubeclient (4.13.0)
@@ -146,30 +143,30 @@ GEM
146143
ffi-compiler (~> 1.0)
147144
rake (~> 13.0)
148145
logger (1.7.0)
149-
metrics (0.15.0)
150146
mime-types (3.7.0)
151147
logger
152148
mime-types-data (~> 3.2025, >= 3.2025.0507)
153-
mime-types-data (3.2026.0414)
154-
msgpack (1.8.3)
149+
mime-types-data (3.2026.0701)
150+
msgpack (1.8.4)
155151
multi_json (1.21.1)
156152
net-http (0.9.1)
157153
uri (>= 0.11.1)
158154
netrc (0.11.0)
159-
oj (3.17.3)
155+
oj (3.17.5)
160156
bigdecimal (>= 3.0)
161157
ostruct (>= 0.2)
158+
openssl (4.0.2)
162159
ostruct (0.6.3)
163160
prometheus-client (4.2.5)
164161
base64
165162
protocol-hpack (1.5.1)
166-
protocol-http (0.62.2)
167-
protocol-http1 (0.39.0)
168-
protocol-http (~> 0.62)
169-
protocol-http2 (0.26.0)
163+
protocol-http (0.69.0)
164+
protocol-http1 (0.40.2)
165+
protocol-http (~> 0.68)
166+
protocol-http2 (0.26.2)
170167
protocol-hpack (~> 1.4)
171168
protocol-http (~> 0.62)
172-
protocol-url (0.4.0)
169+
protocol-url (0.8.0)
173170
public_suffix (7.0.5)
174171
rake (13.4.2)
175172
recursive-open-struct (1.3.1)
@@ -189,10 +186,9 @@ GEM
189186
strptime (0.2.5)
190187
systemd-journal (2.1.2)
191188
ffi (~> 1.9)
192-
traces (0.18.2)
193189
tzinfo (2.0.6)
194190
concurrent-ruby (~> 1.0)
195-
tzinfo-data (1.2026.2)
191+
tzinfo-data (1.2026.3)
196192
tzinfo (>= 1.0.0)
197193
uri (1.1.1)
198194
webrick (1.9.2)

docker-image/v1.19/arm64/debian-datadog/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV GEM_HOME /fluentd/vendor/bundle/ruby/3.4.0
1414
ENV FLUENTD_DISABLE_BUNDLER_INJECTION 1
1515

1616
COPY Gemfile* /fluentd/
17-
RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev" \
17+
RUN buildDeps="sudo make gcc g++ libc-dev libffi-dev libssl-dev" \
1818
runtimeDeps="" \
1919
&& apt-get update \
2020
&& apt-get upgrade -y \

0 commit comments

Comments
 (0)