From c6e35f554f9b3ff2a6d72e73be929323f7929ad1 Mon Sep 17 00:00:00 2001 From: Greg Smith <65406958+gsmith-sas@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:04:27 -0400 Subject: [PATCH] Start of Sprint Housekeeping (#632) --- bin/kube-include.sh | 6 +++--- v4m-chart/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/kube-include.sh b/bin/kube-include.sh index 298b74b1..09eebb53 100644 --- a/bin/kube-include.sh +++ b/bin/kube-include.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright © 2020, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. +# Copyright © 2024,2020, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 # This script is not intended to be run directly @@ -24,14 +24,14 @@ fi # SAS Viya 4 versions # supported by SAS Tech Support -# Updated: 28MAR24 +# Updated: 17APR24 # 2022.09 LTS 1.21 1.24 # 2023.03 LTS 1.23 1.25 # 2023.10 LTS 1.25 1.27 -# 2023.12 1.25 1.27 # 2024.01 1.25 1.27 # 2024.02 1.26 1.28 # 2024.03 1.26 1.28 +# 2024.04 1.27 1.29 if [[ $KUBE_SERVER_VER =~ v1.2[1-9] ]]; then : diff --git a/v4m-chart/Chart.yaml b/v4m-chart/Chart.yaml index 47f220f4..6096c136 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.24" -appVersion: "1.2.24" +version: "1.2.25-SNAPSHOT" +appVersion: "1.2.25-SNAPSHOT"