We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34e1f71 commit c2c75c4Copy full SHA for c2c75c4
bin/kube-include.sh
@@ -34,15 +34,15 @@ fi
34
35
# SAS Viya 4 versions
36
# supported by SAS Tech Support
37
-# Updated: 05SEP25
+# Updated: 24SEP25
38
# 2023.10 LTS 1.25 1.27 (EOL: 1.26)
39
# 2024.03 LTS 1.26 1.28 (EOL: 1.26)
40
# 2024.09 LTS 1.28 1.30
41
# 2025.03 LTS 1.29 1.31
42
-# 2025.05 1.30 1.32
43
# 2025.06 1.30 1.32
44
# 2025.07 1.30 1.32
45
# 2025.08 1.30 1.32
+# 2025.09 1.31 1.33
46
47
# Client version allowed to be one minor version earlier than minimum server version
48
if [ "$KUBE_CLIENT_MAJOR" -eq "1" ] && [ "$KUBE_CLIENT_MINOR" -gt "24" ]; then
0 commit comments