From f6b1bc684439588528b7c569518b33024d6f1d54 Mon Sep 17 00:00:00 2001 From: gsmith-sas <65406958+gsmith-sas@users.noreply.github.com> Date: Mon, 23 Jun 2025 11:13:22 -0400 Subject: [PATCH] New release prep --- bin/kube-include.sh | 6 +++--- v4m-chart/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/kube-include.sh b/bin/kube-include.sh index 86e1b064..af71c966 100644 --- a/bin/kube-include.sh +++ b/bin/kube-include.sh @@ -35,14 +35,14 @@ fi # SAS Viya 4 versions # supported by SAS Tech Support # Updated: 21MAY25 -# 2023.10 LTS 1.25 1.27 -# 2024.03 LTS 1.26 1.28 +# 2023.10 LTS 1.25 1.27 (EOL: 1.26) +# 2024.03 LTS 1.26 1.28 (EOL: 1.26) # 2024.09 LTS 1.28 1.30 # 2025.03 LTS 1.29 1.31 -# 2025.02 1.29 1.31 # 2025.03 1.29 1.31 # 2025.04 1.29 1.31 # 2025.05 1.30 1.32 +# 2025.06 1.30 1.32 # Client version allowed to be one minor version earlier than minimum server version if [ "$KUBE_CLIENT_MAJOR" -eq "1" ] && [ "$KUBE_CLIENT_MINOR" -gt "24" ]; then diff --git a/v4m-chart/Chart.yaml b/v4m-chart/Chart.yaml index 7e407684..c8306235 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" -appVersion: "1.2.39" +version: "1.2.40-SNAPSHOT" +appVersion: "1.2.40-SNAPSHOT"