Releases: fluent/fluent-operator
v1.1.0
Thanks to all the contributors: ❤️ @frankgreco @wenchajun @benjaminhuo @FeynmanZhou @mangoGoForward @jett-deng ❤️
Features
- Add OpenSearch plugin for Fluent Bit (#298)
- Support custom annotations (#313)
- Add OpenSearch plugin for Fluentd (#324)
- Add helm & docs for OpenSearch plugin (#329)
Enhancements
v1.0.2
v1.0.1
🎉Since the release of fluent-operator:v1.0.0
, some enhancements have been made and several bugs have been fixed! 🎉
Thanks to all the contributors: ❤️ @zhu733756 @wenchajun @benjaminhuo @mangoGoForward @hostalp @gmarkey ❤️
ENHANCEMENT
- Add utils related unit tests (#251)
- Change the original namespace to fluent (#267)
- Support logstashPrefix to ClusterOutput (#268)
- Add its shortname for each CRD (#269)
BUGFIX
v1.0.1-rc.0
🎉Since the release of fluent-operator:v1.0.0
, several features have been enhanced! 🎉
Thanks to all the contributors: ❤️ @zhu733756 @wenchajun @benjaminhuo @mangoGoForward @hostalp ❤️
ENHANCEMENT
- Add utils related unit tests (#251)
- Change the original namespace to fluent (#267)
- Support logstashPrefix to ClusterOutput (#268)
- Add its shortname for each CRD (#269)
BUGFIX
v1.0.0
🎉 This is the first official release after this project is renamed from FluentBit Operator to Fluent Operator! 🎉
Thanks to all the contributors: ❤️ @wanjunlei @zhu733756 @wenchajun @bojand @peter-svensson @deveshk0 @LQBing @dkeven @benjaminhuo @mangoGoForward @wangxiaoyang-dev ❤️
Breaking Changes
- All Fluent Bit CRDs has been changed from namespaced scope to cluster scope
- CRDs and controller for Fluentd have been added
Features
- Add priority class to Fluent Bit type (#146)
- Add support for Fluent Bit RetryLimit in outputs (#148)
- Add Fluent Bit Datadog output (#149)
- Add support for Fluent Bit rewrite tag (#155)
- Add Fluent Bit multiline logs support (#172)
- Add Fluent Bit aws filter plugin (#173)
- Add Fluent Bit multiline filter plugin (#176)
- Add Fluent Bit Firehose plugin support (#178)
- Add Fluent Bit volume crd (#186)
- Renaming fluentbit-operator to fluent-operator (#189 #190)
- Add more fluentd examples (#194)
- Add Fluentd to helm charts (#204 #208 )
- Encrypt sensitive information for Fluentd output plugin (#219)
- Enable multi-workers in one Fluentd pod (#194)
- Integrate e2e/function tests for generating Fluentd configuration (#203 #206 )
- Refine docs (#199 #228)
- Refactor multi images/binaries build, add github CI. (#152 #154 #213 #214)
- Add CI templates (#248)
- Add Time_Key_Nanos field (#250)
Enhancements
Fixes
- Fix the incorrect key of the Fluent Bit es parser plugin (#164)
- Fix the incorrect keys of the Fluent Bit es output plugin (#160)
- Fix initcontainer script (#202)
- Refine Fluentd CRs status (#225)
- Fix ci and make the repository importable and downloadable (#229)
- Fix codegen && add support for verifying codegen (#234 #238)
- Fix helm && Optimize helm (#236 #245 #246)
v0.13.0
🎉 Since FluentBit Operator has been renamed to Fluent Operator, the original FluentBit Operator will be maintained in the fluentbit-operator
branch and v0.13.0
will be the last major release for FluentBit Operator. Fluent Operator is recommended as a long term alternative. 🎉
Thanks to all the contributors: ❤️ @wanjunlei @zhu733756 @wenchajun @bojand @peter-svensson @LQBing @dkeven @benjaminhuo ❤️
- [FEATURE] Add priority class to Fluent Bit type #146
- [FEATURE] Add support for Fluent Bit RetryLimit in outputs #148
- [FEATURE] Add Fluent Bit Datadog output. #149
- [FEATURE] Add main workflow actions. #152
- [FEATURE] Add support for rewrite tag. #155
- [FEATURE] Add aws filter plugin. #173
- [FEATURE] Add multiline filter plugin. #176
- [FEATURE] Add Firehose plugin support. #178
- [FEATURE] Add volume crd. #186
- [ENHANCEMENT] Upgrade layout from Kubebuilder v2 to Kubebuilder v3.1. #147
- [ENHANCEMENT] Set the crictl path to a variable #181
- [ENHANCEMENT] Improved Fluent Bit kafka plugin #182
- [BUGFIX] Fix the incorrect keys of the Fluent Bit es output plugin #160
- [BUGFIX] Fix the incorrect key of the Fluent Bit es parser plugin #164
v1.0.0-rc.0
🎉 This is the first release after this project is renamed from FluentBit Operator to Fluent Operator! 🎉
Thanks to all the contributors: ❤️ @wanjunlei @zhu733756 @wenchajun @bojand @peter-svensson @deveshk0 @LQBing @dkeven @benjaminhuo ❤️
Breaking Changes
- All Fluent Bit CRDs has been changed from namespaced scope to cluster scope
- CRDs and controller for Fluentd have been added
Features
- Add priority class to Fluent Bit type (#146)
- Add support for Fluent Bit RetryLimit in outputs (#148)
- Add Fluent Bit Datadog output (#149)
- Add support for Fluent Bit rewrite tag (#155)
- Add Fluent Bit multiline logs support (#172)
- Add Fluent Bit aws filter plugin (#173)
- Add Fluent Bit multiline filter plugin (#176)
- Add Fluent Bit Firehose plugin support (#178)
- Add Fluent Bit volume crd (#186)
- Renaming fluentbit-operator to fluent-operator (#189 #190)
- Add more fluentd examples (#194)
- Add Fluentd to helm charts (#204 #208 )
- Encrypt sensitive information for Fluentd output plugin (#219)
- Enable multi-workers in one Fluentd pod (#194)
- Integrate e2e/function tests for generating Fluentd configuration (#203 #206 )
- Refine docs (#199 #228)
- Refactor multi images/binaries build, add github CI. (#152 #154 #213 #214)