Skip to content

Commit 785de8d

Browse files
authored
Release 2.3.0 (#199)
* Plugin version update * Chart version update
1 parent 993f315 commit 785de8d

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,14 +108,14 @@ For complete list of supported plugins please check the [plugins index](/docs/pl
108108

109109
| Name | Type | Description | Status | Version |
110110
|---------------------------------------------------------|:------:|:--------------------------------------------------------:|---------|-----------------------------------------------------------------------------------------|
111-
| [Alibaba](./docs/plugins/outputs/oss.md) | Output | Store logs the Alibaba Cloud Object Storage Service | GA | [0.0.1](https://github.com/aliyun/fluent-plugin-oss) |
112-
| [Amazon S3](./docs/plugins/outputs/s3.md) | Output | Store logs in Amazon S3 | GA | [1.1.11](https://github.com/fluent/fluent-plugin-s3/releases/tag/v1.1.11) |
111+
| [Alibaba](./docs/plugins/outputs/oss.md) | Output | Store logs the Alibaba Cloud Object Storage Service | GA | [0.0.2](https://github.com/aliyun/fluent-plugin-oss) |
112+
| [Amazon S3](./docs/plugins/outputs/s3.md) | Output | Store logs in Amazon S3 | GA | [1.2.0](https://github.com/fluent/fluent-plugin-s3/releases/tag/v1.1.11) |
113113
| [Azure](./docs/plugins/outputs/azurestore.md) | Output | Store logs in Azure Storega | GA | [0.1.0](https://github.com/htgc/fluent-plugin-azurestorage/releases/tag/v0.1.0) |
114114
| [Google Storage](./docs/plugins/outputs/gcs.md) | Output | Store logs in Google Cloud Storage | GA | [0.4.0](https://github.com/banzaicloud/fluent-plugin-gcs) |
115-
| [Grafana Loki](./docs/plugins/outputs/loki.md) | Output | Transfer logs to Loki | Testing | [0.2](https://github.com/banzaicloud/fluent-plugin-kubernetes-loki/releases/tag/v0.2) |
115+
| [Grafana Loki](./docs/plugins/outputs/loki.md) | Output | Transfer logs to Loki | GA | [1.1.0](https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-grafana-loki) |
116116
| [ElasticSearch](./docs/plugins/outputs/elasticsearch.md) | Output | Send your logs to Elasticsearch | GA | [3.5.5](https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v3.5.5) |
117-
| [Sumologic](./docs/plugins/outputs/sumologic.md) | Output | Send your logs to Sumologic | GA | [1.5.0](https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/1.5.0) |
118-
| [Kafka](./docs/plugins/outputs/kafka.md) | Output | Send your logs to Kafka | GA | [0.12.0](https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.12.0) |
117+
| [Sumologic](./docs/plugins/outputs/sumologic.md) | Output | Send your logs to Sumologic | GA | [1.6.0](https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/1.6.0) |
118+
| [Kafka](./docs/plugins/outputs/kafka.md) | Output | Send your logs to Kafka | GA | [0.12.1](https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.12.1) |
119119
| [Tag Normaliser](./docs/plugins/filters/tagnormaliser.md) | Parser | Normalise tags for outputs | GA | |
120120
| [Parser](./docs/plugins/filters/parser.md) | Parser | Parse logs with parser plugin | GA | |
121121

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "2.1.0"
2+
appVersion: "2.3.0"
33
description: A Helm chart to configure logging resource for the logging-operator
44
name: logging-operator-logging
5-
version: 2.1.0
5+
version: 2.3.0

charts/logging-operator-logging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following tables lists the configurable parameters of the logging-operator-l
2525
| `fluentbit.image.repository` | Fluentbit container image repository | `fluent/fluent-bit` |
2626
| `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` |
2727
| `fluentd.enabled` | Install fluentd | true |
28-
| `fluentd.image.tag` | Fluentd container image tag | `v1.6.3-alpine-1` |
28+
| `fluentd.image.tag` | Fluentd container image tag | `v1.6.3-alpine-2` |
2929
| `fluentd.image.repository` | Fluentd container image repository | `banzaicloud/fluentd` |
3030
| `fluentd.image.pullPolicy` | Fluentd container pull policy | `IfNotPresent` |
3131
| `fluentd.volumeModImage.tag` | Fluentd volumeModImage container image tag | `latest` |

charts/logging-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "2.2.0"
2+
appVersion: "2.3.0"
33
description: A Helm chart to install Banzai Cloud logging-operator
44
name: logging-operator
5-
version: 2.2.0
5+
version: 2.3.0

charts/logging-operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following tables lists the configurable parameters of the logging-operator c
4545
| Parameter | Description | Default |
4646
| --------------------------------------------------- | ------------------------------------------------------ | ------------------------------ |
4747
| `image.repository` | Container image repository | `banzaicloud/logging-operator` |
48-
| `image.tag` | Container image tag | `2.0.0` |
48+
| `image.tag` | Container image tag | `2.3.0` |
4949
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
5050
| `nameOverride` | Override name of app | `` |
5151
| `fullnameOverride` | Override full name of app | `` |
@@ -106,7 +106,7 @@ The following tables lists the configurable parameters of the logging-operator-l
106106
| `fluentbit.image.repository` | Fluentbit container image repository | `fluent/fluent-bit` |
107107
| `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` |
108108
| `fluentd.enabled` | Install fluentd | true |
109-
| `fluentd.image.tag` | Fluentd container image tag | `v1.6.3-alpine-1` |
109+
| `fluentd.image.tag` | Fluentd container image tag | `v1.6.3-alpine-2` |
110110
| `fluentd.image.repository` | Fluentd container image repository | `banzaicloud/fluentd` |
111111
| `fluentd.image.pullPolicy` | Fluentd container pull policy | `IfNotPresent` |
112112
| `fluentd.volumeModImage.tag` | Fluentd volumeModImage container image tag | `latest` |

charts/logging-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: banzaicloud/logging-operator
9-
tag: 2.2.0
9+
tag: 2.3.0
1010
pullPolicy: IfNotPresent
1111

1212
imagePullSecrets: []
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "2.0"
2+
appVersion: "2.3.0"
33
description: A Demo application for the logging-operator
44
name: nginx-logging-demo
5-
version: 0.2.2
5+
version: 2.3.0
66
maintainers:
77
- name: Banzai Cloud
88
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "2.0"
2+
appVersion: "2.3.0"
33
description: A Demo application for the logging-operator
44
name: nginx-logging-es-demo
5-
version: 0.2.2
5+
version: 2.3.0
66
maintainers:
77
- name: Banzai Cloud
88
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "1.0"
2+
appVersion: "2.3.0"
33
description: A Helm chart for Kubernetes
44
name: nginx-logging-kafka-demo
5-
version: 0.1.0
5+
version: 2.3.0
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "2.0"
2+
appVersion: "2.3.0"
33
description: A Demo application for the logging-operator
44
name: nginx-logging-loki-demo
5-
version: 0.2.3
5+
version: 2.3.0
66
maintainers:
77
- name: Banzai Cloud
88

0 commit comments

Comments
 (0)