Skip to content

Commit 0891813

Browse files
authored
[CHORE] Start of sprint housekeeping 2025.11 (#806)
1 parent 129e002 commit 0891813

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bin/kube-include.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ fi
3434

3535
# SAS Viya 4 versions
3636
# supported by SAS Tech Support
37-
# Updated: 24SEP25
37+
# Updated: 23OCT25
3838
# 2023.10 LTS 1.25 1.27 (EOL: 1.26)
3939
# 2024.03 LTS 1.26 1.28 (EOL: 1.26)
4040
# 2024.09 LTS 1.28 1.30
4141
# 2025.03 LTS 1.29 1.31
42-
# 2025.06 1.30 1.32
4342
# 2025.07 1.30 1.32
4443
# 2025.08 1.30 1.32
4544
# 2025.09 1.31 1.33
45+
# 2025.10 1.31 1.33
4646

4747
# Client version allowed to be one minor version earlier than minimum server version
4848
if [ "$KUBE_CLIENT_MAJOR" -eq "1" ] && [ "$KUBE_CLIENT_MINOR" -gt "24" ]; then

v4m-chart/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: v4m
33
description: SAS Viya 4 Monitoring for Kubernetes (https://github.com/sassoftware/viya4-monitoring-kubernetes)
44
type: application
5-
version: "1.2.43"
6-
appVersion: "1.2.43"
5+
version: "1.2.44-SNAPSHOT"
6+
appVersion: "1.2.44-SNAPSHOT"

0 commit comments

Comments
 (0)