File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# SAS Viya Monitoring for Kubernetes
2
2
3
+ ## Unreleased
4
+ * [ UPGRADE] Fluent Bit upgraded from 3.2.6 to 3.2.10 (includes security fixes)
5
+ * [ UPGRADE] Fluent Bit Helm chart upgraded from 0.48.6 to 0.48.9
6
+
7
+
3
8
## Version 1.2.35 (18MAR2025)
4
9
* ** Overall**
5
10
* [ ANNOUNCEMENT] Starting with our next release, this project will * require* that the ` yq ` command-line processor for YAML
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ ES_EXPORTER_FULL_IMAGE="quay.io/prometheuscommunity/elasticsearch-exporter:v1.8.
17
17
# Fluent Bit
18
18
FLUENTBIT_HELM_CHART_REPO = fluent
19
19
FLUENTBIT_HELM_CHART_NAME = fluent-bit
20
- FLUENTBIT_HELM_CHART_VERSION = 0.48.6
21
- FB_FULL_IMAGE = " cr.fluentbit.io/fluent/fluent-bit:3.2.6 "
20
+ FLUENTBIT_HELM_CHART_VERSION = 0.48.9
21
+ FB_FULL_IMAGE = " cr.fluentbit.io/fluent/fluent-bit:3.2.10 "
22
22
FB_INITCONTAINER_FULL_IMAGE = " docker.io/library/busybox:latest"
23
23
24
24
# OpenSearch
You can’t perform that action at this time.
0 commit comments