Skip to content

Releases: fluent/fluent-operator

v2.0.0

03 Feb 10:12
6655acf
Compare
Choose a tag to compare

What's Changed

Features

  • Feat: Support adding annotations to the fluent-operator deployment (#467) @juhis135
  • Feat: Support adding labels to the fluent-operator and the fluent-bit pods (#468) @momoXD007
  • Feat: Add external plugin flag in the Fluent-Bit watcher (#469) @Kristian-ZH
  • Feat: Support adding annotations to the fluent-bit DaemonSet (#474) @momoXD007
  • Feat: Add the Collector CRD and controller to support deploying Fluent Bit as a StatefulSet (#484) @wenchajun
  • Feat: Add process termination timeout to fluent-bit-watcher (#512) @jjsiv
  • Feat: Add dnsPolicy and other Kubernetes filter options to the FluentBit CRD (#528) @jjsiv

Enhancements

  • Add the DockerModeParser parameter to the fluentbit tail plugin (#486) @jjsiv
  • Increase operator memory limit to 60Mi (#496) @wigust
  • Refines the fluent-operator chart (#526) @wenchajun
  • Update definition of flushThreadCount (#527) @samanthacastille
  • Upgrade Fluent Bit to v2.0.8 (#531) @wenchajun
  • Refines e2e test script (#535) @benjaminhuo
  • Dependabot: Update schedule and fix typo (#493) @Garfield96
  • Build(deps): Bump k8s.io/client-go from 0.25.2 to 0.25.4 (#475) @dependabot
  • Build(deps): Bump sigs.k8s.io/controller-runtime from 0.13.0 to 0.13.1 (#476) @dependabot
  • Build(deps): Bump github.com/fsnotify/fsnotify from 1.5.4 to 1.6.0 (#477) @dependabot
  • Build(deps): Bump golang from 1.19.2 to 1.19.3 in /docs/best-practice/forwarding-logs-via-http (#478) @dependabot
  • Build(deps): Bump alpine from 3.16.2 to 3.17.0 in /cmd/fluent-watcher/fluentd/base (#479) @dependabot
  • Build(deps): Bump golang from 1.19.2-alpine3.16 to 1.19.3-alpine3.16 in /cmd/fluent-manager (#480) @dependabot
  • Build(deps): Bump github.com/onsi/gomega from 1.21.1 to 1.24.1 (#481) @dependabot
  • Build(deps): Bump golang from 1.19.3 to 1.19.4 in /docs/best-practice/forwarding-logs-via-http (#497) @dependabot
  • Build(deps): Bump alpine from 3.17.0 to 3.17.1 in /cmd/fluent-watcher/fluentd/base (#507) @dependabot
  • Build(deps): Bump golang from 1.19.3-alpine3.16 to 1.19.5-alpine3.16 in /cmd/fluent-manager (#508) @dependabot
  • Build(deps): Bump golang from 1.19.2-alpine3.16 to 1.19.5-alpine3.16 in /cmd/fluent-watcher/fluentbit (#509) @dependabot
  • Build(deps): Bump k8s.io/api from 0.25.4 to 0.26.1 (#519) @dependabot
  • Build(deps): Bump k8s.io/apimachinery from 0.25.4 to 0.26.1 (#520) @dependabot
  • Build(deps): Bump github.com/onsi/gomega from 1.24.1 to 1.26.0 (#530) @dependabot
  • Build(deps): Bump roots/issue-closer-action from 1.1 to 1.2 (#538) @dependabot
  • Build(deps): Bump golang from 1.19.4 to 1.19.5 in /docs/best-practice/forwarding-logs-via-http (#539) @dependabot

Bugfixes

  • Fix: Add Collector CRD to kustomization & Helm ClusterRole template (#515) @jjsiv
  • Fix: Adjust fluentd-loki-output-plugin params (#523) @antrema
  • Fix: Fix adding labels to the fluent-bit pods (#537) @wenchajun

Full Changelog: v1.7.0...v2.0.0

v1.7.0

23 Nov 12:24
d95cb7d
Compare
Choose a tag to compare

What's Changed

Features

  • Feat: adding retry_limit to http-outputs (#445) @momoXD007
  • Add environment variable support to the FluentBit CRD (#449) @dh185221
  • Make more fluent-bit configurations configurable via the FluentBit resource (#452) @Kristian-ZH
  • Feat: control/configure default ClusterFilters (helm chart) (#453) @M4C4R
  • Add fluent-bit service and option to extend the RBAC configurations (#462) @Kristian-ZH

Enhancements

Bugfixes

v1.6.1

31 Oct 12:59
ec2162c
Compare
Choose a tag to compare

What's Changed

BUGFIX

  • Fix: add missing config attributes for splunk output (#437) @ITler
  • Fix(go): Update go version from 1.19.1 to 1.19.2 to resolve vulnerabilities. (#438) @hpapazov
  • Revert "build: Enhance binary" (#439) @benjaminhuo

v1.6.0

25 Oct 10:30
a745959
Compare
Choose a tag to compare

What's Changed

Features

Enhancements

Bugfixes

v1.5.1

30 Sep 09:58
36bae1d
Compare
Choose a tag to compare

What's Changed

Enhancements

v1.5.0

24 Sep 14:42
5870864
Compare
Choose a tag to compare

What's Changed

Features

Enhancements

Bugfixes

v0.14.0

18 Jul 12:35
9cf7440
Compare
Choose a tag to compare

Features

  • Fluentbit integrate OpenSearch plugin in fluentbit-operator. #307 @wenchajun

v1.1.0

15 Jun 13:47
d8a1762
Compare
Choose a tag to compare

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

  • Move some docs to fluent operator walkthrough (#290)
  • Docs refactoring (#291 #292 #293 #303 #314)
  • Update go version (#316)
  • Use a single systemd input plugin for various components (#323)

v1.0.2

17 May 12:18
0a2f4ee
Compare
Choose a tag to compare

ENHANCEMENT

v1.0.1

12 May 10:14
4f46525
Compare
Choose a tag to compare

🎉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

  • Fix the bug of feature request issue will closed by mistake (#257)
  • Fix crio init container mount path (#260)
  • Fix version error (#261)
  • Fix Helm Chart for Fluentd resources settings (#271)
  • Fix reload error (#277)