Skip to content

Commit

Permalink
Release 2.3.0 (#199)
Browse files Browse the repository at this point in the history
* Plugin version update
* Chart version update
  • Loading branch information
ahma authored Oct 29, 2019
1 parent 993f315 commit 785de8d
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |

Expand Down
4 changes: 2 additions & 2 deletions charts/logging-operator-logging/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion charts/logging-operator-logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
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: "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
4 changes: 2 additions & 2 deletions charts/logging-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `` |
Expand Down Expand Up @@ -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` |
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: banzaicloud/logging-operator
tag: 2.2.0
tag: 2.3.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions charts/nginx-logging-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/nginx-logging-es-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/nginx-logging-kafka-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/nginx-logging-loki-demo/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion docs/crds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 785de8d

Please sign in to comment.