Skip to content

Commit f9af478

Browse files
authored
Changelog and fluent-bit config updates (#797)
1 parent 803f4a4 commit f9af478

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SAS Viya Monitoring for Kubernetes
2-
## Unreleased
2+
## Version 1.2.42 (16SEP2025)
33
* **Logging**
44
* [FIX] Corrected handling of unavailable API endpoint in deploy_opensearch_content.sh
55
* [FIX] Log messages from Prometheus Operator pod redirected to OpenSearch viya_ops-* (rather than viya_logs-*) index

logging/fb/fluent-bit_config.configmap_azmonitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data:
66
[FILTER]
77
Name modify
88
Match *
9-
Set fb_configMap_version 0.2.28candidate
9+
Set fb_configMap_version 0.2.28
1010
#Set clusterID NOT_SET
1111
# initialized to N to force level standardization
1212
Set __temp_level_fixed N

logging/fb/fluent-bit_config.configmap_opensearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ data:
66
[FILTER]
77
Name modify
88
Match *
9-
Set fb_configMap_version 0.2.28candidate
9+
Set fb_configMap_version 0.2.28
1010
#Set clusterID NOT_SET
1111
# initialized to N to force level standardization
1212
Set __temp_level_fixed N

v4m-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: v4m
33
description: SAS Viya 4 Monitoring for Kubernetes (https://github.com/sassoftware/viya4-monitoring-kubernetes)
44
type: application
5-
version: "1.2.42-SNAPSHOT"
6-
appVersion: "1.2.41-SNAPSHOT"
5+
version: "1.2.42"
6+
appVersion: "1.2.42"

0 commit comments

Comments
 (0)