Releases: kube-logging/logging-operator
Logging Operator 2.5.0
Fluentd
- Kinesis Stream support #220 #223 #226
- Fix issues in ClusterOutput references #222
- Revamp volume configuration by extending the
KubernetesStorage
type withemptyDir
andpvc
type storage configuration options and deprecatefluentdPvcSpec
in favour of the new and more genericbufferStorage
field. #218 - Use
fsGroup
to set proper permissions on PVCs and make the use of thechmod
init container optional. #218 - Avoid the mandatory hostGroup configuration for fluent-bit's position db and buffers and use emptyDir by default. #218
SDK
- Create a
pkg/sdk
submodule to allow using the APIs from other go projects as a separate go module #219 #217
Milestone 2.5.0
Changes: 2.4.0...2.5.0
Thanks for all the contributors: @tarokkk @pepov @velothump @ahma
2.4.0
Security
- Added ServiceAccount support #186
- Added POD Security Policy support #186
- Added Security context support #196
Fluentbit
- Container Version Update
1.2.2 -> 1.3.2
#203 - Custom Config support #209
- Custom MountPath support #206
- Tail input #206 Docs
- Kubernetes Filter #206 Docs
- Support for filesystem buffer storage and rolling upgrade on config change #213
Fluentd
- Container Version Update
1.6.3 -> 1.7.4
#203 - Manual scaling Support #208
- AWS CloudWatch Output support #200
- Concat filter plugin support #207
- Output Test (azurestore,elasticsearch,gcs,kafka,oss,s3,sumologic) #204
Plugins
- fluent-plugin-elasticsearch
3.5.5 -> 3.5.6
- fluentd-output-sumologic
1.6.0 -> 1.6.1
New Plugin
Other
- Documentation improvements
- Bug fixes
Milestone 2.4.0
Changes: 2.3.0...2.4.0
Thanks for all the contributors: @tarokkk @pepov @srueg @ahma
2.3.0
- Added Fluent-bit position storage support #189
- Added Pod security policy (PSP) support #187
- Added Service Account support #186
- Documentation improvements
- Bug fixes e.g. #191 #192 #178
Plugins
- fluent-plugin-oss
0.0.1 -> 0.0.2
- fluent-plugin-s3
1.1.11 -> 1.2.0
- fluent-plugin-kubernetes-loki
0.2 -> 1.1.0
- fluent-plugin-kubernetes-loki
0.2 -> 1.1.0
- fluentd-output-sumologic
1.5.0 -> 1.6.0
- fluent-plugin-kafka
v0.12.0 -> v0.12.1
Changes: 2.2.0...2.3.0
Thanks for all the contributors: @tarokkk @pepov @alexandru-ersenie @ahma
2.2.0
daemonset
and statefulset
- Standardize labels used by statefulset and daemonset
- Added prometheus-operator support #168
- Added Kafka output plugin #165
- Added GeoIP filter plugin #177
- Documentation improvements
- Bug fixes
Plugins
Performance improvements via sticky tag
- fluent-plugin-label-router v0.1.1
- fluent-plugin-tag-normaliser v0.1.1
Changes: 2.1.1...2.2.0
Thanks for all the contributors: @ahma @pepov @velothump
2.1.1
- New filter dedot - https://github.com/banzaicloud/logging-operator/blob/master/docs/plugins/filters/dedot.md
- New record_transformer - https://github.com/banzaicloud/logging-operator/blob/master/docs/plugins/filters/record_transformer.md
- Added Elasticsearch parameters - https://github.com/banzaicloud/logging-operator/blob/master/docs/plugins/outputs/elasticsearch.md
- Improve documentations
Thanks for all the contributors!
2.1.0
The NEW official logging-operator!
- Namespace isolation
- Native Kubernetes label selectors
- Secure communication (TLS)
- Configuration validation
- Multiple flow support (multiply logs for different transformations)
- Multiple output support (store the same logs in multiple storage: S3, GCS, ES, Loki and more...)
- Multiple logging system support (multiple fluentd, fluent-bit deployment on the same cluster)
More info at: https://banzaicloud.com/blog/logging-operator-v2/
2.0.1
DEPRECATED please use the latest stable: https://github.com/banzaicloud/logging-operator/releases/tag/2.1.0
Logging Operator 0.2.2
Changes
- #110 Fluentd out_forward plugin support and docs on how to setup on a source and on a remote cluster. Support configuring the servicetype for the fluentd service.
- #112 Support
log_es_400_reason
field for elasticsearch plugin - #113 Support
replace_invalid_sequence
for the parser plugin
Chart updates
logging-operator 0.3.3
- updates operator image to 0.2.2
logging-operator-fluent 0.1.5
- support configuring service type for the fluentd service
nginx-logging-demo 0.1.2
- support to set up forwarding to a remote cluster
Logging Operator 0.2.1
- Fix kubernetes metadata forwarding #106
Logging Operator 0.2.0
Version Update:
Fluentd
- fluentd 1.4.2 -> 1.5.0
Plugins
- fluent-plugin-kubernetes_metadata_filter
2.1.6 -> 2.2.0
- fluent-plugin-elasticsearch
3.4.1 -> 3.5.2
- fluent-plugin-prometheus
1.3.0 -> 1.4.0
- fluent-plugin-s3
1.1.9 -> 1.1.10
- fluent-plugin-remote-syslog 1.1
- fluent-plugin-gcs 0.4.0.beta1
- fluent-plugin-oss 0.0.2
- fluent-mixin-config-placeholders 0.4.0
- fluent-plugin-azurestorage 0.1.0
- plugin-webhdfs 1.2.3
- fluent-plugin-rewrite-tag-filter 2.2.0
New Plugin