meta-virtualization/recipes-containers
Bruce Ashfield 9aa357c451 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>
2025-03-11 06:06:26 +00:00
..
aardvark-dns aardvark-dns: update to v1.11.0 2024-07-10 15:59:26 +00:00
buildah buildah: update to v1.39.1 2025-03-06 17:17:59 +00:00
catatonit catatonit: update to version 0.2.0 2023-11-06 16:21:12 +00:00
cgroup-lite cgroup-lite: convert remaining WORKDIR references to UNPACKDIR 2024-05-29 13:16:56 +00:00
conmon conmon: update to 2.1.12-tip 2025-01-17 19:17:09 +00:00
container-host-config container-host-config: Remove centos registry 2024-11-02 00:02:34 -04:00
containerd containerd: update to v2.0.3 2025-03-06 17:17:59 +00:00
cri-o cri-o: update to v1.32.2 2025-03-11 06:06:26 +00:00
cri-tools cri-tools: update to v1.30.0 2024-07-11 14:07:17 +00:00
criu criu: fix buildpaths QA issue for arm 2024-11-12 23:13:45 +00:00
crun crun: update to 1.20 2025-03-06 17:17:59 +00:00
docker moby: update to v28.0.1 2025-03-06 17:17:59 +00:00
docker-compose docker-compose: update to v2.33.1 2025-03-11 06:03:38 +00:00
docker-distribution docker-distribution: Enable support for riscv64 2024-07-22 22:23:35 +00:00
go-digest devtools: depreciate the go source-only packages 2024-03-15 17:17:19 +00:00
go-errors devtools: depreciate the go source-only packages 2024-03-15 17:17:19 +00:00
go-spf13-cobra devtools: depreciate the go source-only packages 2024-03-15 17:17:19 +00:00
go-spf13-pflag devtools: depreciate the go source-only packages 2024-03-15 17:17:19 +00:00
k3s Revert "k3s: WIP: [needs newer go]: not for merge: upgrade" 2025-01-17 19:17:09 +00:00
kubernetes Revert "k8s: WIP [needs newer go]: not for merge: update to -tip" 2025-01-17 19:17:09 +00:00
lxc lxc: disable lxc-staticdev buildpaths checking 2025-02-18 01:51:58 +00:00
lxcfs lxcfs: add systemd to REQUIRED_DISTRO_FEATURES 2023-09-07 21:00:53 +00:00
nerdctl nerdctl: fix do_compile failed 2025-02-18 19:30:57 +00:00
netavark netavark: update to v1.13.1 2025-01-17 19:17:09 +00:00
oci-image-spec oci-image-spec: update to v1.1.0 latest 2024-07-16 14:00:50 +00:00
oci-image-tools oci-image-tools: remove unneeded deps 2024-03-15 17:17:19 +00:00
oci-runtime-spec oci-runtime-spec: update to v1.2.0 2024-07-16 14:02:22 +00:00
oci-runtime-tools recipes/classes/scripts: Drop SRCPV usage 2023-08-24 01:38:21 +00:00
oci-systemd-hook recipes/classes/scripts: Drop SRCPV usage 2023-08-24 01:38:21 +00:00
podman go-metalinter: remove it from podman's DEPENDS 2025-01-17 19:17:09 +00:00
podman-compose podman-compose: update to v1.3.0 2025-01-17 19:17:09 +00:00
podman-tui podman-tui: update to v1.3.0 2025-01-17 19:17:09 +00:00
riddler riddler: update to v0.6.4 2025-01-17 19:17:09 +00:00
runc runc: drop runc-docker 2025-01-17 19:17:09 +00:00
singularity recipes/classes/scripts: Drop SRCPV usage 2023-08-24 01:38:21 +00:00
skopeo skopeo: update to v1.17.0 2025-01-17 19:17:09 +00:00
sloci-image recipes/classes/scripts: Drop SRCPV usage 2023-08-24 01:38:21 +00:00
tini tiny: fix typo in Upstream-Status 2023-02-01 09:55:28 -05:00
umoci umoci: update to v0.4.7 -tip 2025-01-17 19:17:09 +00:00