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

Commit aa2fc14

Browse files
authored
Merge pull request #226 from aaronlevy/v147
K8s v1.4.7
2 parents 1562da8 + 9c10efb commit aa2fc14

File tree

90 files changed

+1611
-1067
lines changed

Some content is hidden

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

90 files changed

+1611
-1067
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ conformance-%: clean all
4242
#TODO(aaron): the k8s.io/client-go upstream package is a symlink with relative path. Making note because we change symlink path.
4343
# This will naively try and create a vendor dir from a k8s release
4444
# USE: make vendor VENDOR_VERSION=vX.Y.Z
45-
VENDOR_VERSION = v1.4.6+coreos.0
45+
VENDOR_VERSION = v1.4.7+coreos.0
4646
vendor:
4747
@echo "Creating k8s vendor for: $(VENDOR_VERSION)"
4848
@rm -rf vendor

hack/multi-node/user-data.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ coreos:
2626
[Service]
2727
EnvironmentFile=/etc/environment
2828
Environment=KUBELET_ACI=quay.io/coreos/hyperkube
29-
Environment=KUBELET_VERSION=v1.4.6_coreos.0
29+
Environment=KUBELET_VERSION=v1.4.7_coreos.0
3030
ExecStartPre=/bin/mkdir -p /etc/kubernetes/manifests
3131
ExecStartPre=/bin/mkdir -p /srv/kubernetes/manifests
3232
ExecStartPre=/bin/mkdir -p /etc/kubernetes/checkpoint-secrets

hack/single-node/user-data.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ coreos:
2727
[Service]
2828
EnvironmentFile=/etc/environment
2929
Environment=KUBELET_ACI=quay.io/coreos/hyperkube
30-
Environment=KUBELET_VERSION=v1.4.6_coreos.0
30+
Environment=KUBELET_VERSION=v1.4.7_coreos.0
3131
ExecStartPre=/bin/mkdir -p /etc/kubernetes/manifests
3232
ExecStartPre=/bin/mkdir -p /srv/kubernetes/manifests
3333
ExecStartPre=/bin/mkdir -p /etc/kubernetes/checkpoint-secrets

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.4.6+coreos.0}
5+
CONFORMANCE_VERSION=${CONFORMANCE_VERSION:-v1.4.7+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
@@ -34,7 +34,7 @@ spec:
3434
spec:
3535
containers:
3636
- name: kubelet
37-
image: quay.io/coreos/hyperkube:v1.4.6_coreos.0
37+
image: quay.io/coreos/hyperkube:v1.4.7_coreos.0
3838
command:
3939
- /nsenter
4040
- --target=1
@@ -124,7 +124,7 @@ spec:
124124
hostNetwork: true
125125
containers:
126126
- name: kube-apiserver
127-
image: quay.io/coreos/hyperkube:v1.4.6_coreos.0
127+
image: quay.io/coreos/hyperkube:v1.4.7_coreos.0
128128
command:
129129
- /hyperkube
130130
- apiserver
@@ -208,7 +208,7 @@ spec:
208208
spec:
209209
containers:
210210
- name: kube-controller-manager
211-
image: quay.io/coreos/hyperkube:v1.4.6_coreos.0
211+
image: quay.io/coreos/hyperkube:v1.4.7_coreos.0
212212
command:
213213
- ./hyperkube
214214
- controller-manager
@@ -249,7 +249,7 @@ spec:
249249
spec:
250250
containers:
251251
- name: kube-scheduler
252-
image: quay.io/coreos/hyperkube:v1.4.6_coreos.0
252+
image: quay.io/coreos/hyperkube:v1.4.7_coreos.0
253253
command:
254254
- ./hyperkube
255255
- scheduler
@@ -271,7 +271,7 @@ spec:
271271
hostNetwork: true
272272
containers:
273273
- name: kube-proxy
274-
image: quay.io/coreos/hyperkube:v1.4.6_coreos.0
274+
image: quay.io/coreos/hyperkube:v1.4.7_coreos.0
275275
command:
276276
- /hyperkube
277277
- proxy

vendor/k8s.io/kubernetes/.dockerized-kube-version-defs

Lines changed: 5 additions & 0 deletions
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: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/k8s.io/kubernetes/cmd/kube-proxy/app/conntrack.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/cmd/kubelet/app/options/options.go

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

vendor/k8s.io/kubernetes/cmd/kubelet/app/server.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.

0 commit comments

Comments
 (0)