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

Commit 31c6cf2

Browse files
author
Patrick Baxter
authored
Merge pull request #308 from pbx0/v1.5.3
V1.5.3
2 parents 12f125e + 836b4db commit 31c6cf2

File tree

379 files changed

+7145
-4935
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

379 files changed

+7145
-4935
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.2+coreos.2
57+
VENDOR_VERSION = v1.5.3+coreos.0
5858
ETCD_OPERATOR_VERSION = 7315cda48a511c8bcab1e575ee0626eae7d07d2d
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_ACI=quay.io/coreos/hyperkube
12-
Environment=KUBELET_VERSION=v1.5.2_coreos.2
12+
Environment=KUBELET_VERSION=v1.5.3_coreos.0
1313
Environment="RKT_OPTS=--volume var-lib-cni,kind=host,source=/var/lib/cni --mount volume=var-lib-cni,target=/var/lib/cni"
1414
ExecStartPre=/bin/mkdir -p /etc/kubernetes/manifests
1515
ExecStartPre=/bin/mkdir -p /etc/kubernetes/cni/net.d

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_ACI=quay.io/coreos/hyperkube
20-
Environment=KUBELET_VERSION=v1.5.2_coreos.2
20+
Environment=KUBELET_VERSION=v1.5.3_coreos.0
2121
Environment="RKT_OPTS=--volume var-lib-cni,kind=host,source=/var/lib/cni --mount volume=var-lib-cni,target=/var/lib/cni"
2222
ExecStartPre=/bin/mkdir -p /etc/kubernetes/manifests
2323
ExecStartPre=/bin/mkdir -p /etc/kubernetes/cni/net.d

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.2+coreos.2}
5+
CONFORMANCE_VERSION=${CONFORMANCE_VERSION:-v1.5.3+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
@@ -55,7 +55,7 @@ spec:
5555
spec:
5656
containers:
5757
- name: kubelet
58-
image: quay.io/coreos/hyperkube:v1.5.2_coreos.2
58+
image: quay.io/coreos/hyperkube:v1.5.3_coreos.0
5959
command:
6060
- ./hyperkube
6161
- kubelet
@@ -176,7 +176,7 @@ spec:
176176
hostNetwork: true
177177
containers:
178178
- name: kube-apiserver
179-
image: quay.io/coreos/hyperkube:v1.5.2_coreos.2
179+
image: quay.io/coreos/hyperkube:v1.5.3_coreos.0
180180
command:
181181
- /usr/bin/flock
182182
- --exclusive
@@ -275,7 +275,7 @@ spec:
275275
master: "true"
276276
containers:
277277
- name: kube-controller-manager
278-
image: quay.io/coreos/hyperkube:v1.5.2_coreos.2
278+
image: quay.io/coreos/hyperkube:v1.5.3_coreos.0
279279
command:
280280
- ./hyperkube
281281
- controller-manager
@@ -334,7 +334,7 @@ spec:
334334
master: "true"
335335
containers:
336336
- name: kube-scheduler
337-
image: quay.io/coreos/hyperkube:v1.5.2_coreos.2
337+
image: quay.io/coreos/hyperkube:v1.5.3_coreos.0
338338
command:
339339
- ./hyperkube
340340
- scheduler
@@ -367,7 +367,7 @@ spec:
367367
hostNetwork: true
368368
containers:
369369
- name: kube-proxy
370-
image: quay.io/coreos/hyperkube:v1.5.2_coreos.2
370+
image: quay.io/coreos/hyperkube:v1.5.3_coreos.0
371371
command:
372372
- /hyperkube
373373
- proxy

vendor/github.com/Azure/go-autorest/autorest/azure/token.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/github.com/Azure/go-autorest/autorest/error.go

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

vendor/github.com/Azure/go-autorest/autorest/responder.go

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

vendor/github.com/Azure/go-autorest/autorest/sender.go

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

vendor/k8s.io/kubernetes/build/common.sh

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

0 commit comments

Comments
 (0)