forked from containerd/containerd
-
Notifications
You must be signed in to change notification settings - Fork 1
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
[pull] main from containerd:main #3
Open
pull
wants to merge
3,868
commits into
adamlaska:main
Choose a base branch
from
containerd:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+583,064
−379,120
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Sameer <[email protected]>
*: should align pipe's owner with init process
Add tests for CNI v2 loopback options
make ListContainerStats handle container that is removed before its sandbox
RELEASES.md specifies these will be removed in 2.1: https://github.com/containerd/containerd/blob/v2.0.0/RELEASES.md#deprecated-config-properties Signed-off-by: Chris Henzie <[email protected]>
Clarify release for deprecated registry field removals
Signed-off-by: Jin Dong <[email protected]>
Move rockylinux 9.4 to almalinux/9 in CI
Signed-off-by: Austin Vazquez <[email protected]>
…-release-artifacts Publish attestation as release artifact
Bumps the k8s group with 5 updates: | Package | From | To | | --- | --- | --- | | [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.31.2` | `0.31.3` | | [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.2` | `0.31.3` | | [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.31.2` | `0.31.3` | | [k8s.io/cri-api](https://github.com/kubernetes/cri-api) | `0.31.2` | `0.31.3` | | [k8s.io/kubelet](https://github.com/kubernetes/kubelet) | `0.31.2` | `0.31.3` | Updates `k8s.io/apimachinery` from 0.31.2 to 0.31.3 - [Commits](kubernetes/apimachinery@v0.31.2...v0.31.3) Updates `k8s.io/client-go` from 0.31.2 to 0.31.3 - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](kubernetes/client-go@v0.31.2...v0.31.3) Updates `k8s.io/component-base` from 0.31.2 to 0.31.3 - [Commits](kubernetes/component-base@v0.31.2...v0.31.3) Updates `k8s.io/cri-api` from 0.31.2 to 0.31.3 - [Commits](kubernetes/cri-api@v0.31.2...v0.31.3) Updates `k8s.io/kubelet` from 0.31.2 to 0.31.3 - [Commits](kubernetes/kubelet@v0.31.2...v0.31.3) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s - dependency-name: k8s.io/client-go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s - dependency-name: k8s.io/component-base dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s - dependency-name: k8s.io/cri-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s - dependency-name: k8s.io/kubelet dependency-type: direct:production update-type: version-update:semver-patch dependency-group: k8s ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.10.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/containerd/cgroups/v3](https://github.com/containerd/cgroups) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/containerd/cgroups/releases) - [Commits](containerd/cgroups@v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: github.com/containerd/cgroups/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.4 to 3.27.5. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@ea9e4e3...f09c1c0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: bo.jiang <[email protected]>
* container_update_resources.go: it is Windows and Linux that need special handling * local*.go: all platforms use the same list of tasks * temp_unix.go/temp_unsupported.go: Darwin is a Unix * util_unix.go/util_unsupported.go: use generic unix tag The only user-visible effect of these changes is that tempMountLocation is now properly handled on Darwin Signed-off-by: Marat Radchenko <[email protected]>
The differ should be able to generate zstd compressed layers when provided with the zstd media type. Signed-off-by: Derek McGowan <[email protected]>
…builds Unsorted platform conditionals cleanup
…b.com/stretchr/testify-1.10.0 build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
Signed-off-by: Austin Vazquez <[email protected]>
Update differ to handle zstd media types
…2b387aca1 build(deps): bump the k8s group with 5 updates
Signed-off-by: Jin Dong <[email protected]>
Signed-off-by: Derek McGowan <[email protected]>
Signed-off-by: Amal Thundiyil <[email protected]>
Signed-off-by: Jin Dong <[email protected]>
…b.com/containerd/cgroups/v3-3.0.4 build(deps): bump github.com/containerd/cgroups/v3 from 3.0.3 to 3.0.4
…ithub/codeql-action-3.27.5 build(deps): bump github/codeql-action from 3.27.4 to 3.27.5
Signed-off-by: Akihiro Suda <[email protected]>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.8 to 3.28.9. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@dd74661...9e8d078) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps the golang-x group with 3 updates: [golang.org/x/mod](https://github.com/golang/mod), [golang.org/x/sync](https://github.com/golang/sync) and [golang.org/x/sys](https://github.com/golang/sys). Updates `golang.org/x/mod` from 0.22.0 to 0.23.0 - [Commits](golang/mod@v0.22.0...v0.23.0) Updates `golang.org/x/sync` from 0.10.0 to 0.11.0 - [Commits](golang/sync@v0.10.0...v0.11.0) Updates `golang.org/x/sys` from 0.29.0 to 0.30.0 - [Commits](golang/sys@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-x - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-x - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-x ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/vishvananda/netns](https://github.com/vishvananda/netns) from 0.0.4 to 0.0.5. - [Release notes](https://github.com/vishvananda/netns/releases) - [Commits](vishvananda/netns@v0.0.4...v0.0.5) --- updated-dependencies: - dependency-name: github.com/vishvananda/netns dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…olangci/golangci-lint-action-6.3.2 build(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.2
…ycheeverse/lychee-action-2.3.0 build(deps): bump lycheeverse/lychee-action from 2.2.0 to 2.3.0
Signed-off-by: Akihiro Suda <[email protected]>
https://go.dev/doc/go1.24 Signed-off-by: Akihiro Suda <[email protected]>
update to go 1.24.0 / go1.23.6
…g-x-35ce12a740 build(deps): bump the golang-x group with 3 updates
Remove noinline in seccomp/apparmor SpecOpts
Bumps google.golang.org/protobuf from 1.36.3 to 1.36.5. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…ocker/setup-buildx-action-3.9.0 build(deps): bump docker/setup-buildx-action from 3.8.0 to 3.9.0
This is the fifth patch release in the 1.2.z series of runc. It primarily fixes an issue caused by an upstream systemd bug. There was a regression in systemd v230 which made the way we define device rule restrictions require a systemctl daemon-reload for our transient units. This caused issues for workloads using NVIDIA GPUs. Workaround the upstream regression by re-arranging how the unit properties are defined. Dependency github.com/cyphar/filepath-securejoin is updated to v0.4.1, to allow projects that vendor runc to bump it as well. CI: fixed criu-dev compilation. Dependency golang.org/x/net is updated to 0.33.0. diff: opencontainers/[email protected] Signed-off-by: Austin Vazquez <[email protected]>
Update runc binary to v1.2.5
Signed-off-by: Jin Dong <[email protected]>
Revert "Add timestamp to PodSandboxStatusResponse for kubernetes Evented PLEG"
Signed-off-by: Jin Dong <[email protected]>
…b.com/vishvananda/netns-0.0.5 build(deps): bump github.com/vishvananda/netns from 0.0.4 to 0.0.5
Signed-off-by: Shiming Zhang <[email protected]>
Add OCI/Image Volume Source support
Move `linters-settings.exclude-dirs` to `issues.exclude-dirs` in golangci-lint config
Clarify port handling in `hosts.toml`
…e.golang.org/protobuf-1.36.5 build(deps): bump google.golang.org/protobuf from 1.36.3 to 1.36.5
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.69.4 to 1.70.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.69.4...v1.70.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.3.2 to 6.5.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@051d919...2226d7c) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…olangci/golangci-lint-action-6.5.0 build(deps): bump golangci/golangci-lint-action from 6.3.2 to 6.5.0
…e.golang.org/grpc-1.70.0 build(deps): bump google.golang.org/grpc from 1.69.4 to 1.70.0
move the device after the options when using mkfs.ext4
…ithub/codeql-action-3.28.9 build(deps): bump github/codeql-action from 3.28.8 to 3.28.9
perf(zstd): deactivate the low mem decoder
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )