Skip to content

Commit

Permalink
update fluentd to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
8naama authored Oct 20, 2024
2 parents c5bee9c + 8cc4440 commit 13b901e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/" # Location of Dockerfile
schedule:
interval: "weekly"
commit-message:
prefix: "fluentd version update:"
reviewers:
- "logzio/integration-developers"

- package-ecosystem: "github-actions"
directory: "/" # Location of GitHub Actions workflows
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fluent/fluentd-kubernetes-daemonset:v1.16.5-debian-logzio-amd64-1.0
FROM fluent/fluentd-kubernetes-daemonset:v1.17.1-debian-logzio-amd64-1.1

USER root
WORKDIR /fluentd
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM logzio/fluentd-kubernetes-daemonset-arm:v1.16.5-debian-logzio-arm
FROM logzio/fluentd-kubernetes-daemonset-arm:v1.17.1-debian-logzio-arm64-1.1

USER root
WORKDIR /fluentd
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,9 @@ These templates collects and exposes fluentd metrics on port `24231`, `/metrics`

### Changelog
**logzio/logzio-fluentd**:
- **1.5.4**:
- Upgrade amd image to `v1.17.1-debian-logzio-amd64-1.1`.
- Upgrade arm image to `v1.17.1-debian-logzio-arm64-1.1`.
- **1.5.3**:
- Upgrade amd image to `v1.16.5-debian-logzio-amd64-1.0`.
- Upgrade arm image to `v1.16.5-debian-logzio-arm`.
Expand Down

0 comments on commit 13b901e

Please sign in to comment.