Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #9 in RUN/kube-aws from feature/bump-kube-to-1.6.4…
Browse files Browse the repository at this point in the history
… to hcom-flavour

* commit '28b893f91b55ad07545bcf7c871bccad7be1bbd9':
  @noissue Bump kubbe/coros version
  • Loading branch information
Maxim Ivanov committed Jun 5, 2017
2 parents a193042 + 28b893f commit 684d2bf
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions contrib/bump-version
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

if [ $# -ne 1 ] || [ `expr $1 : ".*_.*"` == 0 ]; then
echo "USAGE: $0 <target-version>"
echo " example: $0 'v1.6.3_coreos.0'"
echo " example: $0 'v1.6.4_coreos.0'"
exit 1
fi

CURRENT_VERSION=${CURRENT_VERSION:-"v1.6.3_coreos.0"}
CURRENT_VERSION=${CURRENT_VERSION:-"v1.6.4_coreos.0"}
TARGET_VERSION=${1}

CURRENT_VERSION_BASE=${CURRENT_VERSION%%_*}
Expand Down
2 changes: 1 addition & 1 deletion core/controlplane/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

const (
k8sVer = "v1.6.3_coreos.0"
k8sVer = "v1.6.4_coreos.0"

credentialsDir = "credentials"
userDataDir = "userdata"
Expand Down
2 changes: 1 addition & 1 deletion core/controlplane/config/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ worker:
# and pulling from quay or dockerhub is slow and you get many timeouts.

# Version of hyperkube image to use. This is the tag for the hyperkube image repository.
# kubernetesVersion: v1.6.3_coreos.0
# kubernetesVersion: v1.6.4_coreos.0

# Hyperkube image repository to use.
# hyperkubeImage:
Expand Down
2 changes: 1 addition & 1 deletion e2e/kubernetes/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.7.1

ARG KUBERNETES_VERSION=${KUBERNETES_VERSION:-v1.6.3+coreos.0}
ARG KUBERNETES_VERSION=${KUBERNETES_VERSION:-v1.6.4+coreos.0}

RUN apt-get update && \
apt-get install -y rsync && \
Expand Down
2 changes: 1 addition & 1 deletion e2e/kubernetes/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
KUBERNETES_VERSION ?= v1.6.3+coreos.0
KUBERNETES_VERSION ?= v1.6.4+coreos.0
DOCKER_REPO ?=
DOCKER_TAG ?= $(DOCKER_REPO)kube-e2e:$(KUBERNETES_VERSION)
DOCKER_TAG_SANITIZED ?= $(shell echo $(DOCKER_TAG) | sed -e 's/+/_/')
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/aws/aws-sdk-go/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 684d2bf

Please sign in to comment.