Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 24, 2023

This PR contains the following updates:

Package Change Age Confidence
github.com/containerd/containerd v1.7.3 -> v1.7.28 age confidence

Release Notes

containerd/containerd (github.com/containerd/containerd)

v1.7.28: containerd 1.7.28

Compare Source

Welcome to the v1.7.28 release of containerd!

The twenty-eighth patch release for containerd 1.7 contains various fixes
and updates.

Highlights
Image Distribution
  • Refresh OAuth tokens when they expire during registry operations (#​11721)
  • Set default differ for the default unpack config of transfer service (#​11689)
Runtime
  • Update runc binary to v1.3.0 (#​11800)
  • Remove invalid error log when stopping container after containerd restart (#​11620)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors
  • Akhil Mohan
  • Akihiro Suda
  • Austin Vazquez
  • Maksym Pavlenko
  • Phil Estes
  • Derek McGowan
  • Kirtana Ashok
  • Henry Wang
  • Iain Macdonald
  • Jin Dong
  • Swagat Bora
  • Wei Fu
  • Yang Yang
  • madraceee
Changes
57 commits

  • Prepare release notes for v1.7.28 (#​12134)
    • b01b809f8 Prepare release notes for v1.7.28
  • ci: bump Go 1.23.11, 1.24.5 (#​12117)
  • Backport windows test fixes (#​12121)
    • 3c06bcc4d Fix intermittent test failures on Windows CIs
    • c6c0c6854 Remove WS2025 from CIs due to regression
  • ci: use fedora 39 archive (#​12123)
    • 6d7e021cf ci: use fedora/39-cloud-base image from archive
  • update runners to ubuntu 24.04 (#​11802)
    • c362e18cc CI: install OVMF for Vagrant
    • 1d99bec21 CI: fix "Unable to find a source package for vagrant" error
    • dafa3c48d add debian sources for ubuntu-24
    • b03301d85 partial: enable ubuntu 24 runners
    • 13fbc5f97 update release runners to ubuntu 24.04
  • go.mod: golang.org/x/* latest (#​12096)
  • Remove additional fuzzers from instrumentation repo (#​12099)
    • 5fef123ba Remove additional fuzzers from CI
  • backport windows runner and golang toolchain updates (#​11972)
    • a35978f5a ci: bump golang [1.23.10, 1.24.4] in build and release
    • df035aa3e ci: bump golang [1.23.9, 1.24.3] in build and release
    • 2a6d9fc71 use go1.23.8 as the default go version
    • 15d4d6eba update to go 1.24.2, 1.23.8
    • 1613a3b1a Enable CIs to run on WS2022 and WS2025
  • test: added runc v1 tests using vagrant (#​11896)
    • 60e73122c test: added runc v1 tests using vagrant
  • Revert "disable portmap test in ubuntu-22 to make CI happy" (#​11803)
    • 10e1b515e Revert "Disable port mapping tests in CRI-in-UserNS"
    • 7a680e884 fix unbound SKIP_TEST variable error
    • e5f8cc995 Revert "disable portmap test in ubuntu-22 to make CI happy"
  • Update runc binary to v1.3.0 (#​11800)
  • Refresh OAuth tokens when they expire during registry operations (#​11721)
    • a6421da84 remotes/docker/authorizer.go: invalidate auth tokens when they expire.
  • [CI] Fix vagrant (#​11739)
  • Fix CI (#​11722)
    • d3e7dd716 Skip criu on Arms
    • 7cf9ebe94 Disable port mapping tests in CRI-in-UserNS
    • 42657a4ed disable portmap test in ubuntu-22 to make CI happy
    • b300fd37b add option to skip tests in critest
    • 6f4ffad27 Address cgroup mountpoint does not exist
    • cef298331 Update Ubuntu to 24
    • 2dd9be16e ci: update GitHub Actions release runner to ubuntu-24.04
  • Set default differ for the default unpack config of transfer service (#​11689)
    • e40e59e4e Set default differ for the default unpack config of transfer service
  • silence govulncheck false positives (#​11679)
    • ff097d5a4 silence govulncheck false positives
  • vendor: github.com/go-jose/go-jose/v3 v3.0.4 (#​11619)
    • 52dd4dc51 vendor: github.com/go-jose/go-jose/v3 v3.0.4
  • Remove invalid error log when stopping container after containerd restart (#​11620)
  • Update runc binary to v1.2.6 (#​11584)
  • Use RWMutex in NSMap and reduce lock area (#​11556)
    • 9a8d1d44a Use RWMutex in NSMap and reduce lock area

Dependency Changes
  • github.com/go-jose/go-jose/v3 v3.0.3 -> v3.0.4
  • golang.org/x/crypto v0.31.0 -> v0.40.0
  • golang.org/x/mod v0.17.0 -> v0.26.0
  • golang.org/x/net v0.33.0 -> v0.42.0
  • golang.org/x/oauth2 v0.11.0 -> v0.30.0
  • golang.org/x/sync v0.10.0 -> v0.16.0
  • golang.org/x/sys v0.28.0 -> v0.34.0
  • golang.org/x/term v0.27.0 -> v0.33.0
  • golang.org/x/text v0.21.0 -> v0.27.0
  • golang.org/x/time 90d013b -> v0.12.0

Previous release can be found at v1.7.27

v1.7.27: containerd 1.7.27

Compare Source

Welcome to the v1.7.27 release of containerd!

The twenty-seventh patch release for containerd 1.7 contains various fixes
and updates.

Highlights
  • Fix integer overflow in User ID handling (GHSA-265r-hfxg-fhmg)
  • Update image type checks to avoid unnecessary logs for attestations (#​11538)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors
  • Jin Dong
  • Akhil Mohan
  • Derek McGowan
  • Maksym Pavlenko
  • Paweł Gronowski
  • Phil Estes
  • Akihiro Suda
  • Craig Ingram
  • Krisztian Litkey
  • Samuel Karp
Changes
20 commits

  • 05044ec0a Merge commit from fork
  • 11504c3fc validate uid/gid
  • Prepare release notes for v1.7.27 (#​11540)
    • 1be04be6c Prepare release notes for v1.7.27
  • Update image type checks to avoid unnecessary logs for attestations (#​11538)
    • 82b5c43fe core/remotes: Handle attestations in MakeRefKey
    • 2c670e79b core/images: Ignore attestations when traversing children
  • update build to go1.23.7, test go1.24.1 (#​11515)
    • a39863c9f update build to go1.23.7, test go1.24.1
  • Remove hashicorp/go-multierror dependency and fix CI (#​11499)
    • 49537b3a7 e2e: use the shim bundled with containerd artifact
    • fe490b76f Bump up github.com/intel/goresctrl to 0.5.0
    • 13fc9d313 update containerd/project-checks to 1.2.1
    • 585699c94 Remove unnecessary joinError unwrap
    • 4b9df59be Remove hashicorp/go-multierror
  • go.{mod,sum}: bump CDI deps to v0.8.1. (#​11422)
    • 5ba28f8dc go.{mod,sum}: bump CDI deps to v0.8.1, re-vendor.
  • CI: arm64-8core-32gb -> ubuntu-24.04-arm (#​11437)
    • 85f10bd92 CI: arm64-8core-32gb -> ubuntu-24.04-arm
    • 561ed520e increase xfs base image size to 300Mb

Dependency Changes
  • github.com/intel/goresctrl v0.3.0 -> v0.5.0
  • github.com/prometheus/client_golang v1.14.0 -> v1.16.0
  • github.com/prometheus/common v0.37.0 -> v0.42.0
  • github.com/prometheus/procfs v0.8.0 -> v0.10.1
  • k8s.io/apimachinery v0.26.2 -> v0.27.4
  • sigs.k8s.io/json f223a00 -> bc3834c
  • tags.cncf.io/container-device-interface v0.7.2 -> v0.8.1
  • tags.cncf.io/container-device-interface/specs-go v0.7.0 -> v0.8.0

Previous release can be found at v1.7.26

v1.7.26: containerd 1.7.26

Compare Source

Welcome to the v1.7.26 release of containerd!

The twenty-sixth patch release for containerd 1.7 contains various fixes
and updates.

Highlights
Container Runtime Interface (CRI)
  • Fix fatal concurrency error in port forwarding (#​11306)
Node Resource Interface (NRI)
Runtime
  • Fix console TTY leak in runc shim (#​11250)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors
  • Krisztian Litkey
  • Mike Brown
  • Samuel Karp
  • Wei Fu
  • Phil Estes
  • Derek McGowan
  • Iceber Gu
  • Akhil Mohan
  • Antonio Ojea
  • Austin Vazquez
  • Henry Wang
  • Jin Dong
  • Xiaojin Zhang
  • ningmingxiao
  • AbdelrahmanElawady
  • Akihiro Suda
  • Antti Kervinen
  • Jing Xu
  • Jitang Lei
  • Justin Alvarez
  • Lei Liu
  • Maksym Pavlenko
  • Yang Yang
  • Yuhang Wei
  • cormick
  • jingtao.liang
Changes
24 commits

  • Prepare release notes for v1.7.26 (#​11356)
    • ceba197f5 Prepare release notes for v1.7.26
  • Upgrade x/net to 0.33.0 to fix vulnerability GHSA-w32m-9786-jp63 (#​11434)
  • update build to go1.23.6, test go1.24.0 (#​11419)
    • 9025d3075 update build to go1.23.6, test go1.24.0
  • Update install-imgcrypt to allow change install repo (#​11358)
    • 83eaab482 Update install-imgcrypt to allow change install repo
  • Add support for syncfs after unpack (#​11267)
    • 8bc21cba7 support to syncfs after pull by using diff plugin
  • Update runc binary to v1.2.5 (#​11395)
  • Move run.skip-dirs to issues.exclude-dirs in golangci-lint config (#​11400)
    • 8d8034b66 move skip-dirs to issues.exclude-dirs
  • Fix initial sync race when registering NRI plugins (#​11326)
    • 11af05177 cri,nri: block NRI plugin sync. during event processing.
    • d4036cd3d go.{mod,sum}: bump NRI to v0.8.0, re-vendor.
  • Fix console TTY leak in runc shim (#​11250)
    • c3e24e024 Add integ test to check tty leak
    • 4e45a463d fix master tty leak due to leaking init container object
  • Fix fatal concurrency error in port forwarding (#​11306)
    • 0fe9f0b52 fix fatal error: concurrent map iteration and map write
  • update build to go1.22.11, test go1.23.5 (#​11298)
    • 441b92636 update build to go1.22.11, test go1.23.5

Changes from containerd/nri
77 commits

  • Add API support for reading Pod IPs (containerd/nri#119)
  • generate: do not set OOMScoreAdj if no adjustment (containerd/nri#116)
  • 07bfc18 wip: generate: add test for oom score adj
  • b5fc359 generate: do not set OOMScoreAdj if no adjustment
  • device-injector: remove unreachable code. (containerd/nri#115)
    • 235aa11 chore: remove unreachable code and fmt files
  • Fix plugin sync to use multiple messages if ttrpc max message limit is hit (containerd/nri#111)
    • 159f575 template: dump pod/container count in sync message.
    • bf267e3 stub: collect/handle split sync messages.
    • ed78ae9 adaptation: use multiple sync messages if necessary.
    • 6fd59d6 api: add support for multiple sync messages.
    • a7fcccc mux: split oversized messages.
    • 5fe9b06 mux: fix maximum allowed message size.
    • 693d64e go.{mod,sum}, plugins: update ttrpc and NRI deps.
  • Update API to pass configured timeouts to plugins. (containerd/nri#109)
    • 320e4e7 adaptation: tests for runtime version, timeouts.
    • f86d982 api,adaptation,stub: let plugin know configured timeouts.
    • cfcd2af Makefile: fix ginkgo-tests target.
    • 8cd9504 adaptation: block plugin sync/registration in test suite.
    • 966ac92 adaptation: implement plugin synchronization blocks.
  • ci: verify that code generation works and results match (containerd/nri#113)
    • f74ce31 ci: verify code generation and generated files in repo
  • deps: bump gingko to v2.19.1, golang to v1.21.x. (containerd/nri#110)
    • e4d5c36 ci: stop testing with golang 1.20.x.
    • 6578149 go.{mod,sum}: bump golang requirement to 1.21.
    • 442e812 go.{mod,sum}: update to ginkgo v2.19.1.
  • sync sandboxes and containers after starting the pre-installed plugins (containerd/nri#43)
    • eada085 ignore pre-installed plugins that did not sync successfully
    • b881bc4 sync sandboxes and containers after starting the pre-installed plugins
  • Fix mount removal in adjustments (containerd/nri#107)
    • 3880f1d adaptation: add test case for mount removal.
    • 0d3b376 adaptation: fix mount removal in adjustments.
  • codespell: add codespell config, workflow, fix spelling errors. (containerd/nri#105)
    • df84c47 .github: add codespell workflow.
    • a03dc93 pkg,plugins,.codespellrc: add codespellrc, fix spelling.
  • Close plugin if initial synchronization fails (containerd/nri#103)
    • 4aec208 adaptation: log plugin as connected and synchronized.
    • 4e60cd0 adaptation: close plugin if initial synchronization fails.
  • Reset source path of api.pb.go to pkg/api/api.proto (containerd/nri#104)
    • 1cc026f Reset source path of api.pb.go to pkg/api/api.proto
  • Add support for adjusting OOM score (containerd/nri#94)
    • efcb2da NRI plugins support adjust oom_score_adj
  • Add API support for NRI-native CDI injection (containerd/nri#98)
    • 8783973 device-injector: clarify precedence of annotations.
    • 4eb7075 pkg/adaptation: fix grammatical mistakes in comments.
    • 4bd8da8 device-injector: add support for CDI injection.
    • 44773bd runtime-tools/generate: add support CDI injection.
    • 65282fe adaptation: add CDI device injection unit test.
    • 01f3b7a adaptation: add support for native CDI injection.
    • f1aa58f api: add support for native CDI device injection.
  • types: Fix a typo (containerd/nri#101)
  • Add support for pids cgroup (containerd/nri#76)
  • stub: support restart after stub stopped (containerd/nri#91)
    • 242661f stub: support re-start after stub stopped
  • stop closed plugins that will be removed (containerd/nri#89)
    • ba398fa stop closed plugins that will be removed
  • plugins/device-injector: fix a small typo in README.md. (containerd/nri#97)
    • f96a550 device-injector: small grammar fix in README.md.
  • plugins/template: fix a typo in a comment. (containerd/nri#96)
    • 5680921 plugins/template: fix typo in a comment.
  • go.{mod,sum}, .github: bump minimum golang version to 1.20. (containerd/nri#88)
    • 2c3608d .golangci.yml: silence dot-import errors for tests.
    • 8f56974 pkg/{adaptation,api,net,stub}: fix linter errors.
    • e863892 .github: bump golangci-lint to v1.58.0.
    • 674cb41 .github: bump setup-go to v5.
    • 9106283 .github: test with golang 1.20.x, 1.21.x, 1.22.3 in CI.
    • a9778ad plugins: bump golang version to 1.20.
    • 8e86065 go.{mod.sum}: bump golang version to 1.20.
  • network device injector plugin (containerd/nri#82)
    • ff774e6 network device injector plugin
  • Modify hook-injector plugin to monitor directories to match cri-o (containerd/nri#84)
    • 06841c2 Modify hook-injector plugin to monitor directories to match cri-o
  • docs: fix broken link to sample plugins in README.md (containerd/nri#81)
    • 2791e93 docs: fix broken link to sample plugins in README.md

Changes from containerd/ttrpc
11 commits

Dependency Changes
  • github.com/containerd/nri v0.6.1 -> v0.8.0
  • github.com/containerd/ttrpc v1.2.5 -> v1.2.7
  • github.com/go-logr/logr v1.3.0 -> v1.4.2
  • golang.org/x/net v0.25.0 -> v0.33.0

Previous release can be found at v1.7.25

v1.7.25: containerd 1.7.25

Compare Source

Welcome to the v1.7.25 release of containerd!

The twenty-fifth patch release for containerd 1.7 contains various fixes
and updates.

Highlights
  • Update runc binary to v1.2.4 (#​11238)
  • Fix proto conflicts and update to 1.8 API (#​11184)
Container Runtime Interface (CRI)
  • Fix ip_pref configuration option (#​11223)
Runtime
  • Fix panic due to nil dereference cgroups v2 (#​11099)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors
  • Akihiro Suda
  • Derek McGowan
  • Sebastiaan van Stijn
  • Wei Fu
  • Maksym Pavlenko
  • Akhil Mohan
  • Henry Wang
  • Jin Dong
  • Phil Estes
  • Sam Edwards
  • Samuel Karp
  • Brian Goff
  • David Son
  • Kohei Tokunaga
  • Pierre Gimalac
  • Yang Yang
  • bo.jiang
Changes
32 commits

  • Prepare release notes for v1.7.25 (#​11243)
    • bda53fc60 Prepare release notes for v1.7.25
  • Update runc binary to v1.2.4 (#​11238)
  • Reduce shim plugin log level (#​11224)
    • 99c973791 runtime/v2: reduce shim plugin log
  • Fix ip_pref configuration option (#​11223)
    • 0cfc1edf3 Fix "even if IPv4 comes first" test to have IPv4 first
    • 53d1fd0d9 Don't use To16() != nil to detect IPv6 addresses
  • Add a build tag to disable std plugin import (#​11202) (#​11203)
    • 2b12ef2f4 chore: add a build tag to disable containerd plugin import
  • bump github.com/containerd/continuity from 0.4.2 to 0.4.4 (#​11216)
    • b99091838 build(deps): bump github.com/containerd/continuity from 0.4.3 to 0.4.4
    • 9f48f7af0 build(deps): bump google.golang.org/protobuf from 1.33.0 to 1.35.2
    • 79172ba16 go.mod: github.com/containerd/continuity v0.4.3
  • deps: update golang.org/x/ (#​11178)
    • 2dfbe2c7c vendor: update golang.org/x/crypto dependencies
  • Fix proto conflicts and update to 1.8 API (#​11184)
  • update runc binary to v1.2.3 (#​11143)
  • update build to go1.22.10, test go1.23.4 (#​11111)
    • 4c0db6ad6 update build to go1.22.10, test go1.23.4
  • Fix panic due to nil dereference cgroups v2 (#​11099)
    • a40aa60a5 fix panic due to nil dereference cgroups v2
  • Move rockylinux 9.4 to almalinux/9 in CI (#​11054)
    • b1ef1dda7 move rocky 9.4 to almalinux/9 in CI

Changes from containerd/continuity
40 commits

Dependency Changes
  • github.com/containerd/containerd/api v1.7.19 -> v1.8.0
  • github.com/containerd/continuity v0.4.2 -> v0.4.4
  • golang.org/x/crypto v0.21.0 -> v0.31.0
  • golang.org/x/mod v0.12.0 -> v0.17.0
  • golang.org/x/net v0.23.0 -> v0.25.0
  • golang.org/x/sync v0.5.0 -> v0.10.0
  • golang.org/x/sys v0.18.0 -> v0.28.0
  • golang.org/x/term v0.18.0 -> v0.27.0
  • golang.org/x/text v0.14.0 -> v0.21.0
  • google.golang.org/genproto/googleapis/rpc 995d672 -> c3f9821
  • google.golang.org/protobuf v1.33.0 -> v1.35.2

Previous release can be found at v1.7.24

v1.7.24: containerd 1.7.24

Compare Source

Welcome to the v1.7.24 release of containerd!

The twenty-fourth patch release for containerd 1.7 contains various fixes
and updates.

Highlights
  • Update runc binary to 1.2.2 (#​11027)
  • Fix "invalid metric type" error message for cgroup v1 (#​10814)
Container Runtime Interface (CRI)
  • Update the container exit log to info level (#​11007)
Image Distribution
  • Fix retry logic and concurrency issue with http fallback (#​11032)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors
  • Derek McGowan
  • Phil Estes
  • Akhil Mohan
  • Akihiro Suda
  • Maksym Pavlenko
  • Austin Vazquez
  • Samuel Karp
  • Benjamin Peterson
  • Davanum Srinivas
  • Iceber Gu
  • Mike Brown
  • Sebastiaan van Stijn
  • Tõnis Tiigi
  • ningmingxiao
Changes
36 commits

  • Prepare release notes for v1.7.24 (#​11036)
    • 936f8e2de Prepare release notes for v1.7.24
  • Update the container exit log to info level (#​11007)
  • Fix retry logic and concurrency issue with http fallback (#​11032)
    • 10af0d60f Adds a mutex to protect fallback host
    • e426ec51b Use unix and windows specific connection error checks
    • 49c9f303b Allow fallback across default ports
  • local: avoid writing to content root on readonly store (#​10913)
    • ddf2b03ed local: avoid writing to content root on readonly store
  • Update runc binary to 1.2.2 (#​11027)
  • Revert "Disable vagrant strict dependency checking" (#​11011)
    • 23a31ce63 Revert "Disable vagrant strict dependency checking"
  • testutil: avoid conflict with continuity/testutil (#​10956)
    • 4bd411f8c testutil: avoid conflict with continuity/testutil
  • update cri-tools to v1.29.0 (#​10969)
  • update build to go1.22.9, test go1.23.3 (#​10974)
    • 56a7d31cb update build to go1.22.9, test go1.23.3
  • ci: disable marking 1.7 releases as latest (#​10962)
    • 205940716 ci: disable marking 1.7 releases as latest
  • Avoid arch info in the sed/replace when building cri-cni-containerd.tar.gz (#​10976)
    • b7bb8d515 Avoid arch info in the sed/replace when building cri-cni-containerd.tar.gz
  • backport: Disable vagrant strict dependency checking (#​10965)
    • 860a51384 Disable vagrant strict dependency checking
  • Update runc binary to 1.2.1 (#​10940)
  • services/snapshots: include name of snapshotter in debug logs (#​10931)
    • 5bd0834ce services/snapshots: include name of snapshotter in debug logs
  • Make TestContainerPids more resilient (#​10936)
    • 455787bf8 Make TestContainerPids more resilient
  • Add After=dbus.service to containerd.service (#​10859)
    • cb82e52a4 Add After=dbus.service to containerd.service
  • Fix "invalid metric type" error message for cgroup v1 (#​10814)
    • d6f577843 metrics: Use UnmarshalTo instead of UnmarshalAny

Dependency Changes

This release has no dependency changes

Previous release can be found at v1.7.23

v1.7.23: containerd 1.7.23

Compare Source

Welcome to the v1.7.23 release of containerd!

The twenty-third patch release for containerd 1.7 contains various fixes
and updates.

Highlights
Container Runtime Interface (CRI)
  • Add check for CNI plugins before tearing down pod network (#​10767)
Image Distribution
  • Fix the race condition during GC of snapshots when client retries (#​10763)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors
  • Derek McGowan
  • Austin Vazquez
  • Phil Estes
  • Akihiro Suda
  • Samuel Karp
  • Maksym Pavlenko
  • Kern Walster
  • Kir Kolyshkin
  • Saket Jajoo
  • Sameer
  • Wei Fu
  • Zou Nengren
  • bo.jiang
Changes
37 commits


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.


This change is Reviewable

@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.4 fix(deps): update module github.com/containerd/containerd to v1.7.5 Aug 25, 2023
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 537b33e to 19e2abd Compare August 25, 2023 15:49
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.5 fix(deps): update module github.com/containerd/containerd to v1.7.6 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 19e2abd to 91f2f1b Compare September 12, 2023 22:46
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 91f2f1b to 97f9680 Compare October 9, 2023 22:07
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.6 fix(deps): update module github.com/containerd/containerd to v1.7.7 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 97f9680 to 1cb3f04 Compare October 27, 2023 01:23
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.7 fix(deps): update module github.com/containerd/containerd to v1.7.8 Oct 27, 2023
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 1cb3f04 to 3eb1e97 Compare November 16, 2023 07:06
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.8 fix(deps): update module github.com/containerd/containerd to v1.7.9 Nov 16, 2023
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 3eb1e97 to c025dfd Compare November 30, 2023 00:07
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.9 fix(deps): update module github.com/containerd/containerd to v1.7.10 Nov 30, 2023
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from c025dfd to 6033ec2 Compare December 9, 2023 01:30
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.10 fix(deps): update module github.com/containerd/containerd to v1.7.11 Dec 9, 2023
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 6033ec2 to 03e98b9 Compare January 12, 2024 20:30
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.11 fix(deps): update module github.com/containerd/containerd to v1.7.12 Jan 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 03e98b9 to 3d80a1a Compare January 31, 2024 21:35
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.12 fix(deps): update module github.com/containerd/containerd to v1.7.13 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 3d80a1a to 443ed72 Compare March 11, 2024 19:52
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.13 fix(deps): update module github.com/containerd/containerd to v1.7.14 Mar 11, 2024
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 443ed72 to 0b5ecc6 Compare April 5, 2024 19:01
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.14 fix(deps): update module github.com/containerd/containerd to v1.7.15 Apr 5, 2024
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 0b5ecc6 to d7454d6 Compare April 25, 2024 17:00
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.15 fix(deps): update module github.com/containerd/containerd to v1.7.16 Apr 25, 2024
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from d7454d6 to 2961c82 Compare May 9, 2024 10:48
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 2961c82 to cfe3095 Compare May 17, 2024 02:21
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.16 fix(deps): update module github.com/containerd/containerd to v1.7.17 May 17, 2024
Copy link
Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 22 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.23.0
github.com/Microsoft/go-winio v0.6.1 -> v0.6.2
github.com/Microsoft/hcsshim v0.10.0 -> v0.11.7
github.com/containerd/continuity v0.4.1 -> v0.4.4
github.com/go-logr/logr v1.2.4 -> v1.4.2
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/google/uuid v1.3.1 -> v1.4.0
github.com/opencontainers/image-spec v1.1.0-rc4 -> v1.1.0
go.opentelemetry.io/otel v1.16.0 -> v1.21.0
go.opentelemetry.io/otel/metric v1.16.0 -> v1.21.0
go.opentelemetry.io/otel/trace v1.16.0 -> v1.21.0
golang.org/x/mod v0.12.0 -> v0.26.0
golang.org/x/net v0.14.0 -> v0.42.0
golang.org/x/sync v0.3.0 -> v0.16.0
golang.org/x/sys v0.11.0 -> v0.34.0
golang.org/x/text v0.12.0 -> v0.27.0
golang.org/x/time v0.3.0 -> v0.12.0
golang.org/x/tools v0.12.0 -> v0.34.0
google.golang.org/genproto v0.0.0-20230821184602-ccc8af3d0e93 -> v0.0.0-20231211222908-989df2bf70f3
google.golang.org/genproto/googleapis/rpc v0.0.0-20230821184602-ccc8af3d0e93 -> v0.0.0-20240401170217-c3f982113cda
google.golang.org/grpc v1.57.0 -> v1.59.0
google.golang.org/protobuf v1.31.0 -> v1.35.2

@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from cfe3095 to 0047584 Compare June 5, 2024 04:12
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.17 fix(deps): update module github.com/containerd/containerd to v1.7.18 Jun 5, 2024
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 0047584 to fb2622f Compare July 2, 2024 22:32
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.18 fix(deps): update module github.com/containerd/containerd to v1.7.19 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from fb2622f to d6a65b0 Compare July 18, 2024 09:01
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.19 fix(deps): update module github.com/containerd/containerd to v1.7.20 Jul 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from d6a65b0 to ccd64a0 Compare August 27, 2024 00:34
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.20 fix(deps): update module github.com/containerd/containerd to v1.7.21 Aug 27, 2024
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from ccd64a0 to fcca504 Compare September 9, 2024 22:15
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.21 fix(deps): update module github.com/containerd/containerd to v1.7.22 Sep 9, 2024
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch 2 times, most recently from 29bbfbe to 5580f60 Compare October 14, 2024 22:25
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.22 fix(deps): update module github.com/containerd/containerd to v1.7.23 Oct 14, 2024
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch 2 times, most recently from 9e794fb to 7da6b55 Compare November 21, 2024 15:46
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.23 fix(deps): update module github.com/containerd/containerd to v1.7.24 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 7da6b55 to 8bcd891 Compare December 22, 2024 16:22
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 8bcd891 to a954b41 Compare January 10, 2025 10:31
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.24 fix(deps): update module github.com/containerd/containerd to v1.7.25 Jan 10, 2025
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from a954b41 to 9073385 Compare February 27, 2025 03:35
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.25 fix(deps): update module github.com/containerd/containerd to v1.7.26 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 9073385 to d9f3e6d Compare March 11, 2025 11:39
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.26 fix(deps): update module github.com/containerd/containerd to v1.7.27 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from d9f3e6d to 4e01939 Compare March 17, 2025 20:23
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 4e01939 to 715daae Compare April 8, 2025 12:57
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 715daae to 16d1abb Compare May 7, 2025 17:21
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 16d1abb to 6a19766 Compare July 26, 2025 05:39
@renovate renovate bot changed the title fix(deps): update module github.com/containerd/containerd to v1.7.27 fix(deps): update module github.com/containerd/containerd to v1.7.28 Jul 26, 2025
@renovate renovate bot force-pushed the renovate/github.com-containerd-containerd-1.x branch from 6a19766 to cac6fb9 Compare August 10, 2025 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants