Skip to content

Commit

Permalink
Fluentd update 1.13.3 (#812)
Browse files Browse the repository at this point in the history
* Fluentd 1.12.4 -> 1.13.3
* - plugin version update
  • Loading branch information
ahma authored Sep 1, 2021
1 parent 9352cdb commit 4854153
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion charts/logging-operator-logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following tables lists the configurable parameters of the logging-operator-l
| `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` |
| `fluentbit.podPriorityClassName` | Priority class name for fluentbit pods | none |
| `fluentd.enabled` | Install fluentd | true |
| `fluentd.image.tag` | Fluentd container image tag | `v1.12.4-alpine-4` |
| `fluentd.image.tag` | Fluentd container image tag | `v1.13.3-alpine-1` |
| `fluentd.image.repository` | Fluentd container image repository | `ghcr.io/banzaicloud/fluentd` |
| `fluentd.image.pullPolicy` | Fluentd container pull policy | `IfNotPresent` |
| `fluentd.volumeModImage.tag` | Fluentd volumeModImage container image tag | `latest` |
Expand Down
2 changes: 1 addition & 1 deletion charts/logging-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The following tables lists the configurable parameters of the logging-operator-l
| `fluentbit.image.repository` | Fluentbit container image repository | `fluent/fluent-bit` |
| `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` |
| `fluentd.enabled` | Install fluentd | true |
| `fluentd.image.tag` | Fluentd container image tag | `v1.12.4-alpine-4` |
| `fluentd.image.tag` | Fluentd container image tag | `v1.13.3-alpine-1` |
| `fluentd.image.repository` | Fluentd container image repository | `ghcr.io/banzaicloud/fluentd` |
| `fluentd.image.pullPolicy` | Fluentd container pull policy | `IfNotPresent` |
| `fluentd.volumeModImage.tag` | Fluentd volumeModImage container image tag | `latest` |
Expand Down
4 changes: 2 additions & 2 deletions fluentd-image/v1.13/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.14
LABEL Description="Fluentd docker image" Vendor="Banzai Cloud" Version="1.13.1"
LABEL Description="Fluentd docker image" Vendor="Banzai Cloud" Version="1.13.3"

# Do not split this into multiple RUN!
# Docker creates a layer for every RUN-Statement
Expand Down Expand Up @@ -27,7 +27,7 @@ RUN apk update \
&& gem install json -v 2.5.1 \
&& gem install async-http -v 0.56.3 \
&& gem install ext_monitor -v 0.1.2 \
&& gem install fluentd -v 1.13.1 \
&& gem install fluentd -v 1.13.3 \
&& gem install prometheus-client -v 2.1.0 \
&& gem install bigdecimal -v 1.4.4 \
&& gem install webrick \
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/api/v1beta1/logging_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const (
DefaultFluentbitImageRepository = "fluent/fluent-bit"
DefaultFluentbitImageTag = "1.8.5"
DefaultFluentdImageRepository = "ghcr.io/banzaicloud/fluentd"
DefaultFluentdImageTag = "v1.12.4-alpine-4"
DefaultFluentdImageTag = "v1.13.3-alpine-1"
DefaultFluentdBufferStorageVolumeName = "fluentd-buffer"
DefaultFluentdDrainWatchImageRepository = "ghcr.io/banzaicloud/fluentd-drain-watch"
DefaultFluentdDrainWatchImageTag = "v0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/model/filter/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type _docPrometheus interface{}

// +name:"Prometheus"
// +url:"https://github.com/fluent/fluent-plugin-prometheus#prometheus-outputfilter-plugin"
// +version:"2.0.1"
// +version:"2.0.2"
// +description:"Prometheus Filter Plugin to count Incoming Records"
// +status:"GA"
type _metaPrometheus interface{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/elasticsearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ type _hugoElasticsearch interface{}
type _docElasticsearch interface{}

// +name:"Elasticsearch"
// +url:"https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v5.0.5"
// +version:"5.0.5"
// +url:"https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v5.1.0"
// +version:"5.1.0"
// +description:"Send your logs to Elasticsearch"
// +status:"GA"
type _metaElasticsearch interface{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ type _hugoKafka interface{}
type _docKafka interface{}

// +name:"Kafka"
// +url:"https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.16.3"
// +version:"0.16.3"
// +url:"https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.17.0"
// +version:"0.17.0"
// +description:"Send your logs to Kafka"
// +status:"GA"
type _metaKafka interface{}
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/model/output/newrelic.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type _docNewRelic interface{}

// +name:"NewRelic Logs"
// +url:"https://github.com/newrelic/newrelic-fluentd-output"
// +version:"1.2.0"
// +version:"1.2.1"
// +description:"Send logs to New Relic Logs"
// +status:"GA"
type _metaNewRelic interface{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ type _hugoS3 interface{}
type _docS3 interface{}

// +name:"Amazon S3"
// +url:"https://github.com/fluent/fluent-plugin-s3/releases/tag/v1.6.0"
// +version:"1.6.0"
// +url:"https://github.com/fluent/fluent-plugin-s3/releases/tag/v1.6.1"
// +version:"1.6.1"
// +description:"Store logs in Amazon S3"
// +status:"GA"
type _metaS3 interface{}
Expand Down

0 comments on commit 4854153

Please sign in to comment.