Skip to content

Commit

Permalink
Release 3.16.0 (#886)
Browse files Browse the repository at this point in the history
New Fluend Plugins: 

fluent-plugin-detect-exceptions' version '0.0.13' -> '0.0.14'
fluent-plugin-elasticsearch' version '5.1.1' -> '5.1.4'
fluent-plugin-kafka'version '0.17.2' -> '0.17.3'
fluent-plugin-kinesis' version '3.4.1' ->  '3.4.2'
fluent-plugin-splunk-hec' version '1.2.7' -> '1.2.8'
  • Loading branch information
ahma authored Nov 26, 2021
1 parent 76b7d17 commit 4ca5244
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions charts/logging-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "3.15.0"
appVersion: "3.16.0"
description: A Helm chart for Kubernetes
name: logging-demo
version: 3.15.0
version: 3.16.0
icon: https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png
4 changes: 2 additions & 2 deletions charts/logging-operator-logging/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
appVersion: "3.15.1"
appVersion: "3.16.0"
description: A Helm chart to configure logging resource for the Logging operator
name: logging-operator-logging
version: 3.15.1
version: 3.16.0
icon: https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png
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.13.3-alpine-11` |
| `fluentd.image.tag` | Fluentd container image tag | `v1.13.3-alpine-12` |
| `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 charts/logging-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "3.15.0"
appVersion: "3.16.0"
description: A Helm chart to install Banzai Cloud logging-operator
name: logging-operator
version: 3.15.0
version: 3.16.0
4 changes: 2 additions & 2 deletions charts/logging-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The following tables lists the configurable parameters of the logging-operator c
| Parameter | Description | Default |
| --------------------------------------------------- | ------------------------------------------------------ | ------------------------------ |
| `image.repository` | Container image repository | `ghcr.io/banzaicloud/logging-operator` |
| `image.tag` | Container image tag | `3.15.0` |
| `image.tag` | Container image tag | `3.16.0` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `nameOverride` | Override name of app | `` |
| `fullnameOverride` | Override full name of app | `` |
Expand Down 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.13.3-alpine-11` |
| `fluentd.image.tag` | Fluentd container image tag | `v1.13.3-alpine-12` |
| `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/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: ghcr.io/banzaicloud/logging-operator
tag: 3.15.0
tag: 3.16.0
pullPolicy: IfNotPresent

extraArgs:
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.9"
DefaultFluentdImageRepository = "ghcr.io/banzaicloud/fluentd"
DefaultFluentdImageTag = "v1.13.3-alpine-11"
DefaultFluentdImageTag = "v1.13.3-alpine-12"
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/output/elasticsearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type _hugoElasticsearch interface{} //nolint:deadcode,unused
type _docElasticsearch interface{} //nolint:deadcode,unused

// +name:"Elasticsearch"
// +url:"https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v5.1.1"
// +url:"https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v5.1.4"
// +version:"5.1.1"
// +description:"Send your logs to Elasticsearch"
// +status:"GA"
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{} //nolint:deadcode,unused
type _docKafka interface{} //nolint:deadcode,unused

// +name:"Kafka"
// +url:"https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.17.2"
// +version:"0.17.2"
// +url:"https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.17.3"
// +version:"0.17.3"
// +description:"Send your logs to Kafka"
// +status:"GA"
type _metaKafka interface{} //nolint:deadcode,unused
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/kinesis_firehose.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ type _hugoKinesisFirehose interface{} //nolint:deadcode,unused
type _docKinesisFirehose interface{} //nolint:deadcode,unused

// +name:"Amazon Kinesis Firehose"
// +url:"https://github.com/awslabs/aws-fluent-plugin-kinesis/releases/tag/v3.4.1"
// +version:"3.4.1"
// +url:"https://github.com/awslabs/aws-fluent-plugin-kinesis/releases/tag/v3.4.2"
// +version:"3.4.2"
// +description:"Fluent plugin for Amazon Kinesis"
// +status:"Testing"
type _metaKinesisFirehose interface{} //nolint:deadcode,unused
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/kinesis_stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ type _hugoKinesisStream interface{} //nolint:deadcode,unused
type _docKinesisStream interface{} //nolint:deadcode,unused

// +name:"Amazon Kinesis Stream"
// +url:"https://github.com/awslabs/aws-fluent-plugin-kinesis/releases/tag/v3.4.1"
// +version:"3.4.1"
// +url:"https://github.com/awslabs/aws-fluent-plugin-kinesis/releases/tag/v3.4.2"
// +version:"3.4.2"
// +description:"Fluent plugin for Amazon Kinesis"
// +status:"GA"
type _metaKinesis interface{} //nolint:deadcode,unused
Expand Down
6 changes: 3 additions & 3 deletions pkg/sdk/model/output/splunk_hec.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ type _hugoSplunk interface{} //nolint:deadcode,unused
type _docSplunkHec interface{} //nolint:deadcode,unused

// +name:"Splunk Hec"
// +url:"https://github.com/splunk/fluent-plugin-splunk-hec/releases/tag/1.2.7
// +version:"1.2.7"
// +description:"Fluent Plugin Splunk Hec Release 1.2.3"
// +url:"https://github.com/splunk/fluent-plugin-splunk-hec/releases/tag/1.2.8
// +version:"1.2.8"
// +description:"Fluent Plugin Splunk Hec Release"
// +status:"GA"
type _metaSplunkHec interface{} //nolint:deadcode,unused

Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/resourcebuilder/component.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import (
)

const (
Image = "ghcr.io/banzaicloud/logging-operator:3.15.0"
Image = "ghcr.io/banzaicloud/logging-operator:3.16.0"
defaultNamespace = "logging-system"
)

Expand Down

0 comments on commit 4ca5244

Please sign in to comment.