diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f6ccfda..e5ac492f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # SAS Viya Monitoring for Kubernetes -## Unreleased +## Version 1.2.42 (16SEP2025) * **Logging** * [FIX] Corrected handling of unavailable API endpoint in deploy_opensearch_content.sh * [FIX] Log messages from Prometheus Operator pod redirected to OpenSearch viya_ops-* (rather than viya_logs-*) index diff --git a/logging/fb/fluent-bit_config.configmap_azmonitor.yaml b/logging/fb/fluent-bit_config.configmap_azmonitor.yaml index 1c4bbe7a..5b217a9f 100644 --- a/logging/fb/fluent-bit_config.configmap_azmonitor.yaml +++ b/logging/fb/fluent-bit_config.configmap_azmonitor.yaml @@ -6,7 +6,7 @@ data: [FILTER] Name modify Match * - Set fb_configMap_version 0.2.28candidate + Set fb_configMap_version 0.2.28 #Set clusterID NOT_SET # initialized to N to force level standardization Set __temp_level_fixed N diff --git a/logging/fb/fluent-bit_config.configmap_opensearch.yaml b/logging/fb/fluent-bit_config.configmap_opensearch.yaml index 1b138dfe..f0c93dbc 100644 --- a/logging/fb/fluent-bit_config.configmap_opensearch.yaml +++ b/logging/fb/fluent-bit_config.configmap_opensearch.yaml @@ -6,7 +6,7 @@ data: [FILTER] Name modify Match * - Set fb_configMap_version 0.2.28candidate + Set fb_configMap_version 0.2.28 #Set clusterID NOT_SET # initialized to N to force level standardization Set __temp_level_fixed N diff --git a/v4m-chart/Chart.yaml b/v4m-chart/Chart.yaml index d0342672..8c46cea2 100644 --- a/v4m-chart/Chart.yaml +++ b/v4m-chart/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: v4m description: SAS Viya 4 Monitoring for Kubernetes (https://github.com/sassoftware/viya4-monitoring-kubernetes) type: application -version: "1.2.42-SNAPSHOT" -appVersion: "1.2.41-SNAPSHOT" +version: "1.2.42" +appVersion: "1.2.42"