Skip to content

Commit c0b92c4

Browse files
bryantbiggsmxpv
authored andcommitted
chore: Update protobuf definitions using latest containerd version v2.1.1
1 parent 8469d6d commit c0b92c4

File tree

8 files changed

+50
-6
lines changed

8 files changed

+50
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ jobs:
128128

129129
strategy:
130130
matrix:
131-
os: [ubuntu-22.04]
132-
containerd: [v1.6.38, v1.7.27, v2.0.5]
131+
os: [ubuntu-latest]
132+
containerd: [v1.6.38, v1.7.27, v2.1.1]
133133

134134
steps:
135135
- name: Checkout extensions

crates/client/vendor/github.com/containerd/containerd/api/events/content.proto

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

crates/client/vendor/github.com/containerd/containerd/api/services/images/v1/images.proto

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/client/vendor/github.com/containerd/containerd/api/types/fieldpath.proto

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

crates/client/vendor/github.com/containerd/containerd/api/types/transfer/registry.proto

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

crates/client/vendor/github.com/containerd/containerd/vendor/github.com/containerd/containerd/api/events/content.proto

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

crates/client/vendor/github.com/containerd/containerd/vendor/github.com/containerd/containerd/api/types/transfer/registry.proto

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

scripts/update-vendor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# For each crate, the script expects a text file named `rsync.txt` in the crate's directory.
99
# The file should contain a list of proto files that should be synchronized from containerd.
1010

11-
VERSION="v2.0.1"
11+
VERSION="v2.1.1"
1212

1313
set -x
1414

0 commit comments

Comments
 (0)