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

Commit

Permalink
Merge pull request #369 from aaronlevy/v1.5.4
Browse files Browse the repository at this point in the history
Bump to kubernetes V1.5.4
  • Loading branch information
aaronlevy authored Mar 10, 2017
2 parents 37713ee + 514bb5f commit a1bcf5f
Show file tree
Hide file tree
Showing 28 changed files with 272 additions and 136 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ conformance-%: clean all
#TODO(aaron): the k8s.io/client-go upstream package is a symlink with relative path. Making note because we change symlink path.
# This will naively try and create a vendor dir from a k8s release
# USE: make vendor VENDOR_VERSION=vX.Y.Z
VENDOR_VERSION = v1.5.3+coreos.0
VENDOR_VERSION = v1.5.4+coreos.0
ETCD_OPERATOR_VERSION = v0.2.1
vendor:
@echo "Creating k8s vendor for: $(VENDOR_VERSION)"
Expand Down
2 changes: 1 addition & 1 deletion hack/multi-node/user-data.sample
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ coreos:
[Service]
EnvironmentFile=/etc/environment
Environment=KUBELET_IMAGE_URL=quay.io/coreos/hyperkube
Environment=KUBELET_IMAGE_TAG=v1.5.3_coreos.0
Environment=KUBELET_IMAGE_TAG=v1.5.4_coreos.0
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/run/kubelet-pod.uuid \
--volume var-lib-cni,kind=host,source=/var/lib/cni \
--mount volume=var-lib-cni,target=/var/lib/cni"
Expand Down
2 changes: 1 addition & 1 deletion hack/single-node/user-data.sample
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ coreos:
[Service]
EnvironmentFile=/etc/environment
Environment=KUBELET_IMAGE_URL=quay.io/coreos/hyperkube
Environment=KUBELET_IMAGE_TAG=v1.5.3_coreos.0
Environment=KUBELET_IMAGE_TAG=v1.5.4_coreos.0
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/run/kubelet-pod.uuid \
--volume var-lib-cni,kind=host,source=/var/lib/cni \
--mount volume=var-lib-cni,target=/var/lib/cni"
Expand Down
2 changes: 1 addition & 1 deletion hack/tests/conformance-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -euo pipefail

CONFORMANCE_REPO=${CONFORMANCE_REPO:-github.com/coreos/kubernetes}
CONFORMANCE_VERSION=${CONFORMANCE_VERSION:-v1.5.3+coreos.0}
CONFORMANCE_VERSION=${CONFORMANCE_VERSION:-v1.5.4+coreos.0}

usage() {
echo "USAGE:"
Expand Down
10 changes: 5 additions & 5 deletions pkg/asset/internal/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
spec:
containers:
- name: kubelet
image: quay.io/coreos/hyperkube:v1.5.3_coreos.0
image: quay.io/coreos/hyperkube:v1.5.4_coreos.0
command:
- ./hyperkube
- kubelet
Expand Down Expand Up @@ -147,7 +147,7 @@ spec:
hostNetwork: true
containers:
- name: kube-apiserver
image: quay.io/coreos/hyperkube:v1.5.3_coreos.0
image: quay.io/coreos/hyperkube:v1.5.4_coreos.0
command:
- /usr/bin/flock
- --exclusive
Expand Down Expand Up @@ -291,7 +291,7 @@ spec:
master: "true"
containers:
- name: kube-controller-manager
image: quay.io/coreos/hyperkube:v1.5.3_coreos.0
image: quay.io/coreos/hyperkube:v1.5.4_coreos.0
command:
- ./hyperkube
- controller-manager
Expand Down Expand Up @@ -347,7 +347,7 @@ spec:
master: "true"
containers:
- name: kube-scheduler
image: quay.io/coreos/hyperkube:v1.5.3_coreos.0
image: quay.io/coreos/hyperkube:v1.5.4_coreos.0
command:
- ./hyperkube
- scheduler
Expand Down Expand Up @@ -380,7 +380,7 @@ spec:
hostNetwork: true
containers:
- name: kube-proxy
image: quay.io/coreos/hyperkube:v1.5.3_coreos.0
image: quay.io/coreos/hyperkube:v1.5.4_coreos.0
command:
- /hyperkube
- proxy
Expand Down

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

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

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

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

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

8 changes: 7 additions & 1 deletion vendor/k8s.io/kubernetes/pkg/controller/deployment/sync.go

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

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

Loading

0 comments on commit a1bcf5f

Please sign in to comment.