Releases: projectsyn/component-fluentbit
Releases · projectsyn/component-fluentbit
v2.1.0
2 changes since v2.0.0
🚀 Features
- Add support for configuring multiline parsers (#43)
🐛 Fixes
- Preserve order of parser config files (#44)
v2.0.0
2 changes since v1.2.0
🔎 Breaking Changes
- Switch to new Helm best practice format (#42)
🐛 Fixes
- Save Helm chart in tagged location (#41)
v1.2.0
2 changes since v1.1.0
🚀 Features
- Add parameter to add generic helm values (#36)
🔗 Dependency Updates
- Update dependency docker.io/fluent/fluent-bit to v1.9.3 (#25)
v1.1.0
3 changes since v1.0.1
📄 Documentation
- escape strings with multiple asterisks (#15)
- Set up golden tests (#22)
🔗 Dependency Updates
- Update Helm chart to v0.19.23, fluent-bit to v1.9.1 (#23)
Release v1.0.1
This is a bug fix release.
Changes since v1.0.0
Fixed
- Configure custom parsers in separate file (#13)
Release v1.0.0
This is the initial stable release for component-fluentbit
.
Added
- Support for repeatable fluent-bit options (#11)
- Restart fluent-bit pods when the custom config changes (#3)
- Always enable fluent-bit's HTTP server for readiness/liveness probes (#2)
- Patch containerPort in DaemonSet when metrics port is customized (#2)
- Initial Implementation (#1)
Changed
- Upgrade Helm chart to v0.7.13 (#7)
- Make volumes configurable (#8)
- Upgrade Helm chart to 0.15.1 (#10)
Fixed
- Create ServiceMonitor manually (#9)
- Properly quote 'On' and 'Off' values in
class/defaults.yml
- Ensure filters are added to fluent-bit config in predictable order (#6)