Skip to content

Commit

Permalink
Start of Sprint Housekeeping (sassoftware#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmith-sas authored Apr 17, 2024
1 parent d6a584e commit c6e35f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bin/kube-include.sh
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
:
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.24"
appVersion: "1.2.24"
version: "1.2.25-SNAPSHOT"
appVersion: "1.2.25-SNAPSHOT"

0 comments on commit c6e35f5

Please sign in to comment.