diff --git a/CHANGELOG.md b/CHANGELOG.md index 223370c8..595dc1db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # SAS Viya Monitoring for Kubernetes +## Version 1.2.39 (20JUN2025) +* **Metrics** + * [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. + ## Version 1.2.38 (17JUN2025) * **Logging** * [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 diff --git a/v4m-chart/Chart.yaml b/v4m-chart/Chart.yaml index cf6940ec..7e407684 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.39-SNAPSHOT" -appVersion: "1.2.39-SNAPSHOT" +version: "1.2.39" +appVersion: "1.2.39"