Skip to content

Commit

Permalink
Release 3.15.0 (#866)
Browse files Browse the repository at this point in the history
* Version update
- Fluentd fluentd-v1.13.3-alpine-9 -> fluentd-v1.13.3-alpine-11
- Fluentbit 1.8.5 -> 1.8.8
- Chart

* Upadte plugin version
  • Loading branch information
ahma authored Oct 25, 2021
1 parent ef9a28b commit 2a79677
Show file tree
Hide file tree
Showing 19 changed files with 33 additions and 33 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.14.2"
appVersion: "3.15.0"
description: A Helm chart for Kubernetes
name: logging-demo
version: 3.14.2
version: 3.15.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.14.2"
appVersion: "3.15.0"
description: A Helm chart to configure logging resource for the Logging operator
name: logging-operator-logging
version: 3.14.2
version: 3.15.0
icon: https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/img/icon.png
4 changes: 2 additions & 2 deletions charts/logging-operator-logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ The following tables lists the configurable parameters of the logging-operator-l
| `fluentbit.enabled` | Install fluent-bit | true |
| `fluentbit.namespace` | Specified fluentbit installation namespace | same as operator namespace |
| `fluentbit.tolerations` | Tolerations for fluentbit daemonset | none |
| `fluentbit.image.tag` | Fluentbit container image tag | `1.8.5` |
| `fluentbit.image.tag` | Fluentbit container image tag | `1.8.8` |
| `fluentbit.image.repository` | Fluentbit container image repository | `fluent/fluent-bit` |
| `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-9` |
| `fluentd.image.tag` | Fluentd container image tag | `v1.13.3-alpine-11` |
| `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-logging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ nodeAgents: {}
# template:
# spec:
# containers:
# - image: banzaicloud/fluentbit:1.8.5
# - image: banzaicloud/fluentbit:1.8.8
# name: fluent-bit
# tls:
# enabled: false
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.14.2"
appVersion: "3.15.0"
description: A Helm chart to install Banzai Cloud logging-operator
name: logging-operator
version: 3.14.2
version: 3.15.0
6 changes: 3 additions & 3 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.14.2` |
| `image.tag` | Container image tag | `3.15.0` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `nameOverride` | Override name of app | `` |
| `fullnameOverride` | Override full name of app | `` |
Expand Down Expand Up @@ -112,11 +112,11 @@ The following tables lists the configurable parameters of the logging-operator-l
| `tls.sharedKey` | Shared key between nodes (fluentd-fluentbit) | [autogenerated] |
| `fluentbit.enabled` | Install fluent-bit | true |
| `fluentbit.namespace` | Specified fluentbit installation namespace | same as operator namespace |
| `fluentbit.image.tag` | Fluentbit container image tag | `1.8.5` |
| `fluentbit.image.tag` | Fluentbit container image tag | `1.8.8` |
| `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-9` |
| `fluentd.image.tag` | Fluentd container image tag | `v1.13.3-alpine-11` |
| `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.14.2
tag: 3.15.0
pullPolicy: IfNotPresent

extraArgs:
Expand Down
2 changes: 1 addition & 1 deletion config/samples/logging_v1alpha2_logging_debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
disablePvc: true
fluentbit:
image:
tag: 1.8.5-debug
tag: 1.8.8-debug
repository: fluent/fluent-bit
pullPolicy: IfNotPresent
controlNamespace: default
2 changes: 1 addition & 1 deletion pkg/resources/nodeagent/nodeagent.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func NodeAgentFluentbitDefaults(userDefined **v1beta1.NodeAgent) (*v1beta1.NodeA
Containers: []v1.Container{
{
Name: containerName,
Image: "fluent/fluent-bit:1.8.5",
Image: "fluent/fluent-bit:1.8.8",
Command: []string{"/fluent-bit/bin/fluent-bit", "-c", "/fluent-bit/conf_operator/fluent-bit.conf"},
ImagePullPolicy: v1.PullIfNotPresent,
Resources: v1.ResourceRequirements{
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/api/v1beta1/logging_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ type DefaultFlowSpec struct {

const (
DefaultFluentbitImageRepository = "fluent/fluent-bit"
DefaultFluentbitImageTag = "1.8.5"
DefaultFluentbitImageTag = "1.8.8"
DefaultFluentdImageRepository = "ghcr.io/banzaicloud/fluentd"
DefaultFluentdImageTag = "v1.13.3-alpine-9"
DefaultFluentdImageTag = "v1.13.3-alpine-11"
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/detect_exceptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type _docExceptionDetector interface{} //nolint:deadcode,unused

// +name:"Exception Detector"
// +url:"https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions"
// +version:"0.0.13"
// +version:"0.0.14"
// +description:"Exception Detector"
// +status:"GA"
type _metaDDetectExceptions interface{} //nolint:deadcode,unused
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/cloudwatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ type _hugoCloudWatch interface{} //nolint:deadcode,unused
type _docCloudWatch interface{} //nolint:deadcode,unused

// +name:"Amazon CloudWatch"
// +url:"https://github.com/fluent-plugins-nursery/fluent-plugin-cloudwatch-logs/releases/tag/v0.14.0"
// +version:"0.14.0"
// +url:"https://github.com/fluent-plugins-nursery/fluent-plugin-cloudwatch-logs/releases/tag/v0.14.2"
// +version:"0.14.2"
// +description:"Send your logs to AWS CloudWatch"
// +status:"GA"
type _metaCloudWatch interface{} //nolint:deadcode,unused
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/datadog.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ type _hugoDatadog interface{} //nolint:deadcode,unused
type _docDatadog interface{} //nolint:deadcode,unused

// +name:"Datadog"
// +url:"https://github.com/DataDog/fluent-plugin-datadog/releases/tag/v0.13.0"
// +version:"0.13.0"
// +url:"https://github.com/DataDog/fluent-plugin-datadog/releases/tag/v0.14.0"
// +version:"0.14.0"
// +description:"Send your logs to Datadog"
// +status:"Testing"
type _metaDatadog interface{} //nolint:deadcode,unused
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{} //nolint:deadcode,unused
type _docElasticsearch interface{} //nolint:deadcode,unused

// +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.1"
// +version:"5.1.1"
// +description:"Send your logs to Elasticsearch"
// +status:"GA"
type _metaElasticsearch interface{} //nolint:deadcode,unused
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.0"
// +version:"0.17.0"
// +url:"https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.17.2"
// +version:"0.17.2"
// +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.0"
// +version:"3.4.0"
// +url:"https://github.com/awslabs/aws-fluent-plugin-kinesis/releases/tag/v3.4.1"
// +version:"3.4.1"
// +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.0"
// +version:"3.4.0"
// +url:"https://github.com/awslabs/aws-fluent-plugin-kinesis/releases/tag/v3.4.1"
// +version:"3.4.1"
// +description:"Fluent plugin for Amazon Kinesis"
// +status:"GA"
type _metaKinesis interface{} //nolint:deadcode,unused
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/sumologic.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ type _hugoSumoLogic interface{} //nolint:deadcode,unused
type _docSumoLogic interface{} //nolint:deadcode,unused

// +name:"SumoLogic"
// +url:"https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/2.0.0"
// +version:"2.0.0"
// +url:"https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/1.7.3"
// +version:"1.7.3"
// +description:"Send your logs to Sumologic"
// +status:"GA"
type _metaSumologic 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.14.3"
Image = "ghcr.io/banzaicloud/logging-operator:3.15.0"
defaultNamespace = "logging-system"
)

Expand Down

0 comments on commit 2a79677

Please sign in to comment.