Skip to content

fluentd: update to Fluentd v1.16.8 #18965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2025

Conversation

kenhys
Copy link
Contributor

@kenhys kenhys commented May 3, 2025

@kenhys kenhys requested a review from a team as a code owner May 3, 2025 11:33
Copy link

github-actions bot commented May 3, 2025

Diff for 559aae5:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 7c6f517..8e72a92 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,16 +1,16 @@
 Maintainers: Masahiro Nakagawa <repeatedly@gmail.com> (@repeatedly), Fluentd developers <fluentd@googlegroups.com> (@fluent/admins)
 GitRepo: https://github.com/fluent/fluentd-docker-image.git
 
-Tags: v1.16.7-1.0, v1.16-1
+Tags: v1.16.8-1.0, v1.16-1
 Architectures: amd64, arm32v6, arm64v8, i386, ppc64le, s390x
 GitFetch: refs/heads/v1.16
-GitCommit: 295ba669ac33fc7c997cd2643351cef31c2845b7
+GitCommit: 98155ec2dea1ae97a4cdedb8853e9be8ec7e7412
 Directory: v1.16/alpine
 
-Tags: v1.16.7-debian-1.0, v1.16-debian-1
+Tags: v1.16.8-debian-1.0, v1.16-debian-1
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, s390x
 GitFetch: refs/heads/v1.16
-GitCommit: 295ba669ac33fc7c997cd2643351cef31c2845b7
+GitCommit: 98155ec2dea1ae97a4cdedb8853e9be8ec7e7412
 Directory: v1.16/debian
 
 Tags: v1.18.0-1.0, v1.18-1, latest
diff --git a/_bashbrew-list b/_bashbrew-list
index f75a481..f30a5c6 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,8 +1,8 @@
 fluentd:latest
 fluentd:v1.16-1
 fluentd:v1.16-debian-1
-fluentd:v1.16.7-1.0
-fluentd:v1.16.7-debian-1.0
+fluentd:v1.16.8-1.0
+fluentd:v1.16.8-debian-1.0
 fluentd:v1.18-1
 fluentd:v1.18-debian-1
 fluentd:v1.18.0-1.0
diff --git a/fluentd_v1.16-1/Dockerfile b/fluentd_v1.16-1/Dockerfile
index e640de7..f79c9d0 100644
--- a/fluentd_v1.16-1/Dockerfile
+++ b/fluentd_v1.16-1/Dockerfile
@@ -3,7 +3,7 @@
 
 FROM alpine:3.19
 LABEL maintainer "Fluentd developers <fluentd@googlegroups.com>"
-LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.7"
+LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.8"
 
 # Do not split this into multiple RUN!
 # Docker creates a layer for every RUN-Statement
@@ -22,7 +22,7 @@ RUN apk update \
  && gem install rexml -v 3.4.0 \
  && gem install async -v 1.31.0 \
  && gem install async-http -v 0.60.2 \
- && gem install fluentd -v 1.16.7 \
+ && gem install fluentd -v 1.16.8 \
  && gem install bigdecimal -v 1.4.4 \
  && apk del .build-deps \
  && rm -rf /var/cache/apk/* \
diff --git a/fluentd_v1.16-debian-1/Dockerfile b/fluentd_v1.16-debian-1/Dockerfile
index e45103d..2faec88 100644
--- a/fluentd_v1.16-debian-1/Dockerfile
+++ b/fluentd_v1.16-debian-1/Dockerfile
@@ -3,7 +3,7 @@
 
 FROM ruby:3.2-slim-bookworm
 LABEL maintainer "Fluentd developers <fluentd@googlegroups.com>"
-LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.7"
+LABEL Description="Fluentd docker image" Vendor="Fluent Organization" Version="1.16.8"
 ENV TINI_VERSION=0.18.0
 
 # Do not split this into multiple RUN!
@@ -23,7 +23,7 @@ RUN apt-get update \
  && gem install rexml -v 3.4.0 \
  && gem install async -v 1.31.0 \
  && gem install async-http -v 0.60.2 \
- && gem install fluentd -v 1.16.7 \
+ && gem install fluentd -v 1.16.8 \
  && dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')" \
  && wget -O /usr/local/bin/tini "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch" \
  && wget -O /usr/local/bin/tini.asc "https://github.com/krallin/tini/releases/download/v$TINI_VERSION/tini-$dpkgArch.asc" \

Relevant Maintainers:

@yosifkit yosifkit merged commit c8ff7d9 into docker-library:master May 5, 2025
9 checks passed
@kenhys kenhys deleted the fluentd-v1.16.8 branch May 22, 2025 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants