From 90ecc5d30ae411c86a18fb3321b4dd62dcf041c5 Mon Sep 17 00:00:00 2001 From: Phillip Wittrock Date: Thu, 9 Jan 2020 17:52:24 -0800 Subject: [PATCH] update release versions for cmd/* --- releasing/VERSIONS | 16 +++++++++++++--- releasing/releasemodule.sh | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/releasing/VERSIONS b/releasing/VERSIONS index f3d1109c9..e66c2c3e9 100644 --- a/releasing/VERSIONS +++ b/releasing/VERSIONS @@ -6,7 +6,12 @@ # kyaml version export kyaml_major=0 export kyaml_minor=0 -export kyaml_patch=5 +export kyaml_patch=6 + +# kstatus version +export kstatus_major=0 +export kstatus_minor=0 +export kstatus_patch=1 # kustomize api version export api_major=0 @@ -16,12 +21,17 @@ export api_patch=1 # cmd/config version export cmd_config_major=0 export cmd_config_minor=0 -export cmd_config_patch=5 +export cmd_config_patch=6 # cmd/kubectl version export cmd_kubectl_major=0 export cmd_kubectl_minor=0 -export cmd_kubectl_patch=2 +export cmd_kubectl_patch=3 + +# cmd/resource version +export cmd_resource_major=0 +export cmd_resource_minor=0 +export cmd_resource_patch=1 # kustomize version export kustomize_major=3 diff --git a/releasing/releasemodule.sh b/releasing/releasemodule.sh index c73661680..5361361eb 100755 --- a/releasing/releasemodule.sh +++ b/releasing/releasemodule.sh @@ -67,7 +67,7 @@ function releaseModule { echo "$module complete" } -modules="kyaml api cmd/config cmd/kubectl pluginator kustomize" +modules="kyaml api kstatus cmd/config cmd/resource cmd/kubectl pluginator kustomize" # configure the branch and tag names module="${1?must provide the module to release as an argument: supported modules [$modules]}"