Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 08e545f

Browse files
committed
[release/1.4] vendor: kubernetes v1.19.4
relevant changes: - TLS transport cache: don't cache transports for incomparable configs Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent b1ebe1c commit 08e545f

7 files changed

Lines changed: 54 additions & 47 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ See [test dashboard](https://k8s-testgrid.appspot.com/sig-node-containerd)
4646
| End-Of-Life | v1.1 (End-Of-Life) | 1.10+ | v1alpha2 |
4747
| | v1.2 (Extended) | 1.10+ | v1alpha2 |
4848
| | v1.3 | 1.12+ | v1alpha2 |
49-
| | v1.4 | 1.19+ (rc) | v1alpha2 |
49+
| | v1.4 | 1.19+ | v1alpha2 |
5050

5151
**Note:** The support table above specifies the Kubernetes Version that was supported at time of release of the containerd - cri integration.
5252

@@ -56,7 +56,7 @@ The following is the current support table for containerd CRI integration taking
5656
|:------------------:|:------------------:|:-----------:|
5757
| v1.2 | 1.15+ | v1alpha2 |
5858
| v1.3 | 1.15+ | v1alpha2 |
59-
| v1.4 | 1.19+ (rc) | v1alpha2 |
59+
| v1.4 | 1.19+ | v1alpha2 |
6060

6161
## Production Quality Cluster on GCE
6262
For a production quality cluster on GCE brought up with `kube-up.sh` refer [here](docs/kube-up.md).

vendor.conf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ golang.org/x/oauth2 858c2ad4c8b6c5d10852cb89079f
7777
golang.org/x/time 555d28b269f0569763d25dbe1a237ae74c6bcc82
7878
gopkg.in/inf.v0 v0.9.1
7979
gopkg.in/yaml.v2 v2.2.8
80-
k8s.io/api v0.19.2
81-
k8s.io/apiserver v0.19.2
82-
k8s.io/apimachinery v0.19.2
83-
k8s.io/client-go v0.19.2
84-
k8s.io/component-base v0.19.2
85-
k8s.io/cri-api v0.19.2
80+
k8s.io/api v0.19.4
81+
k8s.io/apiserver v0.19.4
82+
k8s.io/apimachinery v0.19.4
83+
k8s.io/client-go v0.19.4
84+
k8s.io/component-base v0.19.4
85+
k8s.io/cri-api v0.19.4
8686
k8s.io/klog/v2 v2.2.0
8787
k8s.io/utils d5654de09c73da55eb19ae4ab4f734f7a61747a6
8888
sigs.k8s.io/structured-merge-diff/v4 v4.0.1

vendor/k8s.io/api/go.mod

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

vendor/k8s.io/apiserver/go.mod

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

vendor/k8s.io/client-go/go.mod

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

vendor/k8s.io/client-go/transport/cache.go

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

vendor/k8s.io/component-base/go.mod

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

0 commit comments

Comments
 (0)