We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8ed96 commit 2643eb2Copy full SHA for 2643eb2
Makefile
@@ -1,4 +1,4 @@
1
-VERSION = 1.105.0
+VERSION = 1.106.0
2
LATEST_RELEASE_TAG=$(shell git describe --tags --abbrev=0)
3
LATEST_COMMIT_HASH=$(shell git rev-parse HEAD)
4
LATEST_COMMIT_CHART_VERSION=$(shell git --no-pager show ${LATEST_COMMIT_HASH}:config/helm/aws-node-termination-handler/Chart.yaml | grep 'version:' | cut -d' ' -f2 | tr -d '[:space:]')
0 commit comments