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

Commit 6618198

Browse files
klausenbuskrphillips
authored andcommitted
Bump v1.11.0 (#990)
* Bump v1.11.0 * Bump vendor k8s 1.11.0 Also bump json-iterator as required per: kubernetes/kubernetes#65034
1 parent 8fb9b6b commit 6618198

File tree

436 files changed

+18144
-7255
lines changed

Some content is hidden

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

436 files changed

+18144
-7255
lines changed

Gopkg.lock

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

Gopkg.toml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ required = [
99

1010
[[override]]
1111
name = "k8s.io/api"
12-
revision = "kubernetes-1.10.3"
12+
revision = "kubernetes-1.11.0"
1313
[[constraint]]
1414
name = "k8s.io/apiextensions-apiserver"
15-
revision = "kubernetes-1.10.3"
15+
revision = "kubernetes-1.11.0"
1616
[[constraint]]
1717
name = "k8s.io/apimachinery"
18-
revision = "kubernetes-1.10.3"
18+
revision = "kubernetes-1.11.0"
1919
[[constraint]]
2020
name = "k8s.io/client-go"
21-
revision = "kubernetes-1.10.3"
21+
revision = "kubernetes-1.11.0"
2222

2323
[[constraint]]
2424
name = "github.com/coreos/etcd"
@@ -52,6 +52,9 @@ revision = "5215b55f46b2b919f50a1df0eaa5886afe4e3b3d"
5252
name = "github.com/gogo/protobuf"
5353
revision = "909568be09de550ed094403c2bf8a261b5bb730a"
5454
[[override]]
55+
name = "github.com/google/btree"
56+
revision = "e89373fe6b4a7413d7acd6da1725b83ef713e6e4"
57+
[[override]]
5558
name = "github.com/golang/protobuf"
5659
revision = "4bd1920723d7b7c925de087aa32e2187708897f7"
5760
[[override]]
@@ -61,27 +64,33 @@ revision = "44d81051d367757e1c7c6a5a86423ece9afcf63c"
6164
name = "github.com/googleapis/gnostic"
6265
version = "v0.1.0"
6366
[[override]]
67+
name = "github.com/gregjones/httpcache"
68+
revision = "9cad4c3443a7200dd6400aef47183728de563a38"
69+
[[override]]
6470
name = "github.com/hashicorp/golang-lru"
6571
revision = "a0d98a5f288019575c6d1f4bb1573fef2d1fcdc4"
6672
[[override]]
67-
name = "github.com/howeyc/gopass"
68-
revision = "bf9dde6d0d2c004a008c27aaee91170c786f6db8"
69-
[[override]]
7073
name = "github.com/imdario/mergo"
7174
revision = "6633656539c1639d9d78127b7d47c622b5d7b6dc"
7275
[[override]]
7376
name = "github.com/inconshreveable/mousetrap"
7477
revision = "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
7578
[[override]]
7679
name = "github.com/json-iterator/go"
77-
version = "1.0.6"
80+
revision = "f2b4162afba35581b6d4a50d3b8f34e33c144682"
7881
[[override]]
7982
name = "github.com/modern-go/concurrent"
8083
revision = "bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94"
8184
[[override]]
8285
name = "github.com/modern-go/reflect2"
8386
revision = "0b92968f4be75033e2089fba355a691ea2e9c5cc"
8487
[[override]]
88+
name = "github.com/petar/GoLLRB"
89+
revision = "53be0d36a84c2a886ca057d34b6aa4468df9ccb4"
90+
[[override]]
91+
name = "github.com/peterbourgon/diskv"
92+
version = "v2.0.1"
93+
[[override]]
8594
name = "github.com/spf13/pflag"
8695
revision = "e57e3eeb33f795204c1ca35f56c44f83227c6e66"
8796
[[override]]

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ conformance-%: clean all
7676
#TODO: curl/sed "vendored" libs is gross - come up with something better
7777
vendor:
7878
@dep ensure -v
79-
@curl https://raw.githubusercontent.com/kubernetes/kubernetes/v1.10.3/pkg/kubelet/util/util.go | sed 's/^package util$$/package internal/' > pkg/checkpoint/internal/util.go
80-
@curl https://raw.githubusercontent.com/kubernetes/kubernetes/v1.10.3/pkg/kubelet/util/util_unix.go | sed 's/^package util$$/package internal/' > pkg/checkpoint/internal/util_unix.go
79+
@curl https://raw.githubusercontent.com/kubernetes/kubernetes/v1.11.0/pkg/kubelet/util/util.go | sed 's/^package util$$/package internal/' > pkg/checkpoint/internal/util.go
80+
@curl https://raw.githubusercontent.com/kubernetes/kubernetes/v1.11.0/pkg/kubelet/util/util_unix.go | sed 's/^package util$$/package internal/' > pkg/checkpoint/internal/util_unix.go
8181
@CGO_ENABLED=1 go build -o _output/bin/license-bill-of-materials ./vendor/github.com/coreos/license-bill-of-materials
8282
@./_output/bin/license-bill-of-materials ./cmd/bootkube ./cmd/checkpoint > bill-of-materials.json
8383

bill-of-materials.json

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,15 @@
5353
}
5454
]
5555
},
56+
{
57+
"project": "github.com/google/btree",
58+
"licenses": [
59+
{
60+
"type": "Apache License 2.0",
61+
"confidence": 1
62+
}
63+
]
64+
},
5665
{
5766
"project": "github.com/google/gofuzz",
5867
"licenses": [
@@ -72,20 +81,20 @@
7281
]
7382
},
7483
{
75-
"project": "github.com/hashicorp/golang-lru",
84+
"project": "github.com/gregjones/httpcache",
7685
"licenses": [
7786
{
78-
"type": "Mozilla Public License 2.0",
79-
"confidence": 1
87+
"type": "MIT License",
88+
"confidence": 0.9891304347826086
8089
}
8190
]
8291
},
8392
{
84-
"project": "github.com/howeyc/gopass",
93+
"project": "github.com/hashicorp/golang-lru",
8594
"licenses": [
8695
{
87-
"type": "ISC License",
88-
"confidence": 0.9850746268656716
96+
"type": "Mozilla Public License 2.0",
97+
"confidence": 1
8998
}
9099
]
91100
},
@@ -143,6 +152,15 @@
143152
}
144153
]
145154
},
155+
{
156+
"project": "github.com/peterbourgon/diskv",
157+
"licenses": [
158+
{
159+
"type": "MIT License",
160+
"confidence": 0.9891304347826086
161+
}
162+
]
163+
},
146164
{
147165
"project": "github.com/spf13/cobra",
148166
"licenses": [

hack/jenkins/scripts/conformance.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
export KUBECONFIG="${KUBECONFIG:-"${DIR}/../../quickstart/cluster/auth/kubeconfig"}"
5-
export KUBERNETES_VERSION="v1.10.3"
5+
export KUBERNETES_VERSION="v1.11.0"
66

77
# Set up kubectl
88
curl -L -O -v https://storage.googleapis.com/kubernetes-release/release/$KUBERNETES_VERSION/bin/linux/amd64/kubectl

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=docker://k8s.gcr.io/hyperkube
12-
Environment=KUBELET_IMAGE_TAG=v1.10.3
12+
Environment=KUBELET_IMAGE_TAG=v1.11.0
1313
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/cache/kubelet-pod.uuid \
1414
--volume var-lib-cni,kind=host,source=/var/lib/cni \
1515
--volume var-lib-kubelet,kind=host,source=/var/lib/kubelet \

hack/quickstart/kubelet.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Service]
22
EnvironmentFile=-/etc/kubernetes/kubelet.env
33
Environment=KUBELET_IMAGE_URL=docker://k8s.gcr.io/hyperkube
4-
Environment=KUBELET_IMAGE_TAG=v1.10.3
4+
Environment=KUBELET_IMAGE_TAG=v1.11.0
55
Environment=KUBELET_MINIMUM_CONTAINER_TTL_DURATION=3m0s
66
Environment=KUBELET_MAXIMUM_DEAD_CONTAINERS=-1
77
Environment=KUBELET_MAXIMUM_DEAD_CONTAINERS_PER_CONTAINER=1

hack/single-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=docker://k8s.gcr.io/hyperkube
12-
Environment=KUBELET_IMAGE_TAG=v1.10.3
12+
Environment=KUBELET_IMAGE_TAG=v1.11.0
1313
Environment="RKT_RUN_ARGS=--uuid-file-save=/var/cache/kubelet-pod.uuid \
1414
--volume var-lib-cni,kind=host,source=/var/lib/cni \
1515
--volume var-lib-kubelet,kind=host,source=/var/lib/kubelet \

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/kubernetes/kubernetes}
5-
CONFORMANCE_VERSION=${CONFORMANCE_VERSION:-v1.10.3}
5+
CONFORMANCE_VERSION=${CONFORMANCE_VERSION:-v1.11.0}
66

77
usage() {
88
echo "USAGE:"

pkg/asset/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ var DefaultImages = ImageVersions{
77
FlannelCNI: "quay.io/coreos/flannel-cni:v0.3.0",
88
Calico: "quay.io/calico/node:v3.0.3",
99
CalicoCNI: "quay.io/calico/cni:v2.0.0",
10-
Hyperkube: "k8s.gcr.io/hyperkube:v1.10.3",
10+
Hyperkube: "k8s.gcr.io/hyperkube:v1.11.0",
1111
KubeDNS: "k8s.gcr.io/k8s-dns-kube-dns-amd64:1.14.10",
1212
KubeDNSMasq: "k8s.gcr.io/k8s-dns-dnsmasq-nanny-amd64:1.14.10",
1313
KubeDNSSidecar: "k8s.gcr.io/k8s-dns-sidecar-amd64:1.14.10",

0 commit comments

Comments
 (0)