Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions bin/kube-include.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions v4m-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"