Skip to content

Commit c2c75c4

Browse files
committed
Start of Sprint Housekeeping (b)
1 parent 34e1f71 commit c2c75c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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: 05SEP25
37+
# Updated: 24SEP25
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.05 1.30 1.32
4342
# 2025.06 1.30 1.32
4443
# 2025.07 1.30 1.32
4544
# 2025.08 1.30 1.32
45+
# 2025.09 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

0 commit comments

Comments
 (0)