Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
69f3860
build(deps): bump the otel group with 6 updates
dependabot[bot] Apr 6, 2026
790b0ea
Implement shim bootstrap protocol
mxpv Jan 23, 2026
7f39b2d
Update shim to support new bootstrap api
mxpv Jan 24, 2026
e72145b
Update vendor
mxpv Jan 24, 2026
5ea993b
Pass runc options as a separate extension
mxpv Jan 24, 2026
3831fc8
Fix reading from stdin
mxpv Jan 24, 2026
fc8062f
Rename CommandConfig field to better reflect their purpose
mxpv Jan 24, 2026
fa02ace
Generate shim CLI flags under Command
mxpv Jan 24, 2026
9e9a095
Read spec annotations from file
mxpv Jan 24, 2026
acb8c8e
Update vendor
mxpv Jan 24, 2026
b7ef291
Provide bootstrap params when launching shims
mxpv Jan 24, 2026
f71c2e4
Reformat and clean proto files
mxpv Feb 7, 2026
31d0bbb
Include containerd version when launching shim
mxpv Feb 7, 2026
d957b1b
Use log level instead of debug flag
mxpv Feb 7, 2026
58022a7
Parse log level when starting shim instance
mxpv Mar 13, 2026
0f55bdd
Fix extensions API and update tests
mxpv Mar 13, 2026
2005e01
Run tests from api
mxpv Mar 13, 2026
281fb85
Fix Makefile
mxpv Mar 13, 2026
eea1fa6
Do not fail when failed to parse log level
mxpv Mar 18, 2026
1852a47
Remove testify dependency from api
mxpv Mar 18, 2026
3fbdb13
Fix module path
mxpv Mar 19, 2026
243cab5
Deprecate old pkg/shim interfaces
dmcgowan Mar 19, 2026
73edc80
Format code after cherry pick
mxpv Mar 19, 2026
9dc864f
Switch to proto instead of json
mxpv Mar 19, 2026
9bf65dc
Use enums instead of strings for capabilities and log level
mxpv Mar 19, 2026
3c0e8a5
Update comments wording about when to deprecate and remove the old path
mxpv Mar 19, 2026
45b7de2
Limit amount of bytes read from stdin
mxpv Apr 2, 2026
16b7ce2
Address code review suggestions
mxpv Apr 2, 2026
75afbe1
Update vendor
mxpv Apr 2, 2026
737980d
Merge pull request #12786 from mxpv/bootstrap
mxpv Apr 8, 2026
d0dd748
Merge pull request #13169 from containerd/dependabot/go_modules/otel-…
mxpv Apr 8, 2026
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
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ build: ## build the go packages

test: ## run tests, except integration tests and tests that require root
@echo "$(WHALE) $@"
@$(GO) -C api test ${TESTFLAGS} ${API_PACKAGES}
@$(GOTEST) ${TESTFLAGS} ${PACKAGES}

root-test: ## run tests, except integration tests
Expand Down
Loading
Loading