Skip to content

Commit

Permalink
ci: Fixing compatibility list to be updated during release (#5524)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam authored Jan 25, 2024
1 parent e23d58b commit 6c8752c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hack/docs/compatibility-karpenter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@ compatibility:
minK8sVersion: 1.23
maxK8sVersion: 1.28
- appVersion: 0.32.x
minK8sVersion: 1.23
maxK8sVersion: 1.28
- appVersion: 0.33.0
minK8sVersion: 1.23
maxK8sVersion: 1.28
- appVersion: 0.33.1
minK8sVersion: 1.23
maxK8sVersion: 1.28
1 change: 1 addition & 0 deletions hack/release/stable-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ BRANCH_NAME="release-${GIT_TAG}"
git checkout -b "${BRANCH_NAME}"
git add go.mod
git add go.sum
git add hack/docs
git add website
git add charts/karpenter-crd/Chart.yaml
git add charts/karpenter/Chart.yaml
Expand Down

0 comments on commit 6c8752c

Please sign in to comment.