Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 1.7.x #3422

Merged
merged 30 commits into from
Sep 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
209c320
build(deps): bump github.com/containerd/accelerated-container-image
dependabot[bot] Apr 8, 2024
80762fb
update Dockerfile go version to 1.22 to support containerd v2 builds
Shubhranshu153 Sep 8, 2024
5c27256
update CNI plugins (1.5.1)
AkihiroSuda Jun 20, 2024
a437e4b
chore: update runc to v1.1.14
pendo324 Sep 3, 2024
f3a1869
fix: Test create with mac address after updating cni version
Shubhranshu153 Sep 8, 2024
4f68270
feat: support for --sig-proxy in run
CodeChanning Jun 12, 2024
96bf9ea
feat: support for -a and --attach in run
CodeChanning Jun 17, 2024
2b61e68
feat: add Status and ID as event attributes
CodeChanning Jul 3, 2024
d97ca7d
feat: adding filter infrastructure + status and event filter
CodeChanning Jul 3, 2024
48824a7
Include init NetworkSettings within inspect response
chews93319 Aug 16, 2024
a8a63b9
fix: Update Test for CNI plugin upgrade
Shubhranshu153 Sep 8, 2024
4f8a66f
fix: Anchor Docer Version to v24 and update dependencies
Shubhranshu153 Sep 8, 2024
22c59a0
update BuildKit (0.15.2)
AkihiroSuda Aug 17, 2024
002b037
update imgcrypt (1.1.11)
yankay Jun 3, 2024
ce82888
update slirp4netns (1.3.1)
AkihiroSuda May 27, 2024
5012ba8
update RootlessKit (2.3.1)
AkihiroSuda Aug 17, 2024
d4fdd9b
update bypass4netns (0.4.1)
AkihiroSuda Apr 8, 2024
149f87c
update Kubo (0.29.0)
AkihiroSuda Jun 20, 2024
47164ce
update Go (1.23)
AkihiroSuda Aug 17, 2024
553d52b
CI: update Ubuntu (24.04)
AkihiroSuda Jun 20, 2024
658a95b
Update go mod and go sum
Shubhranshu153 Sep 8, 2024
d447f54
update Nydus (2.2.5)
AkihiroSuda Jun 20, 2024
3e7af3b
update soci-snapshotter (0.7.0)
AkihiroSuda Aug 17, 2024
e974cc5
build(deps): bump tonistiigi/xx from 1.4.0 to 1.5.0
dependabot[bot] Aug 20, 2024
4451ac1
update debian (12)
AkihiroSuda Jun 20, 2024
1d46b4b
Add ubuntu 22.04 test to the matrix
Shubhranshu153 Sep 8, 2024
2df0c94
Update golangci-lint version and go mod cleanup
Shubhranshu153 Sep 8, 2024
02d73cc
Fix S1009 (see https://staticcheck.dev/docs/checks#S1009)
apostasie Aug 17, 2024
7cab42c
Update deprecated packages
Shubhranshu153 Sep 9, 2024
a803e60
Update containerd version to 1.7.22
Shubhranshu153 Sep 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update Dockerfile go version to 1.22 to support containerd v2 builds
Signed-off-by: Shubharanshu Mahapatra <[email protected]>
Shubhranshu153 committed Sep 8, 2024
commit 80762fb3f5f9449dd872dd8b03376c66d4cc39a6
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ ARG TINI_VERSION=v0.19.0
ARG BUILDG_VERSION=v0.4.1

# Test deps
ARG GO_VERSION=1.21
ARG GO_VERSION=1.22
ARG UBUNTU_VERSION=22.04
ARG CONTAINERIZED_SYSTEMD_VERSION=v0.1.1
ARG GOTESTSUM_VERSION=v1.11.0