-
Notifications
You must be signed in to change notification settings - Fork 614
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2885 from AkihiroSuda/prepare-v1.7.5
[release/1.7] Prepare v1.7.5
- Loading branch information
Showing
10 changed files
with
97 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -77,11 +77,11 @@ jobs: | |
# ubuntu-20.04: cgroup v1, ubuntu-22.04: cgroup v2 | ||
include: | ||
- ubuntu: 20.04 | ||
containerd: v1.6.28 | ||
containerd: v1.6.30 | ||
- ubuntu: 20.04 | ||
containerd: v1.7.13 | ||
containerd: v1.7.14 | ||
- ubuntu: 22.04 | ||
containerd: v1.7.13 | ||
containerd: v1.7.14 | ||
- ubuntu: 22.04 | ||
containerd: main | ||
env: | ||
|
@@ -113,7 +113,7 @@ jobs: | |
# ubuntu-20.04: cgroup v1, ubuntu-22.04: cgroup v2 | ||
include: | ||
- ubuntu: 22.04 | ||
containerd: v1.7.13 | ||
containerd: v1.7.14 | ||
env: | ||
UBUNTU_VERSION: "${{ matrix.ubuntu }}" | ||
CONTAINERD_VERSION: "${{ matrix.containerd }}" | ||
|
@@ -157,36 +157,36 @@ jobs: | |
# ubuntu-22.04: cgroup v1, ubuntu-22.04: cgroup v2 | ||
include: | ||
- ubuntu: 20.04 | ||
containerd: v1.6.28 | ||
containerd: v1.6.30 | ||
rootlesskit: v1.1.1 | ||
target: test-integration-rootless | ||
- ubuntu: 20.04 | ||
containerd: v1.7.13 | ||
rootlesskit: v2.0.1 | ||
containerd: v1.7.14 | ||
rootlesskit: v2.0.2 | ||
target: test-integration-rootless | ||
- ubuntu: 22.04 | ||
containerd: v1.7.13 | ||
containerd: v1.7.14 | ||
rootlesskit: v1.1.1 | ||
target: test-integration-rootless | ||
- ubuntu: 22.04 | ||
containerd: main | ||
rootlesskit: v2.0.1 | ||
rootlesskit: v2.0.2 | ||
target: test-integration-rootless | ||
- ubuntu: 20.04 | ||
containerd: v1.6.28 | ||
containerd: v1.6.30 | ||
rootlesskit: v1.1.1 | ||
target: test-integration-rootless-port-slirp4netns | ||
- ubuntu: 20.04 | ||
containerd: v1.7.13 | ||
rootlesskit: v2.0.1 | ||
containerd: v1.7.14 | ||
rootlesskit: v2.0.2 | ||
target: test-integration-rootless-port-slirp4netns | ||
- ubuntu: 22.04 | ||
containerd: v1.7.13 | ||
containerd: v1.7.14 | ||
rootlesskit: v1.1.1 | ||
target: test-integration-rootless-port-slirp4netns | ||
- ubuntu: 22.04 | ||
containerd: main | ||
rootlesskit: v2.0.1 | ||
rootlesskit: v2.0.2 | ||
target: test-integration-rootless-port-slirp4netns | ||
env: | ||
UBUNTU_VERSION: "${{ matrix.ubuntu }}" | ||
|
@@ -276,15 +276,15 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
repository: containerd/containerd | ||
ref: v1.7.13 | ||
ref: v1.7.14 | ||
path: containerd | ||
fetch-depth: 1 | ||
- name: "Set up CNI" | ||
working-directory: containerd | ||
run: GOPATH=$(go env GOPATH) script/setup/install-cni-windows | ||
- name: "Set up containerd" | ||
env: | ||
ctrdVersion: 1.7.13 | ||
ctrdVersion: 1.7.14 | ||
run: powershell hack/configure-windows-ci.ps1 | ||
# TODO: Run unit tests | ||
- name: "Run integration tests" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
1511f6c003ace805eafeb1132727791326283cff88a923d76329e1892bba7a10 cni-plugins-linux-amd64-v1.4.1.tgz | ||
72644e13557cda8a5b39baf97fc5e93d23fdf7baba7700000e7e9efd8bdf9234 cni-plugins-linux-arm64-v1.4.1.tgz |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
4dafc86e1cbee2fbedac6822bf46e459d54ec998803d273f535b67a6e62edb30 rootlesskit-aarch64.tar.gz | ||
c633c5e7f84d3390c4ebe8102af0cd8bdecd1f10e9fc007036636ef94d95b449 rootlesskit-armv7l.tar.gz | ||
598a2c685cd383ba1abd3bf20a5c1bd55c283ceea1b3a9479c76f0fb96df75d5 rootlesskit-ppc64le.tar.gz | ||
af9bbb79de33b0b3f901b3848341ae4b05ca4e0838f103044f082aab91f3b7f5 rootlesskit-riscv64.tar.gz | ||
b1539a7f8059150f8dfdfc4de3a2714a199c09fdfe9c7670ce69824b8fdad7b9 rootlesskit-s390x.tar.gz | ||
a218beb65d243183d13024a8b18fc08543e238ef38d306166e8375bde0efd57c rootlesskit-x86_64.tar.gz |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
5ccf6a6cabc312d33332709486ea90110f4608b8371954d6dc2a1ed865457f92 SOURCE_DATE_EPOCH | ||
289b0838f849da0d6d5de596e6c5010fbb134a2912d3cc32a0e2e2b759543278 slirp4netns-aarch64 | ||
43db5430758edb8d095a0923dcbf2757a2fded9f22aa851d18aad9b82c245fb6 slirp4netns-armv7l | ||
fe565401ffefa1c4f1e6c141788405825ae5513e0bb1122bdfe6acdd00be9e71 slirp4netns-ppc64le | ||
cb9f92d496541b9ee2163bd64d522bf82a4136ccbbb01e3883be078a5e65af6f slirp4netns-riscv64 | ||
09e68bd9707fdab67884256bea5ca09ae9057a4ebf3f8382e369602c7ae21734 slirp4netns-s390x | ||
2051ae25baba59c96f42bf2b7b7efa2eabb022e497b6c4b692b1428d2b2d1f5b slirp4netns-x86_64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.