Merge pull request #18472 from mikedanese/unbound

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2015-12-10 11:33:25 -08:00
commit fda0f913df
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
DEFAULT_KUBECONFIG="${HOME}/.kube/config"
source "${KUBE_ROOT}/hack/lib/util.sh"
source "${KUBE_ROOT}/hack/lib/logging.sh"
# KUBE_RELEASE_VERSION_REGEX matches things like "v1.2.3" or "v1.2.3-alpha.4"
#
# NOTE This must match the version_regex in build/common.sh