Skip to content

Commit

Permalink
Merge pull request #286 from engedaam/fix-compatability-table
Browse files Browse the repository at this point in the history
fix compat table
  • Loading branch information
engedaam committed Jan 25, 2024
2 parents e23d58b + d74806e commit 7511103
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 7511103

Please sign in to comment.