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

Commit bb0ca84

Browse files
authored
Merge pull request #1559 from mikebrow/prepare-1.4
Prepare 1.4
2 parents 4e6644c + b0cc079 commit bb0ca84

File tree

9 files changed

+56
-44
lines changed

9 files changed

+56
-44
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,19 @@ See [test dashboard](https://k8s-testgrid.appspot.com/sig-node-containerd)
3636
| v1.0.0-alpha.x | | 1.7, 1.8 | v1alpha1 |
3737
| v1.0.0-beta.x | | 1.9 | v1alpha1 |
3838
| End-Of-Life | v1.1 (End-Of-Life) | 1.10+ | v1alpha2 |
39-
| | v1.2 | 1.10+ | v1alpha2 |
39+
| | v1.2 (Extended) | 1.10+ | v1alpha2 |
4040
| | v1.3 | 1.12+ | v1alpha2 |
41+
| | v1.4 | 1.19+ (rc) | v1alpha2 |
4142

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

4445
The following is the current support table for containerd CRI integration taking into account that Kubernetes only supports n-3 minor release versions.
4546

4647
| Containerd Version | Kubernetes Version | CRI Version |
4748
|:------------------:|:------------------:|:-----------:|
48-
| v1.2 | 1.14+ | v1alpha2 |
49-
| v1.3 | 1.14+ | v1alpha2 |
49+
| v1.2 | 1.15+ | v1alpha2 |
50+
| v1.3 | 1.15+ | v1alpha2 |
51+
| v1.4 | 1.19+ (rc) | v1alpha2 |
5052

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

vendor.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ github.com/BurntSushi/toml v0.3.1
1010
github.com/cespare/xxhash/v2 v2.1.1
1111
github.com/containerd/cgroups 318312a373405e5e91134d8063d04d59768a1bff
1212
github.com/containerd/console v1.0.0
13-
github.com/containerd/containerd v1.4.0-rc.0
13+
github.com/containerd/containerd v1.4.0
1414
github.com/containerd/continuity efbc4488d8fe1bdc16bde3b2d2990d9b3a899165
1515
github.com/containerd/fifo f15a3290365b9d2627d189e619ab4008e0069caf
1616
github.com/containerd/go-runc 7016d3ce2328dd2cb1192b2076ebd565c4e8df0c
@@ -37,8 +37,8 @@ github.com/Microsoft/go-winio v0.4.14
3737
github.com/Microsoft/hcsshim v0.8.9
3838
github.com/opencontainers/go-digest v1.0.0
3939
github.com/opencontainers/image-spec v1.0.1
40-
github.com/opencontainers/runc 67169a9d43456ff0d5ae12b967acb8e366e2f181 # v1.0.0-rc91-48-g67169a9d
41-
github.com/opencontainers/runtime-spec 237cc4f519e2e8f9b235bacccfa8ef5a84df2875 # v1.0.2-14-g8e2f17c
40+
github.com/opencontainers/runc v1.0.0-rc92
41+
github.com/opencontainers/runtime-spec 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43 # v1.0.3-0.20200728170252-4d89ac9fbff6
4242
github.com/pkg/errors v0.9.1
4343
github.com/prometheus/client_golang v1.6.0
4444
github.com/prometheus/client_model v0.2.0

vendor/github.com/containerd/containerd/cmd/containerd/command/oci-hook.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/containerd/containerd/vendor.conf

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

vendor/github.com/containerd/containerd/version/version.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/opencontainers/runc/go.mod

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

vendor/github.com/opencontainers/runc/libcontainer/configs/config.go

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

vendor/github.com/opencontainers/runtime-spec/specs-go/config.go

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

vendor/github.com/opencontainers/runtime-spec/specs-go/state.go

Lines changed: 19 additions & 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)