Skip to content

Releases: fluent/fluent-operator

v0.9.0

13 Aug 06:35
90b3423
Compare
Choose a tag to compare
  • [FEATURE] Add support for Containerd and CRI-O. #112 @wenchajun
  • [FEATURE] Add support for inotify_watcher configuration of tail input plugin. #114 @nicktate
  • [FEATURE] Add support for throttle filter plugin. #115 @nicktate
  • [FEATURE] Add runtimeClassName support to fluentBit CRD. #116 @nicktate
  • [FEATURE] Optional watch-namespaces for controller manager. #117 @nicktate
  • [ENHANCEMENT] Update default fluent-bit to version v1.8.3. #114 @nicktate
  • [BUGFIX] Fix some bugs.

v0.8.0

23 Jul 04:01
3349d2d
Compare
Choose a tag to compare
  • [FEATURE] Support setting imagePullSecrets for both operator and fluentbit #93 #94
  • [FEATURE] Add switch to input.tail.memBufLimit in helm chart #87
  • [ENHANCEMENT] Use hostpath instead of emptydir to store position db #72
  • [ENHANCEMENT] Improve fluent-bit-watcher synchronization mechanism #74
  • [ENHANCEMENT] Terminate the fluent-bit process in a more elegant way in fluent-bit-watcher #90
  • [ENHANCEMENT] Update README and roadmap #97 #100
  • [ENHANCEMENT] Add kustomize file to manifests #99
  • [BUGFIX] Fix the forward output can only use the default port problem. #89
  • [BUGFIX] Fix bug it will loss log when damemonset restart. #90
  • [BUGFIX] Update groupname for client-gen to logging.kubesphere.io #95

v0.7.1

09 Jul 06:07
770f8f8
Compare
Choose a tag to compare

[ENHANCEMENT] fluent-bit-watcher: goroutine synchronization improvements. #74
[CHANGE] add host path to sample configurations and manifests. #72
[BUGFIX] Fix bug operator may crash when loading plugin. #77

v0.7.0

29 Jun 09:10
5432c3e
Compare
Choose a tag to compare

🚀 [ENHANCEMENT] Add support for plugin alias property in input and output specs. #64. @bojand
👩‍💻 [CHANGE] Add fluent-bit-watcher. #62. @wanjunlei

v0.6.2

11 Jun 14:15
89171bc
Compare
Choose a tag to compare
  • [ENHANCEMENT] Update Kubernetes dependencies.
  • [ENHANCEMENT] Update fluentbit resources in manifest.

v0.6.1-rc.0

11 Jun 11:57
3d9c3c5
Compare
Choose a tag to compare
v0.6.1-rc.0 Pre-release
Pre-release
  • [ENHANCEMENT] Update Kubernetes dependencies.
  • [ENHANCEMENT] Update fluentbit resources in manifest.

v0.6.0

03 Jun 06:59
e8ddc39
Compare
Choose a tag to compare
  • [ENHANCEMENT] Add Kubernetes Go client.
  • [ENHANCEMENT] Support syslog output.
  • [CHANGE] Update the default fluent-bit version to v1.7.3.

v0.5.0

14 Apr 06:18
8b6de8d
Compare
Choose a tag to compare

UPGRADE & ENHANCEMENT

  • Support for audit logs #45.

v0.4.0

01 Apr 09:06
bf5c22f
Compare
Choose a tag to compare

UPGRADE & ENHANCEMENT

  • Support systemd input and Lua filter #38.
  • Support Loki output #39.
  • Now it can set affinity and resource for fluent-bit daemonset #44.
  • Update the default fluent-bit version to v1.6.9.
  • Fix some bugs.

v0.3.0

10 Nov 02:23
8e58e7a
Compare
Choose a tag to compare

[FEATURE] Support Parser plugin
[ENHANCEMENT] Support File, TCP, HTTP outputs