From 44c9c67b8b529a3169d72aa30cee8d6a2073cc44 Mon Sep 17 00:00:00 2001 From: gsmith-sas <65406958+gsmith-sas@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:01:13 -0400 Subject: [PATCH 1/2] Start of sprint housekeeping 2511 --- v4m-chart/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v4m-chart/Chart.yaml b/v4m-chart/Chart.yaml index 9b0bcb82..9a2e881e 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.43" -appVersion: "1.2.43" +version: "1.2.44-SNAPSHOT" +appVersion: "1.2.44-SNAPSHOT" From 35d416e81fab0f4f6304255820ab61d204430c49 Mon Sep 17 00:00:00 2001 From: gsmith-sas <65406958+gsmith-sas@users.noreply.github.com> Date: Thu, 23 Oct 2025 15:11:25 -0400 Subject: [PATCH 2/2] Update comments re:SAS Viya support --- bin/kube-include.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/kube-include.sh b/bin/kube-include.sh index b291318b..6b87e74c 100644 --- a/bin/kube-include.sh +++ b/bin/kube-include.sh @@ -34,15 +34,15 @@ fi # SAS Viya 4 versions # supported by SAS Tech Support -# Updated: 24SEP25 +# Updated: 23OCT25 # 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.06 1.30 1.32 # 2025.07 1.30 1.32 # 2025.08 1.30 1.32 # 2025.09 1.31 1.33 +# 2025.10 1.31 1.33 # 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