diff --git a/Makefile b/Makefile index 2256d9b861..730abc6eb7 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ validate: @./scripts/pull-scripts @./bin/charts-build-scripts validate $(if $(filter true,$(remote)),--remote) $(if $(filter true,$(local)),--local) -TARGETS := prepare patch clean clean-cache charts list index unzip zip standardize template regsync check-images check-rc enforce-lifecycle lifecycle-status auto-forward-port validate-release-charts +TARGETS := prepare patch clean clean-cache charts list index unzip zip standardize template regsync check-images check-rc enforce-lifecycle lifecycle-status auto-forward-port validate-release-charts compare-index-files $(TARGETS): @./scripts/pull-scripts diff --git a/scripts/version b/scripts/version index f75b46ae1a..851af5f8c5 100755 --- a/scripts/version +++ b/scripts/version @@ -2,4 +2,4 @@ set -e CHARTS_BUILD_SCRIPTS_REPO=https://github.com/rancher/charts-build-scripts.git -CHARTS_BUILD_SCRIPT_VERSION="${CHARTS_BUILD_SCRIPT_VERSION:-v1.0.0}" +CHARTS_BUILD_SCRIPT_VERSION="${CHARTS_BUILD_SCRIPT_VERSION:-v1.1.0}"