Skip to content

Commit

Permalink
3.3.0 release (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahma committed Jun 25, 2020
1 parent 9f0cb72 commit d9911d5
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 23 deletions.
4 changes: 2 additions & 2 deletions charts/logging-operator-logging/README.md
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.4.4` |
| `fluentbit.image.tag` | Fluentbit container image tag | `1.4.6` |
| `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.10.3-alpine-2` |
| `fluentd.image.tag` | Fluentd container image tag | `v1.10.4-alpine-1` |
| `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/README.md
Expand Up @@ -111,11 +111,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.4.4` |
| `fluentbit.image.tag` | Fluentbit container image tag | `1.4.6` |
| `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.10.3-alpine-2` |
| `fluentd.image.tag` | Fluentd container image tag | `v1.10.4-alpine-1` |
| `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 docs/crds/_index.md
Expand Up @@ -244,7 +244,7 @@ spec:
fluentd:
image:
repository: banzaicloud/fluentd
tag: v1.10.3-alpine-2
tag: v1.10.4-alpine-1
pullPolicy: IfNotPresent
fluentbit: {}
controlNamespace: logging
Expand Down
2 changes: 1 addition & 1 deletion docs/crds/v1beta1/clusterflow_types.md
Expand Up @@ -36,7 +36,7 @@ weight: 200

| Variable Name | Type | Required | Default | Description |
|---|---|---|---|---|
| selectors | map[string]string | No | - | |
| selectors | map[string]string | No | - | Deprecated<br> |
| match | []ClusterMatch | No | - | |
| filters | []Filter | No | - | |
| loggingRef | string | No | - | |
Expand Down
1 change: 1 addition & 0 deletions docs/crds/v1beta1/fluentd_types.md
Expand Up @@ -30,6 +30,7 @@ weight: 200
| metrics | *Metrics | No | - | |
| security | *Security | No | - | |
| scaling | *FluentdScaling | No | - | |
| workers | int32 | No | - | |
| logLevel | string | No | - | |
| podPriorityClassName | string | No | - | |
| fluentLogDestination | string | No | - | |
Expand Down
1 change: 1 addition & 0 deletions docs/crds/v1beta1/logging_types.md
Expand Up @@ -16,6 +16,7 @@ weight: 200
| defaultFlow | *DefaultFlowSpec | No | - | |
| watchNamespaces | []string | No | - | |
| controlNamespace | string | Yes | - | |
| allowClusterResourcesFromAllNamespaces | bool | No | - | |
| enableRecreateWorkloadOnImmutableFieldChange | bool | No | - | EnableRecreateWorkloadOnImmutableFieldChange enables the operator to recreate the<br>fluentbit daemonset and the fluentd statefulset (and possibly other resource in the future)<br>in case there is a change in an immutable field<br>that otherwise couldn't be managed with a simple update.<br> |
### LoggingStatus
#### LoggingStatus defines the observed state of Logging
Expand Down
12 changes: 6 additions & 6 deletions docs/plugins/_index.md
Expand Up @@ -15,27 +15,27 @@ For more information please click on the plugin name
| **[Concat](filters/concat/)** | filters | Fluentd Filter plugin to concatenate multiline log separated in multiple events. | GA | [2.4.0](https://github.com/fluent-plugins-nursery/fluent-plugin-concat) |
| **[Dedot](filters/dedot/)** | filters | Concatenate multiline log separated in multiple events | GA | [1.0.0](https://github.com/lunardial/fluent-plugin-dedot_filter) |
| **[Exception Detector](filters/detect_exceptions/)** | filters | Exception Detector | GA | [0.0.13](https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions) |
| **[Geo IP](filters/geoip/)** | filters | Fluentd GeoIP filter | GA | [1.3.1](https://github.com/y-ken/fluent-plugin-geoip) |
| **[Geo IP](filters/geoip/)** | filters | Fluentd GeoIP filter | GA | [1.3.2](https://github.com/y-ken/fluent-plugin-geoip) |
| **[Grep](filters/grep/)** | filters | Grep events by the values | GA | [more info](https://docs.fluentd.org/filter/grep) |
| **[Parser](filters/parser/)** | filters | Parses" string field in event records and mutates its | GA | [more info](https://docs.fluentd.org/filter/parser) |
| **[Prometheus](filters/prometheus/)** | filters | Prometheus Filter Plugin to count Incoming Records | GA | [1.7.3](https://github.com/fluent/fluent-plugin-prometheus#prometheus-outputfilter-plugin) |
| **[Prometheus](filters/prometheus/)** | filters | Prometheus Filter Plugin to count Incoming Records | GA | [1.8.0](https://github.com/fluent/fluent-plugin-prometheus#prometheus-outputfilter-plugin) |
| **[Record Modifier](filters/record_modifier/)** | filters | Modify each event record. | GA | [2.1.0](https://github.com/repeatedly/fluent-plugin-record-modifier) |
| **[Record Transformer](filters/record_transformer/)** | filters | Mutates/transforms incoming event streams. | GA | [more info](https://docs.fluentd.org/filter/record_transformer) |
| **[Stdout](filters/stdout/)** | filters | Prints events to stdout | GA | [more info](https://docs.fluentd.org/filter/stdout) |
| **[Tag Normaliser](filters/tagnormaliser/)** | filters | Re-tag based on log metadata | GA | [0.1.1](https://github.com/banzaicloud/fluent-plugin-tag-normaliser) |
| **[Azure Storage](outputs/azurestore/)** | outputs | Store logs in Azure Storage | GA | [0.1.0](https://github.com/htgc/fluent-plugin-azurestorage/releases/tag/v0.1.0) |
| **[Buffer](outputs/buffer/)** | outputs | Fluentd event buffer | GA | [mode info](https://docs.fluentd.org/configuration/buffer-section) |
| **[Amazon CloudWatch](outputs/cloudwatch/)** | outputs | Send your logs to AWS CloudWatch | GA | [0.9.4](https://github.com/fluent-plugins-nursery/fluent-plugin-cloudwatch-logs/releases/tag/v0.9.4) |
| **[Elasticsearch](outputs/elasticsearch/)** | outputs | Send your logs to Elasticsearch | GA | [4.0.8](https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v4.0.8) |
| **[Amazon CloudWatch](outputs/cloudwatch/)** | outputs | Send your logs to AWS CloudWatch | GA | [0.10.0](https://github.com/fluent-plugins-nursery/fluent-plugin-cloudwatch-logs/releases/tag/v0.10.0) |
| **[Elasticsearch](outputs/elasticsearch/)** | outputs | Send your logs to Elasticsearch | GA | [4.0.9](https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v4.0.9) |
| **[File](outputs/file/)** | outputs | Output plugin writes events to files | GA | [more info](https://docs.fluentd.org/output/file) |
| **[Format](outputs/format/)** | outputs | Specify how to format output record. | GA | [more info](https://docs.fluentd.org/configuration/format-section) |
| **[Forward](outputs/forward/)** | outputs | Forwards events to other fluentd nodes. | GA | [more info](https://docs.fluentd.org/output/forward) |
| **[Google Cloud Storage](outputs/gcs/)** | outputs | Store logs in Google Cloud Storage | GA | [0.4.0](https://github.com/banzaicloud/fluent-plugin-gcs) |
| **[Http](outputs/http/)** | outputs | Sends logs to HTTP/HTTPS endpoints. | GA | [more info](https://docs.fluentd.org/output/http) |
| **[Kafka](outputs/kafka/)** | outputs | Send your logs to Kafka | GA | [0.13.0](https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.13.0) |
| **[Amazon Kinesis](outputs/kinesis_stream/)** | outputs | Fluent plugin for Amazon Kinesis | GA | [3.2.1](https://github.com/awslabs/aws-fluent-plugin-kinesis/releases/tag/v3.2.1) |
| **[Amazon Kinesis](outputs/kinesis_stream/)** | outputs | Fluent plugin for Amazon Kinesis | GA | [3.2.2](https://github.com/awslabs/aws-fluent-plugin-kinesis/releases/tag/v3.2.2) |
| **[LogZ](outputs/logz/)** | outputs | Store logs in LogZ.io | GA | [0.0.20](https://github.com/logzio/fluent-plugin-logzio/releases/tag/v0.0.20) |
| **[Grafana Loki](outputs/loki/)** | outputs | Transfer logs to Loki | GA | [1.2.11](https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-grafana-loki) |
| **[Grafana Loki](outputs/loki/)** | outputs | Transfer logs to Loki | GA | [1.2.12](https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-grafana-loki) |
| **[NewRelic Logs](outputs/newrelic/)** | outputs | Send logs to New Relic Logs | GA | [1.1.8](https://github.com/newrelic/newrelic-fluentd-output) |
| **[Alibaba Cloud Storage](outputs/oss/)** | outputs | Store logs the Alibaba Cloud Object Storage Service | GA | [0.0.2](https://github.com/aliyun/fluent-plugin-oss) |
| **[Amazon S3](outputs/s3/)** | outputs | Store logs in Amazon S3 | GA | [1.3.1](https://github.com/fluent/fluent-plugin-s3/releases/tag/v1.3.1) |
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/api/v1beta1/logging_types.go
Expand Up @@ -110,7 +110,7 @@ func (l *Logging) SetDefaults() (*Logging, error) {
copy.Spec.FluentdSpec.Image.Repository = "banzaicloud/fluentd"
}
if copy.Spec.FluentdSpec.Image.Tag == "" {
copy.Spec.FluentdSpec.Image.Tag = "v1.10.3-alpine-2"
copy.Spec.FluentdSpec.Image.Tag = "v1.10.4-alpine-1"
}
if copy.Spec.FluentdSpec.Image.PullPolicy == "" {
copy.Spec.FluentdSpec.Image.PullPolicy = "IfNotPresent"
Expand Down Expand Up @@ -259,7 +259,7 @@ func (l *Logging) SetDefaults() (*Logging, error) {
copy.Spec.FluentbitSpec.Image.Repository = "fluent/fluent-bit"
}
if copy.Spec.FluentbitSpec.Image.Tag == "" {
copy.Spec.FluentbitSpec.Image.Tag = "1.4.4"
copy.Spec.FluentbitSpec.Image.Tag = "1.4.6"
}
if copy.Spec.FluentbitSpec.Image.PullPolicy == "" {
copy.Spec.FluentbitSpec.Image.PullPolicy = "IfNotPresent"
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/model/filter/geoip.go
Expand Up @@ -30,7 +30,7 @@ type _docGeoIP interface{}

// +name:"Geo IP"
// +url:"https://github.com/y-ken/fluent-plugin-geoip"
// +version:"1.3.1"
// +version:"1.3.2"
// +description:"Fluentd GeoIP filter"
// +status:"GA"
type _metaGeoIP interface{}
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/model/filter/prometheus.go
Expand Up @@ -30,7 +30,7 @@ type _docPrometheus interface{}

// +name:"Prometheus"
// +url:"https://github.com/fluent/fluent-plugin-prometheus#prometheus-outputfilter-plugin"
// +version:"1.7.3"
// +version:"1.8.0"
// +description:"Prometheus Filter Plugin to count Incoming Records"
// +status:"GA"
type _metaPrometheus interface{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/cloudwatch.go
Expand Up @@ -53,8 +53,8 @@ type _hugoCloudWatch interface{}
type _docCloudWatch interface{}

// +name:"Amazon CloudWatch"
// +url:"https://github.com/fluent-plugins-nursery/fluent-plugin-cloudwatch-logs/releases/tag/v0.9.4"
// +version:"0.9.4"
// +url:"https://github.com/fluent-plugins-nursery/fluent-plugin-cloudwatch-logs/releases/tag/v0.10.0"
// +version:"0.10.0"
// +description:"Send your logs to AWS CloudWatch"
// +status:"GA"
type _metaCloudWatch interface{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/elasticsearch.go
Expand Up @@ -44,8 +44,8 @@ type _hugoElasticsearch interface{}
type _docElasticsearch interface{}

// +name:"Elasticsearch"
// +url:"https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v4.0.8"
// +version:"4.0.8"
// +url:"https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v4.0.9"
// +version:"4.0.9"
// +description:"Send your logs to Elasticsearch"
// +status:"GA"
type _metaElasticsearch interface{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/kinesis_stream.go
Expand Up @@ -38,8 +38,8 @@ type _hugoKinesisStream interface{}
type _docKinesisStream interface{}

// +name:"Amazon Kinesis"
// +url:"https://github.com/awslabs/aws-fluent-plugin-kinesis/releases/tag/v3.2.1"
// +version:"3.2.1"
// +url:"https://github.com/awslabs/aws-fluent-plugin-kinesis/releases/tag/v3.2.2"
// +version:"3.2.2"
// +description:"Fluent plugin for Amazon Kinesis"
// +status:"GA"
type _metaKinesis interface{}
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/model/output/loki.go
Expand Up @@ -43,7 +43,7 @@ type _docLoki interface{}

// +name:"Grafana Loki"
// +url:"https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-grafana-loki"
// +version:"1.2.11"
// +version:"1.2.12"
// +description:"Transfer logs to Loki"
// +status:"GA"
type _metaLoki interface{}
Expand Down

0 comments on commit d9911d5

Please sign in to comment.