diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f75c956..b1f2566f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # SAS Viya Monitoring for Kubernetes -## Unreleased +## Version 1.2.30 (11OCT2024) * **Logging** - * [SECURITY] OpenSearch Dashboards pod securityContext updated to set allowPrivilegeEscalation to 'false' + * [SECURITY] OpenSearch Dashboards pod `securityContext` updated to set allowPrivilegeEscalation to 'false' * **Metrics** * [SECURITY] Metrics (collected by Kube State Metrics) related to Kubernetes Secret have been disabled diff --git a/v4m-chart/Chart.yaml b/v4m-chart/Chart.yaml index 2d007a21..d96e32fa 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.30-SNAPSHOT" -appVersion: "1.2.30-SNAPSHOT" +version: "1.2.30" +appVersion: "1.2.30"