mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
Merge pull request #2065 from pwittrock/master
update release versions for cmd/*
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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]}"
|
||||
|
||||
Reference in New Issue
Block a user