From a9c5f908055d5bd527930831b063c47f2168e019 Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Fri, 20 Dec 2019 10:13:27 -0800 Subject: [PATCH 1/2] fix releasing message --- releasing/releasemodule.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasing/releasemodule.sh b/releasing/releasemodule.sh index 888c18b8c..c73661680 100755 --- a/releasing/releasemodule.sh +++ b/releasing/releasemodule.sh @@ -55,7 +55,7 @@ function releaseModule { git tag -a $tag -m "Release $tag on branch $branch" git push upstream $tag else - printf "\nSkipping push binary $binary -- run with NO_DRY_RUN=true to push the release.\n\n" + printf "\nSkipping push module $module -- run with NO_DRY_RUN=true to push the release.\n\n" fi # cleanup release artifacts From 4b64801d446c8e32fc8614039865bb3552188568 Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Thu, 2 Jan 2020 08:59:12 -0800 Subject: [PATCH 2/2] release kyaml and cmd/config `0.0.4` --- releasing/VERSIONS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasing/VERSIONS b/releasing/VERSIONS index 1ecbb0a4a..56918ec0e 100644 --- a/releasing/VERSIONS +++ b/releasing/VERSIONS @@ -6,7 +6,7 @@ # kyaml version export kyaml_major=0 export kyaml_minor=0 -export kyaml_patch=3 +export kyaml_patch=4 # kustomize api version export api_major=0 @@ -16,7 +16,7 @@ export api_patch=1 # cmd/config version export cmd_config_major=0 export cmd_config_minor=0 -export cmd_config_patch=3 +export cmd_config_patch=4 # cmd/kubectl version export cmd_kubectl_major=0