diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-05 15:07:29 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-11 06:06:26 +0000 |
commit | 9aa357c451d597fefc390b63f0e976b6e6c65c91 (patch) | |
tree | c0b0b2e1d3ada99526770e80515ae7748801f057 /scripts/oe-go-mod-autogen.py | |
parent | eb53a19811c0a1bb7ea5ef031f44e8cf59cc47c1 (diff) | |
download | meta-virtualization-9aa357c451d597fefc390b63f0e976b6e6c65c91.tar.gz |
cri-o: update to v1.32.2
Bumping cri-o to version v1.32.2, which comprises the following commits:
e37e198e8 version: bump to 1.32.2
e681a34c8 go.{mod,sum}: bump CDI deps to v0.8.1.
85214c31b vendor: bump go-jose to 4.0.5
47566d01d Fix context cancellation when image pull progress timeout is `0`
1b98ce087 test: add test coverage for LinkLogs malicious paths
d4a9f6bae internal/linklogs: sanitize the directory path before using it
f168b6b39 version: bump to 1.32.1
5c8f66f8f Bump containers/storage
99ca98117 Avoid using UpdateContainerStatus for ReopenContainerLog and add logs tests
612f43a6d watchdog: decouple CNI plugin initialization from CRI-O health checks
fffe6270d Cherry-pick changes from containers/image project
890c75c93 Cherry-pick changes from containers/storage project
b57566b9c Update containernetworking/plugins Go package release to v1.6.2
6e44ed6d7 server: fix panic when default annotations are specified
0daeb208f Refactor man page variables in Makefile.
a103688e7 config: add default_annotations
533b7d5e2 build(deps): bump actions/upload-artifact in the actions group
d80af0f80 build(deps): bump crate-ci/typos in the actions group
986b386fc maintainers: promote Sohan and Krzysztof to approvers
10621f089 Update NRI to v0.9.0
34003b146 build(deps): bump the actions group across 1 directory with 2 updates
4409a15f6 Refactoring factory/container to remove references of snadbox
3576d0822 Update mocks
b7d4c78d0 build(deps): bump the gomod group across 1 directory with 37 updates
ea7cdad90 Require go 1.23 for build
c5bdce024 Update golangci-lint to v1.62.2 and config
31b86eb6b Remove old golang build tags
a5320071d Update nixpkgs
c1a7989d9 build(deps): bump the actions group with 2 updates
08b9acb9a Don't pass seccomp section when it's disabled
a89b991bd Don't start seccomp notifier watcher when seccomp is disabled
d4a0b860e Update cni-plugins to v1.6.1
33dbcc12b Add systemd watchdog support
698025097 Update sandbox_run_linux.go
2329bd698 Update container_create.go
197f98bb8 Always clear env even when `monitor_env` is unset
634c733df Update sandbox_run_linux.go
f448fea40 Update container_create.go
a64119adf build(deps): bump crate-ci/typos in the actions group
80aa12b19 Use `monitor_env` for calling the OCI runtime
7de043007 Update sandbox_run_linux.go
cad07030e Update container_create.go
7e48c71d6 build(deps): bump crate-ci/typos in the actions group
7c3290dea Allow to remove pod sandbox on netns removal
608c89e9c Fix container restore lint report
84ac370c9 build(deps): bump crate-ci/typos in the actions group
29a0b9429 Fix NRI CLI flags
e5bddc646 Call network plugin GC on startup
7a29433e7 build(deps): bump codecov/codecov-action in the actions group
44429579c build(deps): bump codecov/codecov-action in the actions group
6ca411a93 RuntimeHandler inheritance bug-fix
72fa20e93 build(deps): bump codecov/codecov-action in the actions group
02e5817d2 Add `--pull-progress-timeout` / `pull_progress_timeout` option
8b8be22a7 Use `slices.Equal` instead of custom implementation
19ac18b4e Update golangci-lint to v1.62.0
4d79d6b75 build(deps): bump the actions group with 2 updates
76049febe RuntimeHandler inheritance
e4bd1caee refactor cert
19efac249 vendor cni 0.4.3
426244c73 Make dual-stack hostport test reuse same test data as single-stack tests
f812c5aae Update and fix nix packages
8462bc745 remove validation for TLSCA.
50fbdcc01 Further hostport unit test cleanup
7ea8faf1a Fix ids/IPs in hostport manager test cases
74598c4cd Improve HostPortManager unit tests checking
0ff4e7cc3 Split hostport test case data out of the actual test functions
f62645f93 build(deps): bump crate-ci/typos in the actions group
ee6d71d09 Use google.golang.org/protobuf instead of gogo
680efef80 build(deps): bump crate-ci/typos in the actions group
0470ab6ed Validate stream server TLS config on startup
429ef7c36 Only restore container if all bind mounts are defined
f552e82b0 Convert `interface{}` to `any`
87d6b6076 Fix `typos` in CI
2c015a3ac Remove dead code in HostportManager
9c008e890 expose Pod assigned IPs to NRI plugins
bf1c47b50 bump nri version to get PodIPs
595557cb8 build(deps): bump crate-ci/typos in the actions group
f7116fbe5 build(deps): bump the actions group with 2 updates
30f48c5ba Disable actuated runners
30a262354 Move interceptors and metrics collector packages
f50d181a1 Use context for logging in server
d4c613d39 Switch to golang native context
20bc86cde Remove unused server metrics interceptor
09ac8a590 Centralize handling of CreateContainerRequest.PodSandboxId
cdd37ebe4 Remove the option to load a sandbox ID from the snapshot image
431f66a9a Fail in CRImportCheckpoint earlier if we should be enforcing signatures
8031b6270 Consistently use someNameOf{The,This}Image for that kind of value
4302e0a63 go.{mod,sum}: update NRI deps and re-vendor.
28069c8f2 build(deps): bump crate-ci/typos in the actions group
48d45ccf5 build(deps): bump the actions group with 3 updates
b6e9d6d68 Add `crio status heap` and `/debug/heap` endpoint
a2e62f24d nix: don't build gpgme with `--enable-fixed-path`
b13e45f4b pass cliContext instead of creating a new one
0d68102f8 Remove the first return value of PullImage
06993f4ba After pulling the pause image, use the canonical reference to look it up
4c164f5e3 Add a warning about assuming per-namespace policies are stricter
b56ddca32 Add a comment warning against repeated lookups
3f9b09e44 Consistently use the UserRequestedImage for the lookup input
fffc734c8 Simplify BROKEN pullImageOutputItem
0b184e47e Return a RegistryImageReference instead of reference.Canonical from PullImage
a2e29ba09 Better document, and sometimes rename, parameters and return values
c91de5884 Add a comment about possible future handling of complex situations.
899266bb2 Inline prepareReference into its only caller
ca1b55010 Remove no longer used code
14f4c6482 Fix build on macOS
d0a64e27b build(deps): bump crate-ci/typos in the actions group
b280cb565 vendor: bump runc to v.1.2.0
722f70ca3 utils: use moby/sys/user
1b7a8dfd2 internal/dbusmgr: use moby/sys/userns
2665ada11 crio status: add `goroutines` subcommand
dcc2a7587 build(deps): bump actions/cache from 4.1.1 to 4.1.2 in the actions group
fbbc7bfd5 Refactor memory stores to use generics
3ef549868 Simplify container stop in sandbox
9e01a99ed Remove `skip_pod_runtime` build tag
83ba7fe9b Update zeitgeist to v0.5.4
509de1aba ci: bump cri-o spec version to be higher than any cri-o version running
82fe372c1 Update gomock to v0.5.0
a271b4a79 seccomp_unsupported.go: Fix lint issues
7849e3efc Re-allow building without seccomp installed
2a42045ad Use context timeout/deadline for container stop
d1e817f14 Refactor sandbox label usage
937d24316 Refactoring factory/container to remove references of snadbox
ba13b2bac upgrade runc to v.1.1.15
9254b36d5 Re-enable exit code matching in restore test
d93ce4cc7 build(deps): bump actions/upload-artifact in the actions group
a5ee1950a build(deps): bump the actions group with 2 updates
589720f14 contrib/test: avoid running setup tasks twice
a7c46dd67 build(deps): bump the actions group across 1 directory with 8 updates
098ae5d66 Use `SignatureValidationFailed` CRI error for invalid signatures
69b4635b0 Mark `release-1.28` as EOL
5a1d62f8f Update nixpkgs
d688986db build(deps): bump github.com/containers/common from 0.60.2 to 0.60.4
6a6f57011 config: fix validation of allowed annotations
236d336fb config: pass down PullOptions from the storage configuration
eda8023ff test: fix empty pinned_images test
c02f9bb21 tests: improve wait_for_log to allow multiple calls for the same message
ddb79873d build(deps): bump peter-evans/create-pull-request in the actions group
adf2ca5f4 Don't rely on vendored tools
44def2c87 build(deps): bump the actions group across 1 directory with 2 updates
dea93eeb8 Bump release-notes to v0.17.8
4a2d29e65 image: serialize RegistryImageReferences when checking signatures
c7a819d3e Update golangci-lint to v1.61.0
dc087b219 Update nixpkgs
f030d3596 Update release and branching versions
a73311497 build(deps): bump the actions group across 1 directory with 3 updates
333530298 Use go 1.23 for nix (static) builds
915393f96 Switch to `RFC3339Nano` log format
d85ae5293 Make unit tests independent from third party binaries
8b2872139 Use nanosecond timestamp for evented pleg pod status
9910c39e1 Pin govulncheck to specific version to match Go version requirements
44e0241f8 Enable more crun integration tests
66c010968 refactoring: get some spec generation code out of createSandboxContainer()
0418b5d5c cleanup: refactoring createSandboxContainers()
b0b584ac8 refactoring: create a container.SpecSetLinuxContainerResources() function
8ec1805e6 refactoring: create a container.SpecSetPrivileges() function
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'scripts/oe-go-mod-autogen.py')
0 files changed, 0 insertions, 0 deletions