Skip to content

Commit

Permalink
bump fluent-plugin-logzio version, build new docker files, readme (#88)
Browse files Browse the repository at this point in the history
* bump fluent-plugin-logzio version, build new docker files, readme

* update gem
  • Loading branch information
mirii1994 authored Jul 23, 2023
1 parent a24fcbb commit 893d40e
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 12 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.15-debian-logzio-amd64-1
FROM fluent/fluentd-kubernetes-daemonset:v1.16-debian-logzio-amd64-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.15-debian-logzio-arm
FROM logzio/fluentd-kubernetes-daemonset-arm:v1.16-debian-logzio-arm

USER root
WORKDIR /fluentd
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "fluent-plugin-logzio", ">=0.1.0"
gem "fluent-plugin-logzio", ">=0.2.2"
gem "fluent-plugin-kubernetes_metadata_filter", ">=3.1.2"
gem "fluent-plugin-dedot_filter", ">=1.0.0"
gem "fluent-plugin-prometheus", ">=2.0.3"
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,20 +215,26 @@ These templates collects and exposes fluentd metrics on port `24231`, `/metrics`

### Changelog
**logzio/logzio-fluentd**:
- **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.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
- v1.3.0:
- Added plugin `fluent-plugin-dedot_filter`.
- Updated image in daemonset templates, increased memory and cpu requirements.
- Added configuration for dedot plugin in configmp template.


<details>
<summary markdown="span"> Expand to check old versions </summary>
- v1.2.0:
- Upgrade fluentd to 1.15.
- Upgrade plugin `fluent-plugin-kubernetes_metadata_filter` to `3.1.2`([#80](https://github.com/logzio/logzio-k8s/pull/80)).
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.4.0
image: logzio/logzio-fluentd:1.5.0
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.4.0
image: logzio/logzio-fluentd:1.5.0
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.4.0
image: logzio/logzio-fluentd:1.5.0
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.4.0
image: logzio/logzio-fluentd:1.5.0
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.4.0
image: logzio/logzio-fluentd:1.5.0
env:
- name: LOGZIO_LOG_SHIPPING_TOKEN
valueFrom:
Expand Down

0 comments on commit 893d40e

Please sign in to comment.