Releases: fluent/fluent-operator
Releases · fluent/fluent-operator
v3.2.0
What's Changed
Features
- Expose args and command attributes for FluentBit CRD (#1350) @reegnz
- Add option to disable operator resources in Helm chart (#1348) @jiuxia211
- Support lua filter in namespaced CRD (#1342) @cw-Guo
- Add cloudAuthSecret & awsAuthSecret (#1338) @cw-Guo
- Add exec wasi input plugin (#1326) @jiuxia211
- Add wasm filter piugin (#1325) @jiuxia211
- Expose lua filter type_array_key parameter (#1323) @reegnz
- Support storage.total_limit_size in syslog plugin (#1318) @jk-mob
- Expose fluentbit init-container values in helm chart (#1320) @RajatPorwal5
- Add logs_body_key_attributes option for OpenTelemetry output plugin (#1322) @LKummer
- Add log to metrics plugin (#1305) @Athishpranav200
ENHANCEMENT
- Update fluentbit to 3.1.7 (#1329) @jiuxia211
BUGFIX
- Fix assignment to entry in nil map when --watch-namespaces flag is provided (#1334) @alexandrevilain
- Fix annotations too long issue (#1309) @cw-Guo
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
Features
- Render ConfigMap only if key is not empty string (#1299) @dex4er
- Set explicit fluent-bit name label selector (#1293) @rmvangun
- Allow fluent-operator to watch Kubernetes events (#1277) @thomasgouveia
- add fluent bit config-reload via HTTP (#1286) @jiuxia211
- feat(fluentbit): add fluentbit input_udp plugin (#1267) @cw-Guo
- add tag and tag_from_uri for opentelemetry input plugin (#1255) @smallc2009
- add compression to opensearch output plugin (#1258) @smallc2009
- Support for patch release tags. (#1246) @joshuabaird
- Add missing fluent-bit config parameters (#1244) @reegnz
ENHANCEMENT
- build(deps): Bump github.com/onsi/gomega from 1.33.1 to 1.34.1 (#1275) @dependabot
- build(deps): Bump github.com/go-logr/logr from 1.4.1 to 1.4.2 (#1271) @dependabot
- build(deps): Bump k8s.io/klog/v2 from 2.120.1 to 2.130.1 (#1272) @dependabot
- build(deps): Bump aquasecurity/trivy-action from 0.23.0 to 0.24.0 (#1279) @dependabot
- build(deps): Bump golang.org/x/sync from 0.7.0 to 0.8.0 (#1283) @dependabot
- build(deps): Bump golang from 1.22.5-alpine3.19 to 1.22.6-alpine3.19 in /cmd/fluent-manager (#1288) @dependabot
- build(deps): Bump sigs.k8s.io/controller-runtime from 0.18.4 to 0.18.5 (#1295) @dependabot
- build(deps): Bump golang from 1.22.5-alpine3.19 to 1.22.6-alpine3.19 in /cmd/fluent-watcher/fluentbit (#1289) @dependabot
- build(deps): Bump golang from 1.22.5-alpine3.19 to 1.22.6-alpine3.19 in /cmd/fluent-watcher/fluentd (#1290) @dependabot
- update fluentbit to v3.1.4 (#1282) @jiuxia211
- Mention multiline parser CRDs in README (#1280) @reegnz
- build(deps): Bump github.com/go-openapi/errors from 0.20.4 to 0.22.0 (#1274) @dependabot
- build(deps): Bump golang from 1.22.0-alpine3.19 to 1.22.5-alpine3.19 in /cmd/fluent-watcher/fluentd (#1260) @dependabot
- build(deps): Bump golang from 1.22.0-alpine3.19 to 1.22.5-alpine3.19 in /cmd/fluent-watcher/fluentbit (#1261) @dependabot
- build(deps): Bump golang from 1.22.0-alpine3.19 to 1.22.5-alpine3.19 in /cmd/fluent-manager (#1262) @dependabot
- build(deps): Bump fluent/fluent-bit from 3.1.3-debug to 3.1.4-debug in /cmd/fluent-watcher/fluentbit (#1266) @dependabot
- build(deps): Bump fluent/fluent-bit from 3.1.2-debug to 3.1.3-debug in /cmd/fluent-watcher/fluentbit (#1245) @dependabot
- build(deps): Bump golang from 1.22.3 to 1.22.4 in /docs/best-practice/forwarding-logs-via-http (#1227) @dependabot
- build(deps): Bump k8s.io/client-go from 0.26.3 to 0.30.3 (#1254) @dependabot
- build(deps): bump k8s.io/client-go, k8s.io/apimachinery, k8s.io/api, … (#1251) @jiuxia211
- Bump fluentbit to 3.1.2. (#1240) @joshuabaird
- build(deps): Bump fluent/fluent-bit from 3.1.0-debug to 3.1.2-debug in /cmd/fluent-watcher/fluentbit (#1238) @dependabot
- update fluentbit to 3.1.5 (#1300) @Gentleelephant
BUGFIX
- bug: Allows to render net properties for outputs (#1298) @dex4er
- BUG: re-add accidently removed flag.Parse (#1294) @developer-guy
- Fix service monitor label selector scope (#1284) @rmvangun
- fix(rbac): Add missing rbac rules for namespaced fluentbit (#1265) @alexandrevilain
- Fixes "build fluent operator" CI workflow (#1263) @joshuabaird
- Fixes fluentd/fluent-bit image build CI workflows (#1259) @joshuabaird
- Fix release name on fluentbit output loki (#1248) @yildizozan
Full Changelog: v3.0.0...v3.1.0
v3.0.0
The new chapter is about to begin
🎉Since the release of fluent-operator:v2.0.0
, we've made numerous improvements, including adding many new features, and addressed several bugs. This new version is packed with exciting new capabilities. We are thrilled to announce the launch of fluent-operator:v3.0.0
.🎉
❤️ Thanks to all the contributors! ❤️
What's Changed
Features
- Feat: add daemonset terminationGracePeriodSeconds (#1204) @smallc2009
- Feat: add kubernetes events input plugin (#1209) @smallc2009
- Feat: support yaml config file (#1208) @cw-Guo
- Feat(helm): respect helm release namespace setting (#1214) @reegnz
- Feat: Adding Fluentbit's unified networking interface (#1217) @localleon
- Feat: add elasticsearch options (#1220) @bakervos
- Feat: add rbacRules to values.yaml with events watching as fixed permissions (#1223) @SvenThies
- Feat: add 'sslVerify' to opensearch output (#1226) @zmw85
- Feat: add bearer token auth for loki (#1224) @raynay-r
ENHANCEMENT
- Adding instructions on how to set run operator for developement (#1216) @localleon
- Templatize ServiceMonitor (#1218) @smallc2009
- Update fluentbit to v3.1.0 (#1233) @wenchajun
- build(deps): Bump docker/build-push-action from 5 to 6 (#1228) @dependabot
- build(deps): Bump aquasecurity/trivy-action from 0.21.0 to 0.23.0 (#1229) @dependabot
BUGFIX
- Fix: rewrite tag nil pointer reference (#1232) @cw-Guo
- Fix: fix the parsing of disableComponentControllers in helm (#1222) @mritunjaysharma394
- Fix(fluentd): add securityContext and podSecurityContext in values.yaml (#1230) @SvenThies
- Fix: fix parsersfile default parsers.conf path (#1225) @cw-Guo
Full Changelog: v2.9.0...v3.0.0
v2.9.0
What's Changed
Features
- Feat: Support elastic_data_stream (#1190) @fschlager
- Feat: Add storage total limit size to es plugin (#1196) @smallc2009
- Feat: Add tag parameter to forward output plugin (#1167) @fschlager
- Feat: Support datadog plugin api key to allow for secret injection (#1070) @nitintecg
- Feat: Add cloudId and cloudAuth parameters to elastic (#1169) @fschlager
ENHANCEMENT
- Updates setup manifests to be compatible with v2.8.0 (#1161) @joshuabaird
- Update index.md (#1180) @lansaloni
- Upgrade fluentd to 1.17.0. (#1198) @joshuabaird
- Update fluentbit to v3.0.7 (#1199) @joshuabaird
- Update references to fluentd:1.17.0 image (#1200) @joshuabaird
- build(deps): Bump golang.org/x/net from 0.17.0 to 0.23.0 (#1140) @dependabot
- build(deps): Bump helm/kind-action from 1.9.0 to 1.10.0 (#1156) @dependabot
- build(deps): Bump alpine from 3.19 to 3.20 in /cmd/fluent-watcher/fluentd (#1179) @dependabot
- build(deps): Bump golang from 1.22.0 to 1.22.3 in /docs/best-practice/forwarding-logs-via-http (#1191) @dependabot
- build(deps): Bump aquasecurity/trivy-action from 0.13.1 to 0.21.0 (#1192) @dependabot
BUGFIX
- Fix: missing inputs and clusterInputs CRDs in setup.yaml (#1144) (#1145) @antrema
- Fix: bugfix namespaced filters (#1143) @MarkusFreitag
- Fix: fix release cycles for fluentd and fluentbit images manually. (#1183) @sarathchandra24
- Fix: fix quotes for disable-component-controller argument string in fluent-operator deployment template. (#1160) @nickytd
- Fix: fix fluentd path issues. (#1195) @sarathchandra24
- Fix: fix fluent-bit image name. (#1201) @joshuabaird
Full Changelog: v2.8.0...v2.9.0
v2.8.0
What's Changed
2.8.0 / 2024-04-22
Features
- Feat: feat: add multiline parser support for fluentbit (#1100) @ksdpmx
- Feat: feat: enforce Fluentd tests (#1110) @antrema
- Feat: feat: implement SecretLoader as interface and enforce Fluentd tests u… (#1109) @antrema
- Feat: namespaced tag re_emitter parameters support (#1085) @chrono2002
- Feat: LUA filter inline code support (#1081) @chrono2002
- Feat: feat(disableLogVolumes): expose disableLogVolumes in helm chart (#1082) @L1ghtman2k
- Feat: feat(chart): Add operator.extraArgs to add extra args to the fluent-operator container (#1074) @alexandrevilain
- Feat: feat(tls): allow overwriting tls for s3 (#1078) @L1ghtman2k
- Feat: feat: Emitter storage_type and mem_buf_limit config (#1069) @chrono2002
- Feat: Rework fluent-bit-watcher and make use of the hot-reload mechanism (#1051) @markusthoemmes
- Feat: Add clusterinput tail resource to support setting bufferMaxSize (#1052) @opencmit2
- Feat: feat(1062): Configure logLevel in ClusterFluentBitConfig (#1063) @dennis-ge
- Feat: feat: support s3 server side encryption (#1039) @cw-Guo
ENHANCEMENT
- Helm multiline passer template and usage (#1138) @onecer
- make lua scripts
code
andscript
optional (#1129) @onecer - MultilineParser achieve an effect similar to embedding by using anonymous structs (#1133) @onecer
- helm template fluentbit output es support logstashPrefixKey (#1119) @onecer
- Add Profile field for Fluent bit S3 output (#1127) @jeff303
- auto gen plugins documentation directory (#1121) @onecer
- build(deps): Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (#1091) @dependabot
- build(deps): Bump actions/cache from 3 to 4 (#1055) @dependabot
- build(deps): Bump actions/setup-go from 4 to 5 (#1034) @dependabot
- build(deps): Bump sigs.k8s.io/yaml from 1.3.0 to 1.4.0 (#1028) @dependabot
- build(deps): Bump golang from 1.21.4 to 1.22.0 in /docs/best-practice/forwarding-logs-via-http (#1077) @dependabot
- build(deps): Bump helm/kind-action from 1.8.0 to 1.9.0 (#1076) @dependabot
- build(deps): Bump azure/setup-helm from 3 to 4 (#1075) @dependabot
- build(deps): Bump actions/setup-python from 4 to 5 (#1035) @dependabot
- build(deps): Bump arm64v8/ruby from 3.2-slim-bullseye to 3.3-slim-bullseye in /cmd/fluent-watcher/fluentd (#1032) @dependabot
- HostNetwork DNS Policy (#1101) @opp-svega
- adds servicemonitor (#1089) @chrono2002
- push image to multiple registry (#1079) @sarathchandra24
- fluentbit/output/elasticsearch: Add writeOperation option (#1080) @icy
- Bump fluent-bit to 2.2.2 (#1053) @markusthoemmes
- Bump Golang version to 1.21 and replace slice utils with stdlib (#1049) @markusthoemmes
- Add stackdriver output to the Helm Chart (#1040) @UgurcanAkkok
BUGFIX
- Fix: Passing variables to es output config is fixed (#1099) @aido93
- fix fluent-operator clusterrole in manifests directory (#1098) @Cajga
- fix: delete remaining debug traces (#1107) @antrema
- fix: ordered fluentd-config #1104 (#1106) @antrema
- Fix 1090: Path issues (#1093) @sarathchandra24
- fix: no Path default value for memory buffer #1103 (#1105) @antrema
- fix build args fluentd image (#1095) @sarathchandra24
- Fix: attach latest tag to images - DockerHub synchronize with GHCR (#1086) @sarathchandra24
- fix: incorrect fields in syslog input plugin parameters (#1084) @lukasboettcher
- fix(fluentd): Use custom plugin content for hash generation (#1059) @MisterMX
- fix prometheus-remote-write-edge templates error (#1036) @JiaweiGithub
- Fixed the .spec.loki.tls map rendering in FluentBit loki ClusterOutput (#1031) @isemichastnov
Full Changelog: v2.7.0...v2.8.0
v2.7.0
What's Changed
Features
ENHANCEMENT
- Update fluentd-filter-kafka.yaml (#1016) @blackshy
- build(deps): Bump alpine in /cmd/fluent-watcher/fluentd (#1014) @dependabot
- build(deps): Bump golang in /cmd/fluent-manager (#1009) @dependabot
- build(deps): Bump helm/chart-testing-action from 2.6.0 to 2.6.1 (#1006) @dependabot
- build(deps): Bump golang in /docs/best-practice/forwarding-logs-via-http (#1004) @dependabot
- build(deps): Bump github.com/onsi/gomega from 1.28.0 to 1.30.0 (#1002) @dependabot
BUGFIX
- fix: Add SSL/TLS settings feature for fluentd output Elasticsearch #418 (#1011) @antrema
- fix: Add RBAC permissions for input and clusterinput (#1019) @MisterMX
- fix: missing CRD entries and documentation #1020 (#1022) @antrema
Full Changelog: v2.6.0...v2.7.0
v2.6.0
What's Changed
Features
- Feat: Add fluentbit nginx plugin (#924) @sjliu1
- Feat: Add fluentbit statsd plugin (#925) @sjliu1
- Feat: Add fluentbit syslog plugin (#931) @sjliu1
- Feat: Add fluentbit tcp plugin (#936) @sjliu1
- Feat: Add in_sample plugin to fluentd to facilitate tests. (#937) @cw-Guo
- Feat: Adds the fluent-plugin-prometheus plugin to fluentd. (#966) @joshuabaird
- Feat: Adds fluentd monitor_agent input plugin (#967) @joshuabaird
- Feat(fluentd): Input plugin CRs (#972) @MisterMX
- Feat: Add readiness & liveness probe for fluentd (#980) @cw-Guo
ENHANCEMENT
- Add fluentbit daemonset hostPath toggle (#926) @OlegVanHorst
- Allow setting dnsPolicy for fluentbit (#951) @L1ghtman2k
- Default cri parser should contain Time_Keep On, otherwise no time tag exists at output (#958) @JoeDerby
- Chore: Replace deprecated command with environment file (#970) @jongwooo
- Upgrade chart-testing-action to v2.6.0 (#976) @benjaminhuo
- Allow passing env vars using the chart (#977) @guerzon
- Sort custom resources by metadata.name (#988) @cw-Guo
- Bump fluentbit to 2.2.0 (#994) @wenchajun
- build(deps): Bump docker/login-action from 2 to 3 (#939) @dependabot
- build(deps): Bump actions/checkout from 3 to 4 (#940) @dependabot
- build(deps): Bump docker/setup-buildx-action from 2 to 3 (#941) @dependabot
- build(deps): Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#944) @dependabot
- build(deps): Bump golang from 1.21.1-alpine3.17 to 1.21.2-alpine3.17 in /cmd/fluent-manager (#950) @dependabot
- build(deps): Bump golang from 1.21.2-alpine3.17 to 1.21.3-alpine3.17 in /cmd/fluent-manager (#953) @dependabot
- build(deps): Bump golang.org/x/net from 0.14.0 to 0.17.0 (#954) @dependabot
- build(deps): Bump github.com/fsnotify/fsnotify from 1.6.0 to 1.7.0 (#981) @dependabot
- build(deps): Bump golang from 1.21.1 to 1.21.3 in /docs/best-practice/forwarding-logs-via-http (#974) @dependabot
- build(deps): Bump golang from 1.21.3-alpine3.17 to 1.21.4-alpine3.17 in /cmd/fluent-manager (#983) @dependabot
- build(deps): Bump github.com/go-logr/logr from 1.2.4 to 1.3.0 (#989) @dependabot
BUGFIX
- Fix(doc): Fluentbit splunk output docs (#935) @Macbet
- Fix: Add parserSelector to clusterFluentBitConfig chart templates (#956) @JoeDerby
- Fix: fd record transformer parameters (#960) @cw-Guo
- Fix: fluentd in_http plugin keepalive_timeout option (#968) @cw-Guo
- Fix: fluentd parser keep_time_key (#987) @cw-Guo
Full Changelog: v2.5.0...v2.6.0
v2.5.0
What's Changed
Features
- Feat: add support to run Fluentd as a DaemonSet (#839) @karan56625
- Feat: add Prometheus exporter output plugin for Fluent Bit (#840) @karan56625
- Feat: add Fluent Bit forward input plugin (#843) @yash97
- Feat: support fluentd grok parser plugin (#861) @vincent-vinf
- Feat: add gelf output plugin to fluentbit (#882) @alexandrevilain
- Feat: add fluentbit opentelemetry plugin (#890) @sjliu1
- Feat: add serviceAccount Annotations to FluentBit resource (#898) @sharkeyl
- Feat: add Helm priorityClassName mapping to Fluentd (#902) @leonsteinhaeuser
- Feat: add fluentbit http plugin (#904) @sjliu1
- Feat: add fluentbit mqtt plugin (#911) @sjliu1
- Feat: add fluentbit collectd plugin (#914) @sjliu1
ENHANCEMENT
- Remove Duplicate Cluster parsers in Fluent-bit config. (#853) @karan56625
- Add option to configure hostNetwork daemonset propertie (#863) @ikolesnikovrevizto
- Helm chart generation of ClusterOutput for loki (#865) (#906) @WaywardWizard
- Add SuppressTypeName option to helm, as newer ES needs it for bulk operation (#869) @ajax-bychenok-y
- Adjusting the parameters of fluentbit (#880) @wenchajun
- Add an extras section to the chart allowing new and less used features of the CRD to be used from the chart (#889) @Nyefan
- Add ImagePullSecret for fluentd (#891) @Rajan-226
- Add compress in fluentbit output es (#899) @husnialhamdani
- Expose ports on collector statefulset (#917) @gregorycuellar
- Bump fluentbit to 2.1.9 (#921) @wenchajun
- build(deps): Bump github.com/onsi/gomega from 1.27.8 to 1.27.10 (#844) @dependabot
- build(deps): Bump k8s.io/apimachinery from 0.27.3 to 0.27.4 (#847) @dependabot
- build(deps): Bump helm/kind-action from 1.7.0 to 1.8.0 (#859) @dependabot
- build(deps): Bump golang from 1.20.6-alpine3.17 to 1.20.7-alpine3.17 in /cmd/fluent-manager (#860) @dependabot
- build(deps): Bump github.com/go-kit/kit from 0.12.0 to 0.13.0 (#896) @dependabot
- build(deps): Bump golang from 1.20.7-alpine3.17 to 1.21.1-alpine3.17 in /cmd/fluent-manager (#913) @dependabot
BUGFIX
- Fix: Fluentd's s3 output plugin is compatible with minio (#858) @vincent-vinf
- Fix: add hostNetwork option (#866) @ikolesnikovrevizto
- Fix azure blob name & boolean parameters. (#887) @L1ghtman2k
- Fix: fluentd watchedNamespaces Helm mapping (#901) @leonsteinhaeuser
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
Features
- Feat: add scheduler support for fluentbit collector (#776) @ksdpmx
- Users can upgrade fluentbit-operator to fluent-operator using the script (#779) @wenchajun
- Feat: adds the fluentd output plugin for Datadog (#803) @joshuabaird
- Feat: add DefaultFilterSelector and DefaultOutputSelector to fluentd (#804) @Jakob3xD
- Feat: add S3 output plugin for Fluent Bit (#819) @gregorycuellar
- Support file system as storage layer in service section of fluenbit (#825) @karan56625
ENHANCEMENT
- Introduce stripUnderscores in fluent-operator helm values for fluentbit Input Systemd (#782) @karan56625
- Add options in FluentOperator helm chart to add more systemdFilter in Fluentbit Systemd Input and a condition on systemdFilter to enable/disable (#785) @karan56625
- Add podSecurityContext for fluentbit in fluent operator helm chart (#788) @karan56625
- Rename field podSecurityContext to securityContext in Fluent Operator Deployment (#790) @karan56625
- Add fluent operator security context at container level (#792) @karan56625
- Add security context for fluenbit container (#796) @karan56625
- Specify init container resources for fluent-operator deployment (#817) @gnadaban
- Update fluentd base Dockerfile (#820) @kaiohenricunha
- MountPropagation option for internal mounts (#834) @antrema
- Fluent-bit upgrade to v2.1.7 (#836) @wenchajun
- build(deps): Bump golang from 1.20.4 to 1.20.6 in /docs/best-practice/forwarding-logs-via-http (#831) @dependabot
- build(deps): Bump golang from 1.20.5-alpine3.17 to 1.20.6-alpine3.17 in /cmd/fluent-manager (#830) @dependabot
- build(deps): Bump k8s.io/apimachinery from 0.27.2 to 0.27.3 (#828) @dependabot
- build(deps): Bump golang from 1.20.4-alpine3.17 to 1.20.5-alpine3.17 in /cmd/fluent-manager (#783) @dependabot
- build(deps): Bump github.com/onsi/gomega from 1.27.7 to 1.27.8 (#794) @dependabot
- build(deps): Bump github.com/go-openapi/errors from 0.20.3 to 0.20.4 (#795) @dependabot
BUGFIX
- Fix: resource deletion and adoption for 3 controllers (#777)@ksdpmx
- Fix: Correct fluentd parse TimeFormat config key (#780) @Jakob3xD
- Fixes #798 storageClassName field not taken into account (#799) @antrema
- Fix: plugins document index (#822) @sakateka
- Update the _helpers.tpl file (#823) @wenchajun
- Fix: incorrect field names in fluentd buffer plugin (#824) @erhudy
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
Features
- Feat: Adding influxdb plugin (#690) @jynolen
- Feat: Add EnvVars support to FluentD (#697) @MioOgbeni
- Feat: Add Pod Annotations support to FluentD (#698) @MioOgbeni
- Feat: Fluent operator & fluentbit: Added tolerations, nodeSelector + more (#704) @felfa01
- Feat: Add fluentbit.affinity configuration (#726) @wigust
- Feat: Allow setting fluentd PodSecurityContext (#744) @erhudy
- Feat: Fluentd in_tail plugin (#753) @jjsiv
- Feat: Add missing fluentd buffer options (#757) @jjsiv
- Feat: Add AWS Kinesis Data Streams output plugin for Fluent Bit (#768) @ksdpmx
- Feat: Add global log_level support for fluentd (#770) @ksdpmx
- Feat: Add scheduler support for fluentbit & fluentd (#771) @ksdpmx
ENHANCEMENT
- EnvVars support in fluentbit helm template (#706) @felfa01
- Add uri field for each telemetry type in opentelemetry plugin, remove old uri field (#708) @JensLoe
- Adjust fluentd watcher dependabot (#716) @benjaminhuo
- remove the deprecated -i flag in go build (#720) @benjaminhuo
- Adjust fluentd arm64 image build timeout (#721) @benjaminhuo
- Adjust edge metrics collection config (#736) @benjaminhuo
- Add some fluentbit helm opts (#743) @adiforluls
- Align CRDs and Operator with the fluentbit loki output (#756) @felfa01
- Fluent-bit upgrade to v2.1.4 (#767) @wenchajun
- build(deps): Bump k8s.io/apimachinery from 0.26.3 to 0.27.1 (#701) @dependabot
- build(deps): Bump helm/chart-testing-action from 2.1.0 to 2.4.0 (#710) @dependabot
- build(deps): Bump k8s.io/klog/v2 from 2.90.1 to 2.100.1 (#712) @dependabot
- build(deps): Bump golang from 1.20.3-alpine3.17 to 1.20.4-alpine3.17 in /cmd/fluent-manager (#713) @dependabot
- build(deps): Bump golang from 1.20.3-alpine3.16 to 1.20.4-alpine3.16 in /cmd/fluent-watcher/fluentbit (#714) @dependabot
- build(deps): Bump golang from 1.20.2 to 1.20.4 in /docs/best-practice/forwarding-logs-via-http (#715) @dependabot
- build(deps): Bump golang from 1.19.2-alpine3.16 to 1.20.4-alpine3.16 in /cmd/fluent-watcher/fluentd (#717) @dependabot
- build(deps): Bump arm64v8/ruby from 3.1-slim-bullseye to 3.2-slim-bullseye in /cmd/fluent-watcher/fluentd (#718) @dependabot
- build(deps): Bump alpine from 3.16 to 3.17 in /cmd/fluent-watcher/fluentd (#719) @dependabot
- build(deps): Bump github.com/onsi/gomega from 1.27.6 to 1.27.7 (#748) @dependabot
- build(deps): Bump k8s.io/apimachinery from 0.27.1 to 0.27.2 (#751) @dependabot
- build(deps): Bump helm/kind-action from 1.5.0 to 1.7.0 (#765) @dependabot
BUGFIX
- Fix: Fix missing log level (#691) @jynolen
- Fix: Fix rewrite_tag match rule and trim start of string pattern (#692) @adiforluls
- Fix(docs): Update cluster outputs docs link (#724) @lewis262626
- Fix: dereference pointers in parser filter plugin for fluentd (#745) @jjsiv
- Fix: fluentbit namespace-logging: only generate rewrite tag config once (#746) @adiforluls
- Fix: minor typo fix for firehose (#764) @ksdpmx
- Fix: fix typo for estimate_current_event in fluentd (#769) @ksdpmx
Full Changelog: v2.2.0...v2.3.0