Skip to content

Commit

Permalink
Fluentd 1.16.3 (#89)
Browse files Browse the repository at this point in the history
* dockerfile arm

* docker file amd, readme, deployments
  • Loading branch information
mirii1994 authored Nov 27, 2023
1 parent 893d40e commit ef85b28
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 10 deletions.
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-debian-logzio-amd64-1
FROM fluent/fluentd-kubernetes-daemonset:v1.16.3-debian-logzio-amd64-1.0

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-debian-logzio-arm
FROM logzio/fluentd-kubernetes-daemonset-arm:v1.16.3-debian-logzio-arm

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

### Changelog
**logzio/logzio-fluentd**:

- **1.5.1**:
- Upgrade fluentd to `1.16.3`.
- **1.5.0**:
- Upgrade fluentd to 1.16.
- Upgrade gem `fluent-plugin-logzio` to `0.2.2`:
- Do not retry on 400 and 401. For 400 - try to fix log and resend.
- Generate a metric (logzio_status_codes) for response codes from Logz.io.
- v1.4.0:
- Upgrade gem `fluent-plugin-logzio` to `0.1.0`:
- Use fluentd's retry instead of retry in code (raise exception on non-2xx response).


<details>
<summary markdown="span"> Expand to check old versions </summary>

- v1.4.0:
- Upgrade gem `fluent-plugin-logzio` to `0.1.0`:
- Use fluentd's retry instead of retry in code (raise exception on non-2xx response).
- v1.3.1:
- Added `fluent-plugin-prometheus`.
- Added `logzio-daemonset-containerd-monitoring`, `logzio-daemonset-rbac-monitoring` and `configmap-monitoring.yaml` which exposes fluentd metrics on the pods port `24231`, `/metrics` endpoint
Expand Down
2 changes: 1 addition & 1 deletion logzio-daemonset-containerd-monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
mountPath: /fluentd/etc
containers:
- name: fluentd
image: logzio/logzio-fluentd:1.5.0
image: logzio/logzio-fluentd:1.5.1
ports:
- name: metrics
containerPort: 24231
Expand Down
2 changes: 1 addition & 1 deletion logzio-daemonset-containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
mountPath: /fluentd/etc
containers:
- name: fluentd
image: logzio/logzio-fluentd:1.5.0
image: logzio/logzio-fluentd:1.5.1
env:
- name: LOGZIO_LOG_SHIPPING_TOKEN
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion logzio-daemonset-rbac-monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ spec:
mountPath: /fluentd/etc
containers:
- name: fluentd
image: logzio/logzio-fluentd:1.5.0
image: logzio/logzio-fluentd:1.5.1
ports:
- name: metrics
containerPort: 24231
Expand Down
2 changes: 1 addition & 1 deletion logzio-daemonset-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ spec:
mountPath: /fluentd/etc
containers:
- name: fluentd
image: logzio/logzio-fluentd:1.5.0
image: logzio/logzio-fluentd:1.5.1
env:
- name: LOGZIO_LOG_SHIPPING_TOKEN
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion logzio-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
mountPath: /fluentd/etc
containers:
- name: fluentd
image: logzio/logzio-fluentd:1.5.0
image: logzio/logzio-fluentd:1.5.1
env:
- name: LOGZIO_LOG_SHIPPING_TOKEN
valueFrom:
Expand Down

0 comments on commit ef85b28

Please sign in to comment.