Skip to content

Commit c068e9a

Browse files
authored
Merge pull request #772 from sassoftware/fix-dashboards-release
cut new release for dashboards loading issue
2 parents 64dcea3 + 01fbcef commit c068e9a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# SAS Viya Monitoring for Kubernetes
22

3+
## Version 1.2.39 (20JUN2025)
4+
* **Metrics**
5+
* [FIX] Resolved an issue where some Grafana dashboards failed to load due to hardcoded Prometheus datasource references. In the previous release, the Prometheus datasource UID was standardized to `prometheus` to support the Grafana alerting system and provisioned alerts. However, some dashboards still contained hardcoded UIDs pointing to the old datasource configuration. This fix updates those references to use the correct UID, ensuring all dashboards now load and function as expected.
6+
37
## Version 1.2.38 (17JUN2025)
48
* **Logging**
59
* [ANNOUNCEMENT] The [OpenDistro for Elasticsearch (ODFE) project](https://opendistro.github.io/for-elasticsearch/) reached end-of-line in May of 2022 and our project moved to

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.39-SNAPSHOT"
6-
appVersion: "1.2.39-SNAPSHOT"
5+
version: "1.2.39"
6+
appVersion: "1.2.39"

0 commit comments

Comments
 (0)