File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ WINDOWS_2022 ?= "windows-10.0.20348.2582/amd64"
3030BINARY_NAME ?= "node-termination-handler"
3131THIRD_PARTY_LICENSES = "${MAKEFILE_PATH}/THIRD_PARTY_LICENSES.md"
3232GOLICENSES = $(BIN_DIR ) /go-licenses
33- K8S_1_25_ASSET_SUFFIX = "_k8s-1-25 -or-newer"
33+ K8S_1_29_ASSET_SUFFIX = "_k8s-1-29 -or-newer"
3434AMAZON_ECR_CREDENTIAL_HELPER_VERSION = 0.7.1
3535
3636$(shell mkdir -p ${BUILD_DIR_PATH} && touch ${BUILD_DIR_PATH}/_go.mod)
@@ -153,14 +153,14 @@ build-binaries-windows-2022:
153153
154154upload-resources-to-github :
155155 ${MAKEFILE_PATH} /scripts/upload-resources-to-github
156- ${MAKEFILE_PATH} /scripts/upload-resources-to-github -k -s ${K8S_1_25_ASSET_SUFFIX }
156+ ${MAKEFILE_PATH} /scripts/upload-resources-to-github -k -s ${K8S_1_29_ASSET_SUFFIX }
157157
158158upload-resources-to-github-windows :
159159 powershell -File ${MAKEFILE_PATH} /scripts/upload-resources-to-github-windows.ps1 -BinariesOnly
160160
161161generate-k8s-yaml :
162162 ${MAKEFILE_PATH} /scripts/generate-k8s-yaml
163- ${MAKEFILE_PATH} /scripts/generate-k8s-yaml -k " 1.32.2" -s ${K8S_1_25_ASSET_SUFFIX }
163+ ${MAKEFILE_PATH} /scripts/generate-k8s-yaml -k " 1.32.2" -s ${K8S_1_29_ASSET_SUFFIX }
164164
165165sync-readme-to-ecr-public :
166166 @ECR_REGISTRY=${ECR_REGISTRY} ${MAKEFILE_PATH} /scripts/ecr-public-login
Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ helm upgrade --install aws-node-termination-handler \
166166
167167| NTH Release | K8s v1.32 | K8s v1.31 | K8s v1.30 | K8s v1.29 | K8s v1.28 | K8s v1.27 | K8s v1.26 | K8s v1.25 |
168168| :-----------------------------------------------------------------------------------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: | :-------: |
169- | [ v1.24.0] ( https://github.com/aws/aws-node-termination-handler/releases/tag/v1.24.0 ) | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
169+ | [ v1.24.0] ( https://github.com/aws/aws-node-termination-handler/releases/tag/v1.24.0 ) | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
170170| [ v1.23.1] ( https://github.com/aws/aws-node-termination-handler/releases/tag/v1.23.1 ) | ❌ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
171171| [ v1.23.0] ( https://github.com/aws/aws-node-termination-handler/releases/tag/v1.23.0 ) | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
172172| [ v1.22.1] ( https://github.com/aws/aws-node-termination-handler/releases/tag/v1.22.1 ) | ❌ | ❌ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
You can’t perform that action at this time.
0 commit comments