Skip to content

Commit 4e1c607

Browse files
authored
Merge pull request #1975 from kube-logging/renovate/all-safe4
chore(deps): update fluentd deps
2 parents 3174d76 + 488bea2 commit 4e1c607

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

images/fluentd/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.4.1-alpine3.20 AS base
1+
FROM ruby:3.4.2-alpine3.20 AS base
22

33
ARG BUILD_DEPS=" \
44
make gcc g++ libc-dev \

images/fluentd/outputs/Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ gem 'fluent-plugin-webhdfs', '1.6.0'
1919
gem 'fluent-plugin-vmware-loginsight', '1.4.2'
2020
gem 'fluent-plugin-vmware-log-intelligence', '2.0.8'
2121
gem 'fluent-plugin-gelf-best', '1.3.4'
22-
gem 'fluent-plugin-s3', '1.8.2'
22+
gem 'fluent-plugin-s3', '1.8.3'
2323
gem 'fluent-plugin-gcs', '0.4.4'
24-
gem 'rdkafka', '0.20.0'
24+
gem 'rdkafka', '0.21.0'
2525
#gem 'fluent-plugin-aws-elasticsearch-service', '2.4.1'
2626
#gem 'fluent-plugin-logdna', '~> 0.4.0'

images/fluentd/outputs/Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ GEM
2020
nokogiri (~> 1.6)
2121
rest-client (~> 2.0)
2222
attr_required (1.0.1)
23-
aws-eventstream (1.3.0)
23+
aws-eventstream (1.3.1)
2424
aws-partitions (1.1001.0)
2525
aws-sdk-cloudwatchlogs (1.71.0)
2626
aws-sdk-core (~> 3, >= 3.184.0)
@@ -54,7 +54,7 @@ GEM
5454
concurrent-ruby (1.2.3)
5555
connection_pool (2.4.1)
5656
cool.io (1.8.1)
57-
csv (3.3.1)
57+
csv (3.3.2)
5858
date (3.4.1)
5959
declarative (0.0.20)
6060
digest-crc (0.6.5)
@@ -149,7 +149,7 @@ GEM
149149
fluent-mixin-config-placeholders
150150
fluentd
151151
syslog_protocol
152-
fluent-plugin-s3 (1.8.2)
152+
fluent-plugin-s3 (1.8.3)
153153
aws-sdk-s3 (~> 1.60)
154154
aws-sdk-sqs (~> 1.23)
155155
fluentd (>= 0.14.22, < 2)
@@ -253,7 +253,7 @@ GEM
253253
llhttp-ffi (0.4.0)
254254
ffi-compiler (~> 1.0)
255255
rake (~> 13.0)
256-
logger (1.6.3)
256+
logger (1.6.6)
257257
ltsv (0.1.2)
258258
mail (2.8.1)
259259
mini_mime (>= 0.1.1)
@@ -310,7 +310,7 @@ GEM
310310
json-jwt (>= 1.11.0)
311311
rack (>= 2.1.0)
312312
rake (13.2.1)
313-
rdkafka (0.20.0)
313+
rdkafka (0.21.0)
314314
ffi (~> 1.15)
315315
mini_portile2 (~> 2.6)
316316
rake (> 12)
@@ -388,13 +388,13 @@ DEPENDENCIES
388388
fluent-plugin-opensearch (= 1.1.5)
389389
fluent-plugin-redis (= 0.3.5)
390390
fluent-plugin-remote-syslog (= 1.1.0)
391-
fluent-plugin-s3 (= 1.8.2)
391+
fluent-plugin-s3 (= 1.8.3)
392392
fluent-plugin-splunk-hec (= 1.3.3)
393393
fluent-plugin-sqs (= 3.0.0)
394394
fluent-plugin-vmware-log-intelligence (= 2.0.8)
395395
fluent-plugin-vmware-loginsight (= 1.4.2)
396396
fluent-plugin-webhdfs (= 1.6.0)
397-
rdkafka (= 0.20.0)
397+
rdkafka (= 0.21.0)
398398

399399
BUNDLED WITH
400400
2.5.23

0 commit comments

Comments
 (0)