diff --git a/README.md b/README.md index 15163edcc..c1dd7b53c 100644 --- a/README.md +++ b/README.md @@ -108,14 +108,14 @@ For complete list of supported plugins please check the [plugins index](/docs/pl | Name | Type | Description | Status | Version | |---------------------------------------------------------|:------:|:--------------------------------------------------------:|---------|-----------------------------------------------------------------------------------------| -| [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) | -| [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) | +| [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) | +| [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) | | [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) | | [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) | -| [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) | +| [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) | | [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) | -| [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) | -| [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) | +| [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) | +| [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) | | [Tag Normaliser](./docs/plugins/filters/tagnormaliser.md) | Parser | Normalise tags for outputs | GA | | | [Parser](./docs/plugins/filters/parser.md) | Parser | Parse logs with parser plugin | GA | | diff --git a/charts/logging-operator-logging/Chart.yaml b/charts/logging-operator-logging/Chart.yaml index deda998cb..1e7d830b1 100644 --- a/charts/logging-operator-logging/Chart.yaml +++ b/charts/logging-operator-logging/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "2.1.0" +appVersion: "2.3.0" description: A Helm chart to configure logging resource for the logging-operator name: logging-operator-logging -version: 2.1.0 +version: 2.3.0 diff --git a/charts/logging-operator-logging/README.md b/charts/logging-operator-logging/README.md index e450d42de..9e679df08 100644 --- a/charts/logging-operator-logging/README.md +++ b/charts/logging-operator-logging/README.md @@ -25,7 +25,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.6.3-alpine-1` | +| `fluentd.image.tag` | Fluentd container image tag | `v1.6.3-alpine-2` | | `fluentd.image.repository` | Fluentd container image repository | `banzaicloud/fluentd` | | `fluentd.image.pullPolicy` | Fluentd container pull policy | `IfNotPresent` | | `fluentd.volumeModImage.tag` | Fluentd volumeModImage container image tag | `latest` | diff --git a/charts/logging-operator/Chart.yaml b/charts/logging-operator/Chart.yaml index dba3d1b5c..3c0b1b841 100644 --- a/charts/logging-operator/Chart.yaml +++ b/charts/logging-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "2.2.0" +appVersion: "2.3.0" description: A Helm chart to install Banzai Cloud logging-operator name: logging-operator -version: 2.2.0 +version: 2.3.0 diff --git a/charts/logging-operator/README.md b/charts/logging-operator/README.md index 67a3d8e2f..261136bc7 100644 --- a/charts/logging-operator/README.md +++ b/charts/logging-operator/README.md @@ -45,7 +45,7 @@ The following tables lists the configurable parameters of the logging-operator c | Parameter | Description | Default | | --------------------------------------------------- | ------------------------------------------------------ | ------------------------------ | | `image.repository` | Container image repository | `banzaicloud/logging-operator` | -| `image.tag` | Container image tag | `2.0.0` | +| `image.tag` | Container image tag | `2.3.0` | | `image.pullPolicy` | Container pull policy | `IfNotPresent` | | `nameOverride` | Override name of app | `` | | `fullnameOverride` | Override full name of app | `` | @@ -106,7 +106,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.6.3-alpine-1` | +| `fluentd.image.tag` | Fluentd container image tag | `v1.6.3-alpine-2` | | `fluentd.image.repository` | Fluentd container image repository | `banzaicloud/fluentd` | | `fluentd.image.pullPolicy` | Fluentd container pull policy | `IfNotPresent` | | `fluentd.volumeModImage.tag` | Fluentd volumeModImage container image tag | `latest` | diff --git a/charts/logging-operator/values.yaml b/charts/logging-operator/values.yaml index d53696e4e..f40757be3 100644 --- a/charts/logging-operator/values.yaml +++ b/charts/logging-operator/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: banzaicloud/logging-operator - tag: 2.2.0 + tag: 2.3.0 pullPolicy: IfNotPresent imagePullSecrets: [] diff --git a/charts/nginx-logging-demo/Chart.yaml b/charts/nginx-logging-demo/Chart.yaml index 8523f2261..c8f648299 100644 --- a/charts/nginx-logging-demo/Chart.yaml +++ b/charts/nginx-logging-demo/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "2.0" +appVersion: "2.3.0" description: A Demo application for the logging-operator name: nginx-logging-demo -version: 0.2.2 +version: 2.3.0 maintainers: - name: Banzai Cloud email: info@banzaicloud.com diff --git a/charts/nginx-logging-es-demo/Chart.yaml b/charts/nginx-logging-es-demo/Chart.yaml index e5dfd7e37..700340526 100644 --- a/charts/nginx-logging-es-demo/Chart.yaml +++ b/charts/nginx-logging-es-demo/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "2.0" +appVersion: "2.3.0" description: A Demo application for the logging-operator name: nginx-logging-es-demo -version: 0.2.2 +version: 2.3.0 maintainers: - name: Banzai Cloud email: info@banzaicloud.com diff --git a/charts/nginx-logging-kafka-demo/Chart.yaml b/charts/nginx-logging-kafka-demo/Chart.yaml index 8ffd6ac17..5f48ababc 100644 --- a/charts/nginx-logging-kafka-demo/Chart.yaml +++ b/charts/nginx-logging-kafka-demo/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "1.0" +appVersion: "2.3.0" description: A Helm chart for Kubernetes name: nginx-logging-kafka-demo -version: 0.1.0 +version: 2.3.0 diff --git a/charts/nginx-logging-loki-demo/Chart.yaml b/charts/nginx-logging-loki-demo/Chart.yaml index 356698624..acc492409 100644 --- a/charts/nginx-logging-loki-demo/Chart.yaml +++ b/charts/nginx-logging-loki-demo/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "2.0" +appVersion: "2.3.0" description: A Demo application for the logging-operator name: nginx-logging-loki-demo -version: 0.2.3 +version: 2.3.0 maintainers: - name: Banzai Cloud email: info@banzaicloud.com diff --git a/docs/crds.md b/docs/crds.md index 9159e00d2..966e7d0ff 100644 --- a/docs/crds.md +++ b/docs/crds.md @@ -154,7 +154,7 @@ spec: fluentd: image: repository: banzaicloud/fluentd - tag: v1.6.3-alpine-1 + tag: v1.6.3-alpine-2 pullPolicy: IfNotPresent fluentbit: {} controlNamespace: logging