Henry Wang
a083b669c9
Set default differ for the default unpack config of transfer service
...
Signed-off-by: Henry Wang <henwang@amazon.com >
2025-04-01 22:39:49 +00:00
Fu Wei
b22a302a75
Merge pull request #11608 from ningmingxiao/fix_socket
...
pkg/sys: improve GetLocalListener/CreateUnixSocket error message
2025-04-01 15:31:42 +00:00
ningmingxiao
1dbb7f2ae3
pkg/sys: improve GetLocalListener/CreateUnixSocket error message
...
Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn >
2025-04-01 12:53:41 +08:00
Fu Wei
af01360626
Merge pull request #11579 from ningmingxiao/fix_event_lost_new3
...
cri: fix lost container exit events if they arrive before info is cached
2025-03-31 16:43:47 +00:00
ningmingxiao
ead5c1ee65
cri:fix lost container exit events if they arrive before info is cached
...
Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn >
2025-03-31 09:31:40 +08:00
Maksym Pavlenko
009d8be3ab
Merge pull request #11588 from HirazawaUi/fix-panic
...
Fix the panic caused by the failure of RunPodSandbox
2025-03-30 22:55:34 +00:00
Fu Wei
c07fb699a9
Merge pull request #11475 from yylt/ctx
...
fix: call checkCopyShimLogError(shimCtx) to avoid expected error log flood
2025-03-28 19:24:00 +00:00
Fu Wei
cac8b40dc4
Merge pull request #11569 from Iceber/fix_task_options
...
update taskOptions based on runtimeOptions when creating a task
2025-03-28 15:40:08 +00:00
Phil Estes
773c20c10a
Merge pull request #11615 from mikebrow/correct-issue-template
...
correct kep template - remove render type
2025-03-28 14:36:32 +00:00
Fu Wei
2fef42ab9b
Merge pull request #11605 from fuweid/followup-image-volumes
...
*: image volume feature's follow-up
2025-03-28 13:47:30 +00:00
Phil Estes
55ec89a707
Merge pull request #11616 from yylt/cni
...
downgrade cni version in CI test
2025-03-28 12:45:58 +00:00
yylt
cffb6d4250
downgrade cni version in CI test
...
Signed-off-by: yang yang <yang8518296@163.com >
2025-03-28 15:37:50 +08:00
Mike Brown
07a23b6f4b
use type textarea
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com >
2025-03-27 15:47:51 +00:00
Akihiro Suda
ad53f4f3e0
Merge pull request #11610 from containerd/mikebrow-patch-1
...
Create cri_kep.yaml for the new issue template for the new KEP process
2025-03-27 06:15:14 +00:00
Mike Brown
3ef9084d09
Create cri_kep.yaml
...
Signed-off-by: Mike Brown <brownwm@us.ibm.com >
2025-03-26 19:14:16 +00:00
Iceber Gu
450038a28b
integration/client: add tests for TaskOptions is not empty
...
Co-authored-by: Wei Fu <fuweid89@gmail.com >
Signed-off-by: Iceber Gu <caiwei95@hotmail.com >
2025-03-26 15:00:11 +08:00
Iceber Gu
7e5c5038ad
prefer task options for PluginInfo request
...
Signed-off-by: Iceber Gu <caiwei95@hotmail.com >
2025-03-26 14:59:17 +08:00
Iceber Gu
ec3567d6b3
update taskOptions based on runtimeOptions when creating a task
...
Signed-off-by: Iceber Gu <caiwei95@hotmail.com >
2025-03-26 14:58:34 +08:00
Wei Fu
fe4703cde5
integration: check image volume snapshot after deleting pod
...
Signed-off-by: Wei Fu <fuweid89@gmail.com >
2025-03-25 15:52:15 -04:00
Wei Fu
d141d6c3dd
integration: run image volumes for linux platform only
...
Signed-off-by: Wei Fu <fuweid89@gmail.com >
2025-03-25 15:23:47 -04:00
Wei Fu
de833ebbbe
cri: enhance error handling for image volume
...
Signed-off-by: Wei Fu <fuweid89@gmail.com >
2025-03-25 15:16:59 -04:00
Wei Fu
be0ab6e936
cri: add volatile option to image volume mount if applicable
...
Unmounting a writable overlayfs can trigger [syncfs][1], causing I/O pressure
and impacting running containers. If possible, we should apply volatile
option to image volume mount.
REF:
[1]: https://github.com/containerd/containerd/pull/6478
Signed-off-by: Wei Fu <fuweid89@gmail.com >
2025-03-25 15:16:40 -04:00
Phil Estes
86d68096d2
Merge pull request #11226 from containerd/dependabot/go_modules/github.com/containernetworking/plugins-1.6.2
...
build(deps): bump github.com/containernetworking/plugins from 1.5.1 to 1.6.2
2025-03-25 18:34:39 +00:00
Phil Estes
c8a8406ee5
Merge pull request #11595 from containerd/dependabot/github_actions/actions/download-artifact-4.2.1
...
build(deps): bump actions/download-artifact from 4.1.9 to 4.2.1
2025-03-25 17:43:03 +00:00
Phil Estes
25adaa4b30
Merge pull request #11592 from containerd/dependabot/github_actions/actions/cache-4.2.3
...
build(deps): bump actions/cache from 4.2.2 to 4.2.3
2025-03-25 16:26:08 +00:00
Phil Estes
e53785d79b
Merge pull request #11593 from containerd/dependabot/github_actions/github/codeql-action-3.28.13
...
build(deps): bump github/codeql-action from 3.28.11 to 3.28.13
2025-03-25 16:24:53 +00:00
Phil Estes
718c67fea8
Merge pull request #11594 from containerd/dependabot/github_actions/actions/upload-artifact-4.6.2
...
build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2
2025-03-25 16:23:44 +00:00
Akihiro Suda
c6e443b11b
Merge pull request #11598 from containerd/dependabot/go_modules/google.golang.org/protobuf-1.36.6
...
build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6
2025-03-25 13:38:51 +00:00
Akihiro Suda
0c5663003e
Merge pull request #11596 from containerd/dependabot/go_modules/github.com/opencontainers/selinux-1.12.0
...
build(deps): bump github.com/opencontainers/selinux from 1.11.1 to 1.12.0
2025-03-25 06:33:02 +00:00
dependabot[bot]
d080d441d2
build(deps): bump google.golang.org/protobuf from 1.36.5 to 1.36.6
...
Bumps google.golang.org/protobuf from 1.36.5 to 1.36.6.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-25 02:00:15 +00:00
dependabot[bot]
7e7c3b0a84
build(deps): bump github.com/opencontainers/selinux
...
Bumps [github.com/opencontainers/selinux](https://github.com/opencontainers/selinux ) from 1.11.1 to 1.12.0.
- [Release notes](https://github.com/opencontainers/selinux/releases )
- [Commits](https://github.com/opencontainers/selinux/compare/v1.11.1...v1.12.0 )
---
updated-dependencies:
- dependency-name: github.com/opencontainers/selinux
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-25 01:06:27 +00:00
dependabot[bot]
3689dec42c
build(deps): bump actions/download-artifact from 4.1.9 to 4.2.1
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4.1.9 to 4.2.1.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](cc20338598...95815c38cf )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-25 01:06:26 +00:00
dependabot[bot]
cb6a82a921
build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](4cec3d8aa0...ea165f8d65 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-25 01:06:00 +00:00
dependabot[bot]
5b194505e8
build(deps): bump github/codeql-action from 3.28.11 to 3.28.13
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.28.11 to 3.28.13.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](6bb031afdd...1b549b9259 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-25 01:05:47 +00:00
dependabot[bot]
ce690b0a9d
build(deps): bump actions/cache from 4.2.2 to 4.2.3
...
Bumps [actions/cache](https://github.com/actions/cache ) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](d4323d4df1...5a3ec84eff )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-25 01:05:40 +00:00
dependabot[bot]
aff7e47977
build(deps): bump github.com/containernetworking/plugins
...
Bumps [github.com/containernetworking/plugins](https://github.com/containernetworking/plugins ) from 1.5.1 to 1.6.2.
- [Release notes](https://github.com/containernetworking/plugins/releases )
- [Commits](https://github.com/containernetworking/plugins/compare/v1.5.1...v1.6.2 )
---
updated-dependencies:
- dependency-name: github.com/containernetworking/plugins
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-24 23:15:08 +00:00
Samuel Karp
7bce8dfca5
Merge pull request #11581 from fuweid/fix-image-deletion-sync
...
*: CRIImageService should delete image synchronously
2025-03-24 21:44:44 +00:00
Phil Estes
ee7cbe5f6b
Merge pull request #11452 from liuchangyan/align-json-toml-naming
...
Update max container log line size json field
2025-03-24 17:20:41 +00:00
Mike Brown
c9edabaac4
Merge pull request #11311 from djdongjin/multiple-cni-dir
...
Support multiple cni plugin bin dirs
2025-03-24 14:37:18 +00:00
HirazawaUi
a3a66d1f2b
Fix the panic caused by the failure of RunPodSandbox
...
Signed-off-by: BING HONGTAO <695097494plus@gmail.com >
2025-03-24 14:47:36 +08:00
Fu Wei
f20973337f
Merge pull request #11582 from djdongjin/cdi-1-0-1
...
go.mod: tags.cncf.io/container-device-interface v1.0.1
2025-03-22 22:46:29 +00:00
Jin Dong
10fae41ad8
go.mod: tags.cncf.io/container-device-interface v1.0.1
...
Signed-off-by: Jin Dong <djdongjin95@gmail.com >
2025-03-22 18:45:55 +00:00
Wei Fu
e7b4165ab2
*: CRIImageService should delete image synchronously
...
Use memory service instead of metadata store.
Signed-off-by: Wei Fu <fuweid89@gmail.com >
2025-03-21 22:30:45 -04:00
Jin Dong
42effa3b91
Mark NetworkPluginBinDir as DEPRECATED
...
To make it as DEPRECATED, this PR does the following:
1. Changes config default to use `NetworkPluginBinDirs`;
2. Mark `NetworkPluginBinDir` as deprecated (in config version 3);
3. Add config migration from 2 to 3, which migrates `bin_dir`
in version 2 to `bin_dirs` in version 3.
Signed-off-by: Jin Dong <djdongjin95@gmail.com >
[wip] add deprecation warning
Signed-off-by: Jin Dong <djdongjin95@gmail.com >
2025-03-21 16:59:32 +00:00
Mike Brown
8237c49631
Merge pull request #11380 from ningmingxiao/increase_time_out
...
cri: introduce io.containerd.timeout.cri.defercleanup setting
2025-03-21 13:41:03 +00:00
Teresaliu
7f9ca1dcb4
update max container log line size json field
...
Signed-off-by: Teresaliu <teresaliu@didiglobal.com >
2025-03-21 08:59:57 -04:00
Akihiro Suda
4e615bac4a
Merge pull request #11560 from austinvazquez/update-runc-binary-1.2.6
...
Update runc binary to v1.2.6
2025-03-21 00:13:40 +00:00
Phil Estes
d20482fea0
Merge pull request #11552 from containerd/dependabot/github_actions/docker/login-action-3.4.0
...
build(deps): bump docker/login-action from 3.3.0 to 3.4.0
2025-03-20 18:39:20 +00:00
Jin Dong
71f593d4a2
Support multiple CNI plugin bin dirs
...
Signed-off-by: Jin Dong <djdongjin95@gmail.com >
2025-03-20 17:13:34 +00:00
Akihiro Suda
1735d0007e
Merge pull request #11574 from djdongjin/silence-govulcheck-api
...
bump golang.org/x/net from 0.33.0 to 0.37.0
2025-03-20 07:21:02 +00:00