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

Commit 418250a

Browse files
authored
Merge pull request #394 from aaronlevy/v1.5.5
Bump k8s version v1.5.5
2 parents e56132d + 81e69ee commit 418250a

File tree

8 files changed

+16
-18
lines changed

8 files changed

+16
-18
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ conformance-%: clean all
5454
#TODO(aaron): the k8s.io/client-go upstream package is a symlink with relative path. Making note because we change symlink path.
5555
# This will naively try and create a vendor dir from a k8s release
5656
# USE: make vendor VENDOR_VERSION=vX.Y.Z
57-
VENDOR_VERSION = v1.5.4+coreos.0
57+
VENDOR_VERSION = v1.5.5+coreos.0
5858
ETCD_OPERATOR_VERSION = v0.2.4
5959
vendor:
6060
@echo "Creating k8s vendor for: $(VENDOR_VERSION)"

hack/multi-node/user-data.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ coreos:
99
[Service]
1010
EnvironmentFile=/etc/environment
1111
Environment=KUBELET_IMAGE_URL=quay.io/coreos/hyperkube
12-
Environment=KUBELET_IMAGE_TAG=v1.5.4_coreos.0
12+
Environment=KUBELET_IMAGE_TAG=v1.5.5_coreos.0
1313
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/run/kubelet-pod.uuid \
1414
--volume var-lib-cni,kind=host,source=/var/lib/cni \
1515
--mount volume=var-lib-cni,target=/var/lib/cni"

hack/single-node/user-data.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ coreos:
1717
[Service]
1818
EnvironmentFile=/etc/environment
1919
Environment=KUBELET_IMAGE_URL=quay.io/coreos/hyperkube
20-
Environment=KUBELET_IMAGE_TAG=v1.5.4_coreos.0
20+
Environment=KUBELET_IMAGE_TAG=v1.5.5_coreos.0
2121
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/run/kubelet-pod.uuid \
2222
--volume var-lib-cni,kind=host,source=/var/lib/cni \
2323
--mount volume=var-lib-cni,target=/var/lib/cni"

hack/tests/conformance-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
CONFORMANCE_REPO=${CONFORMANCE_REPO:-github.com/coreos/kubernetes}
5-
CONFORMANCE_VERSION=${CONFORMANCE_VERSION:-v1.5.4+coreos.0}
5+
CONFORMANCE_VERSION=${CONFORMANCE_VERSION:-v1.5.5+coreos.0}
66

77
usage() {
88
echo "USAGE:"

pkg/asset/internal/templates.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
spec:
5151
containers:
5252
- name: kubelet
53-
image: quay.io/coreos/hyperkube:v1.5.4_coreos.0
53+
image: quay.io/coreos/hyperkube:v1.5.5_coreos.0
5454
command:
5555
- ./hyperkube
5656
- kubelet
@@ -147,7 +147,7 @@ spec:
147147
hostNetwork: true
148148
containers:
149149
- name: kube-apiserver
150-
image: quay.io/coreos/hyperkube:v1.5.4_coreos.0
150+
image: quay.io/coreos/hyperkube:v1.5.5_coreos.0
151151
command:
152152
- /usr/bin/flock
153153
- --exclusive
@@ -292,7 +292,7 @@ spec:
292292
master: "true"
293293
containers:
294294
- name: kube-controller-manager
295-
image: quay.io/coreos/hyperkube:v1.5.4_coreos.0
295+
image: quay.io/coreos/hyperkube:v1.5.5_coreos.0
296296
command:
297297
- ./hyperkube
298298
- controller-manager
@@ -354,7 +354,7 @@ spec:
354354
master: "true"
355355
containers:
356356
- name: kube-scheduler
357-
image: quay.io/coreos/hyperkube:v1.5.4_coreos.0
357+
image: quay.io/coreos/hyperkube:v1.5.5_coreos.0
358358
command:
359359
- ./hyperkube
360360
- scheduler
@@ -394,7 +394,7 @@ spec:
394394
hostNetwork: true
395395
containers:
396396
- name: kube-proxy
397-
image: quay.io/coreos/hyperkube:v1.5.4_coreos.0
397+
image: quay.io/coreos/hyperkube:v1.5.5_coreos.0
398398
command:
399399
- /hyperkube
400400
- proxy

vendor/k8s.io/kubernetes/pkg/version/base.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/k8s.io/kubernetes/plugin/pkg/admission/security/podsecuritypolicy/admission.go

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/k8s.io/kubernetes/plugin/pkg/admission/security/podsecuritypolicy/admission_test.go

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)