Skip to content

Commit

Permalink
chore: Increase maximum supported Kubernetes version for KEDA v2.14 (#…
Browse files Browse the repository at this point in the history
…5736)

* Update

Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>

* Update

Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>

* Update

Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>

---------

Signed-off-by: SpiritZhou <iammrzhouzhenghan@gmail.com>
  • Loading branch information
SpiritZhou authored Apr 24, 2024
1 parent b13e2a4 commit c3cc4da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/ISSUE_TEMPLATE/3_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,10 @@ body:
label: Kubernetes Version
description: What version of Kubernetes that are you running?
options:
- "1.30"
- "1.29"
- "1.28"
- "1.27"
- "1.26"
- "< 1.26"
- "< 1.28"
- "Other"
validations:
required: false
Expand Down
4 changes: 2 additions & 2 deletions pkg/util/welcome.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ import (
)

const (
minSupportedVersion = 27
maxSupportedVersion = 29
minSupportedVersion = 28
maxSupportedVersion = 30
)

func PrintWelcome(logger logr.Logger, kubeVersion K8sVersion, component string) {
Expand Down

0 comments on commit c3cc4da

Please sign in to comment.