Skip to content

Commit d49537e

Browse files
authored
[Release] upgrade fluentd version to 1.18.0
2 parents 513a2ba + 7490cbb commit d49537e

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

charts/fluentd/Chart.yaml

+2-2
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: 0.30.5
8-
appVersion: 1.5.4
7+
version: 0.30.6
8+
appVersion: 1.5.5
99
maintainers:
1010
- name: Yotam loewenbach
1111

charts/fluentd/README.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -297,11 +297,13 @@ If needed, the fluentd image can be changed to support windows server 2022 with
297297
298298
```yaml
299299
--set windowsImage=logzio/fluentd-windows-2022 \
300-
--set windowsImageTag=0.0.2
300+
--set windowsImageTag=0.0.5
301301
```
302302

303303

304304
## Change log
305+
- **0.31.0**:
306+
- Upgrade fluentd version to `1.18.0`
305307
- **0.30.5**:
306308
- Upgrade fluentd version to `1.17.1`
307309
- **0.30.4**:
@@ -315,6 +317,10 @@ If needed, the fluentd image can be changed to support windows server 2022 with
315317
- **0.30.0**:
316318
- Upgrade fluentd version to `1.16.5`
317319
- Fix bug of `env-id.conf`
320+
321+
<details>
322+
<summary markdown="span"> Expand to check old versions </summary>
323+
318324
- **0.29.2**:
319325
- Enhanced env_id handling to support both numeric and string formats.
320326
- **0.29.1**:
@@ -333,11 +339,7 @@ If needed, the fluentd image can be changed to support windows server 2022 with
333339
- **0.26.0**:
334340
- Bump docker image to `1.5.1`.
335341
- Add ability to configure pos file for containers logs.
336-
337-
<details>
338-
<summary markdown="span"> Expand to check old versions </summary>
339-
340-
- **0.25.0*:
342+
- **0.25.0**:
341343
- Add parameter `isPrivileged` to allow running Daemonset with priviliged security context.
342344
- **Bug fix**: Fix template for `fluentd.serviceAccount`, and fix use of template in service account.
343345
- **0.24.0**:

charts/fluentd/docker_windows/fluentd_windows.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fluent/fluentd:v1.17.1-windows-ltsc2019-1.0
1+
FROM fluent/fluentd:v1.18.0-windows-ltsc2019-1.0
22
RUN gem install fluent-plugin-detect-exceptions \
33
&& gem install fluent-plugin-logzio \
44
&& gem install fluent-plugin-concat \

charts/fluentd/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ enabled: true
22
# Fluentd image in daemonset
33
image: logzio/logzio-fluentd
44
# Fluentd image tag
5-
imageTag: 1.5.4
5+
imageTag: 1.5.5
66

77
# Fluentd image in daemonset for windows nodes
88
windowsImage: logzio/fluentd-windows
99
# Fluentd image tag for windows nodes
10-
windowsImageTag: 0.0.4
10+
windowsImageTag: 0.0.5
1111

1212
# Overrides the Chart name for resources
1313
nameOverride: ""

0 commit comments

Comments
 (0)