Skip to content

Commit f3abe05

Browse files
authored
[Release] logzio-fluentd version 1.0.1
2 parents fa1ad01 + 909215d commit f3abe05

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

charts/fluentd/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!-- next version -->
44

5+
## 1.0.1
6+
- Upgrade docker image to `1.5.6`.
7+
- Upgrade ARM and AMD fluentd image version to `v1.18.0-debian-logzio-amd64-1.3` and `v1.18.0-debian-logzio-arm64-1.3`
8+
59
## 1.0.0
610
- **Breaking changes**
711
- Secret values are now global to prevent duplicate values in the parent chart

charts/fluentd/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: A Helm chart for shipping Kubernetes logs via Fluentd.
44
keywords:
55
- logging
66
- fluentd
7-
version: 1.0.0
8-
appVersion: 1.5.5
7+
version: 1.0.1
8+
appVersion: 1.5.6
99
maintainers:
1010
- name: Yotam loewenbach
1111

charts/fluentd/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ enabled: true
22
# Fluentd image in daemonset
33
image: logzio/logzio-fluentd
44
# Fluentd image tag
5-
imageTag: 1.5.5
5+
imageTag: 1.5.6
66

77
# Fluentd image in daemonset for windows nodes
88
windowsImage: logzio/fluentd-windows

0 commit comments

Comments
 (0)