diff --git a/CHANGELOG.md b/CHANGELOG.md index b4cedeed..09ed6d45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # SAS Viya Monitoring for Kubernetes -## Unreleased +## 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 OpenSearch shorly thereafter. This release removes all remaining support for ODFE; including support for migration from ODFE - and ability to use utility scripts (e.g. change_internal_password.sh) with ealier ODFE-backed deployments. + and ability to use utility scripts (e.g. change_internal_password.sh) with ealier ODFE-backed deployments. * [REMOVAL] Remove support for migrating from an earlier deployment which included ODFE. * [REMOVAL] Remove support for the `LOG_SEARCH_BACKEND` environment variable. Scripts will terminate with an ERROR message if this environment variable is detected. diff --git a/v4m-chart/Chart.yaml b/v4m-chart/Chart.yaml index a159e461..896a3093 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.38-SNAPSHOT" -appVersion: "1.2.38-SNAPSHOT" +version: "1.2.38" +appVersion: "1.2.38"