Skip to content

Commit 80ce8bd

Browse files
build(deps): bump github.com/containerd/containerd/api
Bumps [github.com/containerd/containerd/api](https://github.com/containerd/containerd) from 1.8.0-rc.0 to 1.8.0-rc.2. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](containerd/containerd@api/v1.8.0-rc.0...api/v1.8.0-rc.2) --- updated-dependencies: - dependency-name: github.com/containerd/containerd/api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d4148d9 commit 80ce8bd

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/containerd/btrfs/v2 v2.0.0
1414
github.com/containerd/cgroups/v3 v3.0.3
1515
github.com/containerd/console v1.0.4
16-
github.com/containerd/containerd/api v1.8.0-rc.0
16+
github.com/containerd/containerd/api v1.8.0-rc.2
1717
github.com/containerd/continuity v0.4.3
1818
github.com/containerd/errdefs v0.1.0
1919
github.com/containerd/fifo v1.1.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ github.com/containerd/cgroups/v3 v3.0.3 h1:S5ByHZ/h9PMe5IOQoN7E+nMc2UcLEM/V48DGD
4141
github.com/containerd/cgroups/v3 v3.0.3/go.mod h1:8HBe7V3aWGLFPd/k03swSIsGjZhHI2WzJmticMgVuz0=
4242
github.com/containerd/console v1.0.4 h1:F2g4+oChYvBTsASRTz8NP6iIAi97J3TtSAsLbIFn4ro=
4343
github.com/containerd/console v1.0.4/go.mod h1:YynlIjWYF8myEu6sdkwKIvGQq+cOckRm6So2avqoYAk=
44-
github.com/containerd/containerd/api v1.8.0-rc.0 h1:g3tto9iJ+iaxkZEfyfOYHF3awmzloi0jq+nnYjhysFE=
45-
github.com/containerd/containerd/api v1.8.0-rc.0/go.mod h1:UfMc6fIM+QEhf9/S1XbToiERqHK3/1G/vNnGk+++cZk=
44+
github.com/containerd/containerd/api v1.8.0-rc.2 h1:EnWLDKWWbIRzuy71L20P3VF/DhxSaDEocsovKPdW5Oo=
45+
github.com/containerd/containerd/api v1.8.0-rc.2/go.mod h1:VgMSK19YOLolP4a1/b5vlVkTo8MzMoLPZnvD1PNWeGg=
4646
github.com/containerd/continuity v0.4.3 h1:6HVkalIp+2u1ZLH1J/pYX2oBVXlJZvh1X1A7bEZ9Su8=
4747
github.com/containerd/continuity v0.4.3/go.mod h1:F6PTNCKepoxEaXLQp3wDAjygEnImnZ/7o4JzpodfroQ=
4848
github.com/containerd/errdefs v0.1.0 h1:m0wCRBiu1WJT/Fr+iOoQHMQS/eP5myQ8lCv4Dz5ZURM=

vendor/github.com/containerd/containerd/api/services/events/v1/doc.go

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

vendor/github.com/containerd/containerd/api/services/ttrpc/events/v1/doc.go

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ github.com/containerd/cgroups/v3/cgroup2/stats
108108
# github.com/containerd/console v1.0.4
109109
## explicit; go 1.13
110110
github.com/containerd/console
111-
# github.com/containerd/containerd/api v1.8.0-rc.0
112-
## explicit; go 1.22.0
111+
# github.com/containerd/containerd/api v1.8.0-rc.2
112+
## explicit; go 1.21
113113
github.com/containerd/containerd/api/events
114114
github.com/containerd/containerd/api/runtime/sandbox/v1
115115
github.com/containerd/containerd/api/runtime/task/v2

0 commit comments

Comments
 (0)