chore(deps): update all dependencies #2

Merged
kjuulh merged 1 commits from renovate/all into main 2023-07-27 17:20:43 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
docker.io/kasperhermansen/shuttle-drone docker major 1683325143197 -> 1690468928397
github.com/containerd/containerd require patch v1.7.0 -> v1.7.2
github.com/stretchr/testify require patch v1.8.2 -> v1.8.4
golang.org/x/sync require minor v0.1.0 -> v0.3.0

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

containerd/containerd

v1.7.2: containerd 1.7.2

Compare Source

Welcome to the v1.7.2 release of containerd!

The second patch release for containerd 1.7 includes enhancements to CRI sandbox mode,
Windows snapshot mounting support, and CRI and container IO bug fixes.

CRI/Sandbox Updates
  • Publish sandbox events (#​8613)
  • Make stats respect sandbox's platform (#​8604)
Other Notable Updates
  • Mount snapshots on Windows (#​8616)
  • Notify readiness when registered plugins are ready (#​8584)
  • Fix cio.Cancel() should close pipes (#​8624)
  • CDI: Use CRI Config.CDIDevices field for CDI injection (#​8519)

See the changelog for complete list of changes

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

Contributors
  • Gabriel Adrian Samfira
  • Derek McGowan
  • Paul "TBBle" Hampson
  • Maksym Pavlenko
  • Phil Estes
  • Austin Vazquez
  • Akihiro Suda
  • Kazuyoshi Kato
  • Danny Canter
  • Samuel Karp
  • Sebastiaan van Stijn
  • Ed Bartosh
  • Henry Wang
  • Hsing-Yu (David) Chen
  • Jan Dubois
  • Mike Brown
  • Wei Fu
  • helen
Changes
59 commits

  • [release/1.7] Prepare release notes for v1.7.2 (#​8629)
    • 0e41daaea [release/1.7] Prepare release notes for v1.7.2
  • [1.7 backport] Fix panic when remote differ returns empty result (#​8631)
    • e134b6393 Fix panic when remote differ returns empty result
  • [release/1.7 backport] Mount snapshots on Windows (#​8616)
    • 313c226b8 Update continuity to a tagged version
    • 8dd16285a UnmountAll is a no-op for missing mount points
    • acff3eefa Improve error messages and remove check
    • b4dd3bf4e Make ReadOnly() available on all platforms
    • 08d8baf3f Increase integration test tmieout to 20m
    • 1f0dbd011 Remove bind code path in mount()
    • 8f37b1c63 Remove "bind" code path from diff
    • 9139208b3 Properly mount base layers
    • e61e7b312 Skip parent layer options on bind mounts
    • e4307926f Add ReadOnly() function
    • 0277b9b01 Remove escalated privileges
    • d5c18dfb7 Use DefaultSnapshotter
    • 853179366 use t.Fatal if we cannot enable process privileges
    • 5b3ee413f Update continuity
    • 375172604 Fix go.mod, simplify boolean logic, add logging
    • 600abd137 Ignore ERROR_NOT_FOUND error when removing mount
    • df7295dcd Update continuity, go-winio and hcsshim
    • 0db78c482 Remove unused function
    • 219058766 Grant needed privileges for snapshotter tests
    • 96fbe5bc8 Fix layer comparison and enable read-only checks
    • 279e0d3c9 Use bind filer for mounts
    • 93e94da40 Enable TestSnapshotterClient on Windows
    • 3a3da693a Run Windows snapshotter through the test suite
    • e7b62322f Fix misspelling of 'Native' as 'Naive'
    • e1f999a18 Add paired 'mount' log for 'unmount'
    • 5788d6e52 Don't use all-upper-case filenames in snapshot tests
    • 3cdcb2f10 Skip tests that do not apply to WCOW on Windows
    • b0968b8bb Ensure mounts are unmounted before leaving the test
    • b57424851 Unify testutil.Unmount on Windows and Unix
    • b9a8aad45 Implement Windows mounting for bind and windows-layer mounts
    • 1a64ee183 Implement WCOW parentless active snapshots and view snapshots
  • [release/1.7] fix: cio.Cancel() should close the pipes (#​8624)
    • 99582fb1a fix: cio.Cancel() should close the pipes
  • [release/1.7 backport] remotes/docker: ResolverOptions: fix deprecation comments (#​8621)
    • eeda70fb0 remotes/docker: ResolverOptions: fix deprecation comments
  • [release/1.7] Publish sandbox events (#​8613)
  • [release/1.7] notify readiness when registered plugins are ready (#​8584)
    • 2c38cad77 notify readiness when registered plugins are ready
  • [release/1.7] Backport CRI sandbox server stats changes (#​8604)
    • 7851b0a9f CRI: Make stats respect sandbox's platform
    • 8d7c340ca [sbserver] handle missing cpu stats
    • d08b2a088 [sbserver] Refactor usageNanoCores be to used for all OSes
  • [release/1.7] Cherry-pick: Update volume-ownership image with latest hashes (#​8574)
    • 08de6e7b8 Update volume-ownership image with latest hashes
  • [release/1.7] CDI: Use CRI Config.CDIDevices field for CDI injection (#​8519)
    • 6a5e54c15 Get CDI devices from CRI Config.CDIDevices field
  • [release/1.7 backport] snapshots/testsuite: Rename: fix fuse-overlayfs incompatibility (#​8510)
    • 9e60300ea snapshots/testsuite: Rename: fix fuse-overlayfs incompatibility

Changes from containerd/continuity
31 commits

  • Fall back to Copyfile when Clonefile detects a cross-device request (#​225)
    • 7df79f5 Fall back to Copyfile when Clonefile detects a cross-device request
  • Support darwin clonefile (#​223)
  • Update golang.org/x/sys to v0.1.0 (#​222)
    • 2db84b9 Update golang.org/x/sys to v0.1.0
  • Enable tests for all platforms (#​220)
  • Add more Windows metadata files (#​219)
    • cdfbe61 Add more Windows metadata files
  • atomicWriteFile: file defer close (#​213)
    • 9eb2a49 atomicWriteFile: file defer close
  • Update GitHub Actions runner images (#​216)
    • ad9c903 Update GitHub Actions runner images
  • Add CodeQL security scan workflow (#​215)
    • c8de034 Add CodeQL security scan workflow
  • Add Go 1.20 support to CI (#​214)
    • be62cc1 Add Go 1.20 support to CI
  • Add paths to windows metadataFiles (#​212)
    • 68f7b34 Add paths to windows metadataFiles
  • Remove references to io/ioutil package (#​211)
    • e22f001 Remove references to io/ioutil package
  • Update GitHub actions CI workflow (#​210)
    • 1c3fa33 Update GitHub actions CI workflow
  • format code with gofumpt (#​209)
  • Correctly ignore error wrapping ErrNotSupported (#​207)
    • 1ee38b5 Correctly ignore error wrapping ErrNotSupported

Dependency Changes
  • github.com/containerd/continuity v0.3.0 -> v0.4.1

Previous release can be found at v1.7.1

v1.7.1: containerd 1.7.1

Compare Source

Welcome to the v1.7.1 release of containerd!

The first patch release for containerd 1.7 includes many fixes to CRI
sandbox mode, various other fixes, runc update, and important fixes in
core dependencies such as ttrpc and typeurl.

CRI/Sandbox Updates
  • Throw not supported error when UID or GID mappings provided (#​8211)
  • Cleanup shim on start failure (#​8282)
  • Fix premature close of CRI service when there are no CNI configuration monitors (#​8282)
  • Avoid UID lookup from mount on Darwin (#​8314)
  • Keep Linux mounts for Linux sandboxes on non-Linux hosts (#​8331)
  • Add noexec,nodev,nosuid to /etc/resolv.conf bind mount (#​8336)
  • Remove entry for container from container store on error (#​8457)
  • Fix unmarshal in container metrics (#​8472)
Other Notable Updates
  • Use readonly for temporary mounts (#​8300 #​8358)
  • Fix skip docker manifest option on image exporter (#​8344)
  • Update runc binary to v1.1.7 (#​8451)
  • Fix runtime path task option (#​8453)
  • Fix panic from nil checkpoint options (#​8475)
  • Fix transfer service configuration options (#​8491)
  • Fix server-side goroutine leak on receive message error (ttrpc#​141)
  • Fix panic caused by race to close send channel (ttrpc#​140)
  • Fix unmarshal to return non-nil object when nil value (ttrpc#​140)

See the changelog for complete list of changes

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

Contributors
  • Derek McGowan
  • Sebastiaan van Stijn
  • Akihiro Suda
  • Iceber Gu
  • Phil Estes
  • Maksym Pavlenko
  • Wei Fu
  • Danny Canter
  • Kirtana Ashok
  • Rodrigo Campos
  • Samuel Karp
  • Vinayak Goyal
  • Austin Vazquez
  • Justin Chadwell
  • Kazuyoshi Kato
  • Brad Davidson
  • Djordje Lukic
  • Ethan Lowman
  • Laura Brehm
  • Michael Crosby
Changes
68 commits

  • [release/1.7] Prepare release notes for v1.7.1 (#​8501)
  • [release/1.7] Update ttrpc v1.2.2 (#​8499)
  • [release/1.7] runtime/shim: fix the nil checkpoint options (#​8475)
    • 3ef5b689a runtime/shim: fix the nil checkpoint options
  • [release/1.7] bump typeurl to v2.1.1 (#​8495)
  • [release/1.7] Transfer service backports (#​8491)
    • 35e86f96c [transfer] avoid setting limiters when max is 0
    • f7233811f Update transfer configuration
    • 4510eac00 Fix image pulling with Transfer service
  • [release/1.7]Update hcsshim tag to v0.10.0-rc.8 (#​8480)
    • aaa65e8c1 Update hcsshim tag to v0.10.0-rc.8
  • [release/1.7] cri: Fix umarshal metrics (#​8472)
    • 95ef67e19 Fix umarshal metrics for CRI server
  • [release/1.7 backport] update go to go1.20.4, go1.19.9 (#​8471)
  • [release/1.7] fix the task setting the runtime path (#​8453)
    • c0e128624 skip TestContainerStartWithAbsRuntimePath if the runtime is v1
    • aa3c63c15 integration: add container start test using abs runtime path
    • d2d9eedb1 WithRuntimePath uses the TaskInfo.RuntimePath field
  • [release/1.7] Remove entry for container from container store on error (#​8457)
    • 6b3ae0129 Remove entry for container from container store on error
  • [release/1.7 backport] update runc binary to v1.1.7 (#​8451)
  • [release/1.7] cri: Vendor v0.27.1 (#​8444)
  • [release/1.7 backport] oci: partially restore comment on read-only mounts for uid/gid uses (#​8404)
    • 1bbf98e53 oci: partially restore comment on read-only mounts for uid/gid uses
  • [release/1.7] Fix argsEscaped tests (#​8405)
  • [release/1.7] Throw an error if the kubelet requests mounts with uid/gid mappings (#​8211)
    • 7de8629be cri: Throw an error if idmap mounts is requested
    • 75ac7e0d8 cri: Vendor v0.27.0-beta.0 for mounts uid/gid mappings
  • [release/1.7] go.mod: remove redundant replace, and some cleaning-up (#​8396)
    • 8f6e86fec go.mod: add comment explaining go-fuzz-headers replace rule
    • 1ece0cb50 go.mod: remove replace for github.com/opencontainers/runtime-tools
    • e9f962187 go.mod: integration: use non-pre-release of containerd
    • 84393b005 go.mod: integration: move indirect dependencies to the right group
  • [release/1.7 backport] update runc binary to v1.1.6 (#​8386)
  • [release/1.7 backport] oci: Use WithReadonlyTempMount when adding users/groups (#​8358)
    • 54d12b872 oci: Use WithReadonlyTempMount when adding users/groups
  • [release/1.7 backport] update go to go1.20.3, go1.19.8 (#​8354)
  • [release/1.7] archive: consistently respect value of WithSkipDockerManifest (#​8344)
    • 1d6641b7c export: add test for WithSkipDockerManifest
    • 0e0d84f6b archive: consistently respect value of WithSkipDockerManifest
  • [release/1.7] Add noexec nodev and nosuid to sandbox /etc/resolv.conf mount bind. (#​8336)
    • 9b4935d86 Update sbserver to add noexec nodev and nosuid to /etc/resolv.conf mount bind.
    • 5e953cfa6 Test to ensure nosuid,nodev,noexec are set on /etc/reolv.conf mount.
    • 0aad93f08 Add noexec nodev and nosuid to sandbox /etc/resolv.conf mount bind.
  • [release/1.7] ctr/tasks: fix unmarshal the task metrics for cgroups v1 (#​8335)
    • 1a64f1b43 ctr/tasks: fix unmarshal the task metrics for cgroups v1
  • [release/1.7] Keep linux mounts for linux sandboxes on Windows/Darwin (#​8331)
    • 17c52a26d Keep linux mounts for linux sandboxes on Windows/Darwin
  • [release/1.7] update runc binary to v1.1.5 (#​8325)
    • d81fc15af update runc binary to v1.1.5
    • 755efbe64 go.mod: github.com/opencontainers/runc v1.1.5
  • [backport 1.7] Defer uid lookups on Darwin (#​8314)
  • [release/1.7 backport] Add WithReadonlyTempMount to create readonly temporary mounts (#​8300)
    • b7d87b190 Add WithReadonlyTempMount to create readonly temporary mounts
  • [release/1.7] Backport Sandbox/CRI fixes (#​8282)
    • 1c1b6bcb2 CRI: Don't always close netConfMonitor channel
    • cf2e454bf Sandbox: Correct/add some fields to Status()
    • ce68e8e0d Sandbox: Cleanup shim on Start failure

Changes from containerd/ttrpc
8 commits

  • First process the pending messages in recv channel (#​144)
    • c51165f First process the pending messages in recv channel
  • Add recvClose channel to stream (#​140)
    • 471297e Add recvClose channel to stream
  • Unwrap IO errors in server connection error handling (#​141)
    • 9599fad Unwrap io errors in server connection receive error handling
  • Update GitHub actions CI workflow (#​124)
    • c7b5a32 Update GitHub actions CI workflow

Dependency Changes
  • github.com/Microsoft/go-winio v0.6.0 -> v0.6.1
  • github.com/Microsoft/hcsshim v0.10.0-rc.7 -> v0.10.0-rc.8
  • github.com/containerd/ttrpc v1.2.1 -> v1.2.2
  • github.com/containerd/typeurl/v2 v2.1.0 -> v2.1.1
  • github.com/golang/protobuf v1.5.2 -> v1.5.3
  • github.com/opencontainers/runc v1.1.4 -> v1.1.5
  • github.com/opencontainers/runtime-tools 946c877 -> 2e043c6
  • golang.org/x/mod v0.7.0 -> v0.9.0
  • golang.org/x/net v0.7.0 -> v0.8.0
  • golang.org/x/sys v0.6.0 -> v0.7.0
  • golang.org/x/term v0.5.0 -> v0.6.0
  • golang.org/x/text v0.7.0 -> v0.8.0
  • golang.org/x/tools v0.5.0 -> v0.7.0
  • google.golang.org/protobuf v1.28.1 -> v1.29.1
  • k8s.io/cri-api v0.26.2 -> v0.27.1

Previous release can be found at v1.7.0

stretchr/testify

v1.8.4

Compare Source

v1.8.3

Compare Source


Configuration

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

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | docker.io/kasperhermansen/shuttle-drone | docker | major | `1683325143197` -> `1690468928397` | | [github.com/containerd/containerd](https://github.com/containerd/containerd) | require | patch | `v1.7.0` -> `v1.7.2` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | require | patch | `v1.8.2` -> `v1.8.4` | | golang.org/x/sync | require | minor | `v0.1.0` -> `v0.3.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>containerd/containerd</summary> ### [`v1.7.2`](https://github.com/containerd/containerd/releases/tag/v1.7.2): containerd 1.7.2 [Compare Source](https://github.com/containerd/containerd/compare/v1.7.1...v1.7.2) Welcome to the v1.7.2 release of containerd! The second patch release for containerd 1.7 includes enhancements to CRI sandbox mode, Windows snapshot mounting support, and CRI and container IO bug fixes. ##### CRI/Sandbox Updates - **Publish sandbox events** ([#&#8203;8613](https://github.com/containerd/containerd/pull/8613)) - **Make stats respect sandbox's platform** ([#&#8203;8604](https://github.com/containerd/containerd/pull/8604)) ##### Other Notable Updates - **Mount snapshots on Windows** ([#&#8203;8616](https://github.com/containerd/containerd/pull/8616)) - **Notify readiness when registered plugins are ready** ([#&#8203;8584](https://github.com/containerd/containerd/pull/8584)) - **Fix cio.Cancel() should close pipes** ([#&#8203;8624](https://github.com/containerd/containerd/pull/8624)) - **CDI: Use CRI Config.CDIDevices field for CDI injection** ([#&#8203;8519](https://github.com/containerd/containerd/pull/8519)) See the changelog for complete list of changes Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues. ##### Contributors - Gabriel Adrian Samfira - Derek McGowan - Paul "TBBle" Hampson - Maksym Pavlenko - Phil Estes - Austin Vazquez - Akihiro Suda - Kazuyoshi Kato - Danny Canter - Samuel Karp - Sebastiaan van Stijn - Ed Bartosh - Henry Wang - Hsing-Yu (David) Chen - Jan Dubois - Mike Brown - Wei Fu - helen ##### Changes <details><summary>59 commits</summary> <p> - \[release/1.7] Prepare release notes for v1.7.2 ([#&#8203;8629](https://github.com/containerd/containerd/pull/8629)) - [`0e41daaea`](https://github.com/containerd/containerd/commit/0e41daaeabefcf7c61034024b4507ceee139761b) \[release/1.7] Prepare release notes for v1.7.2 - \[1.7 backport] Fix panic when remote differ returns empty result ([#&#8203;8631](https://github.com/containerd/containerd/pull/8631)) - [`e134b6393`](https://github.com/containerd/containerd/commit/e134b639396ab07513fecfa221fc4ad8634b2154) Fix panic when remote differ returns empty result - \[release/1.7 backport] Mount snapshots on Windows ([#&#8203;8616](https://github.com/containerd/containerd/pull/8616)) - [`313c226b8`](https://github.com/containerd/containerd/commit/313c226b8b9c30995b90d9a6535b2972707afbd4) Update continuity to a tagged version - [`8dd16285a`](https://github.com/containerd/containerd/commit/8dd16285a0558c56255f7d88a509d0e8d930efe3) UnmountAll is a no-op for missing mount points - [`acff3eefa`](https://github.com/containerd/containerd/commit/acff3eefa69b6d0238062396fb91df5cfb699603) Improve error messages and remove check - [`b4dd3bf4e`](https://github.com/containerd/containerd/commit/b4dd3bf4e291b6be928de1be272740c6a9f2dd3e) Make ReadOnly() available on all platforms - [`08d8baf3f`](https://github.com/containerd/containerd/commit/08d8baf3f4d82d5917e8acc94e50d25b4d7d6500) Increase integration test tmieout to 20m - [`1f0dbd011`](https://github.com/containerd/containerd/commit/1f0dbd011ae5b635039646f29bba2e0b288d95ca) Remove bind code path in mount() - [`8f37b1c63`](https://github.com/containerd/containerd/commit/8f37b1c63712aefeef8e3c357e85ebde8f670ba8) Remove "bind" code path from diff - [`9139208b3`](https://github.com/containerd/containerd/commit/9139208b319828e0cafe8110743fa455dc3b75f1) Properly mount base layers - [`e61e7b312`](https://github.com/containerd/containerd/commit/e61e7b31263ca717d2ff00b37abdc83ff0f5346f) Skip parent layer options on bind mounts - [`e4307926f`](https://github.com/containerd/containerd/commit/e4307926f327e35cc5fcd012ac4854cf85cbee07) Add ReadOnly() function - [`0277b9b01`](https://github.com/containerd/containerd/commit/0277b9b01a4992ba315f379ca599bf080dd6495b) Remove escalated privileges - [`d5c18dfb7`](https://github.com/containerd/containerd/commit/d5c18dfb7ed449e0232ccafcc6f4cb9a2473221d) Use DefaultSnapshotter - [`853179366`](https://github.com/containerd/containerd/commit/853179366b2aa7bebd17903faa0ada9dcf9297cc) use t.Fatal if we cannot enable process privileges - [`5b3ee413f`](https://github.com/containerd/containerd/commit/5b3ee413f49fac47017cfacf09176e9701052096) Update continuity - [`375172604`](https://github.com/containerd/containerd/commit/375172604df61e312810efbb7fc0080df5a0ab2c) Fix go.mod, simplify boolean logic, add logging - [`600abd137`](https://github.com/containerd/containerd/commit/600abd13791fcc6b3dd23c7f78f8c8c796340e33) Ignore ERROR_NOT_FOUND error when removing mount - [`df7295dcd`](https://github.com/containerd/containerd/commit/df7295dcdf00839423109ac65b1dc9429f632e00) Update continuity, go-winio and hcsshim - [`0db78c482`](https://github.com/containerd/containerd/commit/0db78c48269f54b9335183b2b0d7b6138253e9e5) Remove unused function - [`219058766`](https://github.com/containerd/containerd/commit/2190587661ded992f2b0a55a08e3201b93e0b5a2) Grant needed privileges for snapshotter tests - [`96fbe5bc8`](https://github.com/containerd/containerd/commit/96fbe5bc882658780ca36499a0e0a79d095b83e8) Fix layer comparison and enable read-only checks - [`279e0d3c9`](https://github.com/containerd/containerd/commit/279e0d3c9ab199458387b670c19301a94dac8032) Use bind filer for mounts - [`93e94da40`](https://github.com/containerd/containerd/commit/93e94da4084f3fbe2d89f3145a8e56c8c24dc458) Enable TestSnapshotterClient on Windows - [`3a3da693a`](https://github.com/containerd/containerd/commit/3a3da693aee68afdc84ca42c0191cee88ee9c21f) Run Windows snapshotter through the test suite - [`e7b62322f`](https://github.com/containerd/containerd/commit/e7b62322f9218387e6f715442b2235c9feec2e01) Fix misspelling of 'Native' as 'Naive' - [`e1f999a18`](https://github.com/containerd/containerd/commit/e1f999a1827242a31fa85cbb4a44ee31eeebfb30) Add paired 'mount' log for 'unmount' - [`5788d6e52`](https://github.com/containerd/containerd/commit/5788d6e520cef08aaf2d15ceaf5c4c6b1ce735e6) Don't use all-upper-case filenames in snapshot tests - [`3cdcb2f10`](https://github.com/containerd/containerd/commit/3cdcb2f1088eab8d18075b0549ae59688bf15792) Skip tests that do not apply to WCOW on Windows - [`b0968b8bb`](https://github.com/containerd/containerd/commit/b0968b8bb920c99d341cb212bde9a4d15c050dfc) Ensure mounts are unmounted before leaving the test - [`b57424851`](https://github.com/containerd/containerd/commit/b57424851cc56745d677ee41e0d5a02dde29bc41) Unify testutil.Unmount on Windows and Unix - [`b9a8aad45`](https://github.com/containerd/containerd/commit/b9a8aad45149c40c8b5c327657a5320de29231c5) Implement Windows mounting for bind and windows-layer mounts - [`1a64ee183`](https://github.com/containerd/containerd/commit/1a64ee1835544d37903f667415c821526200ed8b) Implement WCOW parentless active snapshots and view snapshots - \[release/1.7] fix: cio.Cancel() should close the pipes ([#&#8203;8624](https://github.com/containerd/containerd/pull/8624)) - [`99582fb1a`](https://github.com/containerd/containerd/commit/99582fb1a32e9d051585219d11146afb07805abf) fix: cio.Cancel() should close the pipes - \[release/1.7 backport] remotes/docker: ResolverOptions: fix deprecation comments ([#&#8203;8621](https://github.com/containerd/containerd/pull/8621)) - [`eeda70fb0`](https://github.com/containerd/containerd/commit/eeda70fb04814f240c7e5d0f59a6369b1fdae69e) remotes/docker: ResolverOptions: fix deprecation comments - \[release/1.7] Publish sandbox events ([#&#8203;8613](https://github.com/containerd/containerd/pull/8613)) - [`e21c8beee`](https://github.com/containerd/containerd/commit/e21c8beee6c07fd289af2cf0011e0aa8156882e4) Post cherry-pick fixes - [`246240f71`](https://github.com/containerd/containerd/commit/246240f71ce2adcfc5b161343f21a72fa32c1273) Move PLEG event back to CRI - [`16f3726dd`](https://github.com/containerd/containerd/commit/16f3726dd61ba8fa71d04957681b53a14cc5b055) Generate sandbox exit events from CRI - [`0c8cfb1a7`](https://github.com/containerd/containerd/commit/0c8cfb1a7c0f852842016ad0805bf8a121ede970) Move pod sandbox recovery to podsandbox/ package - [`91d9f5c64`](https://github.com/containerd/containerd/commit/91d9f5c643c4bc6d44964c161a56eb04201fc885) Publish sandbox events - [`4b77683b4`](https://github.com/containerd/containerd/commit/4b77683b46182fcdf756509767660389d2eb7169) Add sandbox events protos - \[release/1.7] notify readiness when registered plugins are ready ([#&#8203;8584](https://github.com/containerd/containerd/pull/8584)) - [`2c38cad77`](https://github.com/containerd/containerd/commit/2c38cad77cdb2644ebf8f56a2e3f094344ef0f41) notify readiness when registered plugins are ready - \[release/1.7] Backport CRI sandbox server stats changes ([#&#8203;8604](https://github.com/containerd/containerd/pull/8604)) - [`7851b0a9f`](https://github.com/containerd/containerd/commit/7851b0a9f27c6a2223538abe05bf23edbd790fca) CRI: Make stats respect sandbox's platform - [`8d7c340ca`](https://github.com/containerd/containerd/commit/8d7c340ca8cb83fda1f02e443a1fdebd04df4bd5) \[sbserver] handle missing cpu stats - [`d08b2a088`](https://github.com/containerd/containerd/commit/d08b2a088c4446ee9bb3af6b431f7969d6a8c07e) \[sbserver] Refactor usageNanoCores be to used for all OSes - \[release/1.7] Cherry-pick: Update volume-ownership image with latest hashes ([#&#8203;8574](https://github.com/containerd/containerd/pull/8574)) - [`08de6e7b8`](https://github.com/containerd/containerd/commit/08de6e7b8c80e8815002eecc778c422764e87e13) Update volume-ownership image with latest hashes - \[release/1.7] CDI: Use CRI Config.CDIDevices field for CDI injection ([#&#8203;8519](https://github.com/containerd/containerd/pull/8519)) - [`6a5e54c15`](https://github.com/containerd/containerd/commit/6a5e54c15a38b90fbfa2c6a8ce9ef1fb26037c7c) Get CDI devices from CRI Config.CDIDevices field - \[release/1.7 backport] snapshots/testsuite: Rename: fix fuse-overlayfs incompatibility ([#&#8203;8510](https://github.com/containerd/containerd/pull/8510)) - [`9e60300ea`](https://github.com/containerd/containerd/commit/9e60300ea0b1635d8d7798fc99c824cab82926f3) snapshots/testsuite: Rename: fix fuse-overlayfs incompatibility </p> </details> ##### Changes from containerd/continuity <details><summary>31 commits</summary> <p> - Fall back to Copyfile when Clonefile detects a cross-device request ([#&#8203;225](https://github.com/containerd/continuity/pull/225)) - [`7df79f5`](https://github.com/containerd/continuity/commit/7df79f562b5757ce7953302d8b80017a60dfaedf) Fall back to Copyfile when Clonefile detects a cross-device request - Support darwin clonefile ([#&#8203;223](https://github.com/containerd/continuity/pull/223)) - [`30cf84d`](https://github.com/containerd/continuity/commit/30cf84dfb5e0d30120e388e2e2481adad18ea27a) Add support for Darwin clonefile - [`ebdd069`](https://github.com/containerd/continuity/commit/ebdd069b5520106abe138eee143fb310df314afd) Add copy benchmark - Update golang.org/x/sys to v0.1.0 ([#&#8203;222](https://github.com/containerd/continuity/pull/222)) - [`2db84b9`](https://github.com/containerd/continuity/commit/2db84b9393154fccd9c968665b00255c688a7d00) Update golang.org/x/sys to v0.1.0 - Enable tests for all platforms ([#&#8203;220](https://github.com/containerd/continuity/pull/220)) - [`b449cd0`](https://github.com/containerd/continuity/commit/b449cd0f764c0dc97ed496c2d3b5f8d673c6b7a6) Fix tests on Windows - [`eb05879`](https://github.com/containerd/continuity/commit/eb058795cb5ebba43e2a0a33f540bbc2c37945c4) Fix Darwin tests - [`9cd17be`](https://github.com/containerd/continuity/commit/9cd17bee62e96e79fd579ef64d86b86ec6ac6cc8) Enable tests for all platforms - Add more Windows metadata files ([#&#8203;219](https://github.com/containerd/continuity/pull/219)) - [`cdfbe61`](https://github.com/containerd/continuity/commit/cdfbe61803aad33055dce1b557b2bdf323860244) Add more Windows metadata files - atomicWriteFile: file defer close ([#&#8203;213](https://github.com/containerd/continuity/pull/213)) - [`9eb2a49`](https://github.com/containerd/continuity/commit/9eb2a492babfeb69786473a95a5de4bbc249c71d) atomicWriteFile: file defer close - Update GitHub Actions runner images ([#&#8203;216](https://github.com/containerd/continuity/pull/216)) - [`ad9c903`](https://github.com/containerd/continuity/commit/ad9c9033bc0d70f0c8ec837cd7cc5a237aa53503) Update GitHub Actions runner images - Add CodeQL security scan workflow ([#&#8203;215](https://github.com/containerd/continuity/pull/215)) - [`c8de034`](https://github.com/containerd/continuity/commit/c8de034f336e5434007cf541f850a2289463dae9) Add CodeQL security scan workflow - Add Go 1.20 support to CI ([#&#8203;214](https://github.com/containerd/continuity/pull/214)) - [`be62cc1`](https://github.com/containerd/continuity/commit/be62cc19f81856e329418bf36084ba7dade19af6) Add Go 1.20 support to CI - Add paths to windows metadataFiles ([#&#8203;212](https://github.com/containerd/continuity/pull/212)) - [`68f7b34`](https://github.com/containerd/continuity/commit/68f7b34f5e115fe81b09971f79bf59897805e99c) Add paths to windows metadataFiles - Remove references to io/ioutil package ([#&#8203;211](https://github.com/containerd/continuity/pull/211)) - [`e22f001`](https://github.com/containerd/continuity/commit/e22f0013e31f7d7acfdfdfe03c3fc216cd7814c7) Remove references to io/ioutil package - Update GitHub actions CI workflow ([#&#8203;210](https://github.com/containerd/continuity/pull/210)) - [`1c3fa33`](https://github.com/containerd/continuity/commit/1c3fa33439810d944467f2cf3a4b61be3b048296) Update GitHub actions CI workflow - format code with gofumpt ([#&#8203;209](https://github.com/containerd/continuity/pull/209)) - [`f5d245e`](https://github.com/containerd/continuity/commit/f5d245e404beb0f7e0403288f4bf0bff7b1c26b4) format code with gofumpt - Correctly ignore error wrapping `ErrNotSupported` ([#&#8203;207](https://github.com/containerd/continuity/pull/207)) - [`1ee38b5`](https://github.com/containerd/continuity/commit/1ee38b500a97d2b2eaac33a002dabf7b25886c22) Correctly ignore error wrapping ErrNotSupported </p> </details> ##### Dependency Changes - **github.com/containerd/continuity** v0.3.0 -> v0.4.1 Previous release can be found at [v1.7.1](https://github.com/containerd/containerd/releases/tag/v1.7.1) ### [`v1.7.1`](https://github.com/containerd/containerd/releases/tag/v1.7.1): containerd 1.7.1 [Compare Source](https://github.com/containerd/containerd/compare/v1.7.0...v1.7.1) Welcome to the v1.7.1 release of containerd! The first patch release for containerd 1.7 includes many fixes to CRI sandbox mode, various other fixes, runc update, and important fixes in core dependencies such as ttrpc and typeurl. ##### CRI/Sandbox Updates - **Throw not supported error when UID or GID mappings provided** ([#&#8203;8211](https://github.com/containerd/containerd/pull/8211)) - **Cleanup shim on start failure** ([#&#8203;8282](https://github.com/containerd/containerd/pull/8282)) - **Fix premature close of CRI service when there are no CNI configuration monitors** ([#&#8203;8282](https://github.com/containerd/containerd/pull/8282)) - **Avoid UID lookup from mount on Darwin** ([#&#8203;8314](https://github.com/containerd/containerd/pull/8314)) - **Keep Linux mounts for Linux sandboxes on non-Linux hosts** ([#&#8203;8331](https://github.com/containerd/containerd/pull/8331)) - **Add `noexec`,`nodev`,`nosuid` to `/etc/resolv.conf` bind mount** ([#&#8203;8336](https://github.com/containerd/containerd/pull/8336)) - **Remove entry for container from container store on error** ([#&#8203;8457](https://github.com/containerd/containerd/pull/8457)) - **Fix unmarshal in container metrics** ([#&#8203;8472](https://github.com/containerd/containerd/pull/8472)) ##### Other Notable Updates - **Use readonly for temporary mounts** ([#&#8203;8300](https://github.com/containerd/containerd/pull/8300) [#&#8203;8358](https://github.com/containerd/containerd/pull/8358)) - **Fix skip docker manifest option on image exporter** ([#&#8203;8344](https://github.com/containerd/containerd/pull/8344)) - **Update runc binary to v1.1.7** ([#&#8203;8451](https://github.com/containerd/containerd/pull/8451)) - **Fix runtime path task option** ([#&#8203;8453](https://github.com/containerd/containerd/pull/8453)) - **Fix panic from nil checkpoint options** ([#&#8203;8475](https://github.com/containerd/containerd/pull/8475)) - **Fix transfer service configuration options** ([#&#8203;8491](https://github.com/containerd/containerd/pull/8491)) - **Fix server-side goroutine leak on receive message error** ([ttrpc#&#8203;141](https://github.com/containerd/ttrpc/pull/141)) - **Fix panic caused by race to close send channel** ([ttrpc#&#8203;140](https://github.com/containerd/ttrpc/pull/140)) - **Fix unmarshal to return non-nil object when nil value** ([ttrpc#&#8203;140](https://github.com/containerd/typeurl/pull/41)) See the changelog for complete list of changes Please try out the release binaries and report any issues at https://github.com/containerd/containerd/issues. ##### Contributors - Derek McGowan - Sebastiaan van Stijn - Akihiro Suda - Iceber Gu - Phil Estes - Maksym Pavlenko - Wei Fu - Danny Canter - Kirtana Ashok - Rodrigo Campos - Samuel Karp - Vinayak Goyal - Austin Vazquez - Justin Chadwell - Kazuyoshi Kato - Brad Davidson - Djordje Lukic - Ethan Lowman - Laura Brehm - Michael Crosby ##### Changes <details><summary>68 commits</summary> <p> - \[release/1.7] Prepare release notes for v1.7.1 ([#&#8203;8501](https://github.com/containerd/containerd/pull/8501)) - [`27a0d957b`](https://github.com/containerd/containerd/commit/27a0d957be722eaaf34cdcc9c9a5b47d843b7a9c) Prepare release notes for v1.7.1 - \[release/1.7] Update ttrpc v1.2.2 ([#&#8203;8499](https://github.com/containerd/containerd/pull/8499)) - [`7b288e2d7`](https://github.com/containerd/containerd/commit/7b288e2d77d323cf07a210a9ed02f62235e6f41e) Update ttrpc to v1.2.2 - \[release/1.7] runtime/shim: fix the nil checkpoint options ([#&#8203;8475](https://github.com/containerd/containerd/pull/8475)) - [`3ef5b689a`](https://github.com/containerd/containerd/commit/3ef5b689a7b7f6bb670ad59345c290114e5e29ef) runtime/shim: fix the nil checkpoint options - \[release/1.7] bump typeurl to v2.1.1 ([#&#8203;8495](https://github.com/containerd/containerd/pull/8495)) - [`0e0532eb2`](https://github.com/containerd/containerd/commit/0e0532eb28eb8a1f5d34e89f6ba94eba684c8be1) bump typeurl to v2.1.1 - \[release/1.7] Transfer service backports ([#&#8203;8491](https://github.com/containerd/containerd/pull/8491)) - [`35e86f96c`](https://github.com/containerd/containerd/commit/35e86f96c24da795b3977f181b16a493a7400fdb) \[transfer] avoid setting limiters when max is 0 - [`f7233811f`](https://github.com/containerd/containerd/commit/f7233811f6fb2d521e65ecf5b156f82a1aba2f91) Update transfer configuration - [`4510eac00`](https://github.com/containerd/containerd/commit/4510eac009eb066501761a1dae05d4e126ef88e0) Fix image pulling with Transfer service - \[release/1.7]Update hcsshim tag to v0.10.0-rc.8 ([#&#8203;8480](https://github.com/containerd/containerd/pull/8480)) - [`aaa65e8c1`](https://github.com/containerd/containerd/commit/aaa65e8c1461ae7187357ea6b7f2807667eada6e) Update hcsshim tag to v0.10.0-rc.8 - \[release/1.7] cri: Fix umarshal metrics ([#&#8203;8472](https://github.com/containerd/containerd/pull/8472)) - [`95ef67e19`](https://github.com/containerd/containerd/commit/95ef67e19552aaec3618cdfa06d6d3ffb57d085b) Fix umarshal metrics for CRI server - \[release/1.7 backport] update go to go1.20.4, go1.19.9 ([#&#8203;8471](https://github.com/containerd/containerd/pull/8471)) - [`021bba28b`](https://github.com/containerd/containerd/commit/021bba28b50e445c4a0a8e79b458db7116dc50e7) update go to go1.20.4, go1.19.9 - \[release/1.7] fix the task setting the runtime path ([#&#8203;8453](https://github.com/containerd/containerd/pull/8453)) - [`c0e128624`](https://github.com/containerd/containerd/commit/c0e128624a8d6a02bb7d2ab3d29369f54791b68e) skip TestContainerStartWithAbsRuntimePath if the runtime is v1 - [`aa3c63c15`](https://github.com/containerd/containerd/commit/aa3c63c15f379eec906cb89f7e1204a42a5d1317) integration: add container start test using abs runtime path - [`d2d9eedb1`](https://github.com/containerd/containerd/commit/d2d9eedb1d1b2d047fbdd847ce7c67724f27bde4) WithRuntimePath uses the TaskInfo.RuntimePath field - \[release/1.7] Remove entry for container from container store on error ([#&#8203;8457](https://github.com/containerd/containerd/pull/8457)) - [`6b3ae0129`](https://github.com/containerd/containerd/commit/6b3ae01297d2cb39c8018fc783751baba513b390) Remove entry for container from container store on error - \[release/1.7 backport] update runc binary to v1.1.7 ([#&#8203;8451](https://github.com/containerd/containerd/pull/8451)) - [`fae4b6223`](https://github.com/containerd/containerd/commit/fae4b6223a597cf456b63c4272ed85f625eef9f0) update runc binary to v1.1.7 - \[release/1.7] cri: Vendor v0.27.1 ([#&#8203;8444](https://github.com/containerd/containerd/pull/8444)) - [`571715a9d`](https://github.com/containerd/containerd/commit/571715a9df043d0f75d16dcc17fd0c2c41999290) cri: Vendor v0.27.1 - \[release/1.7 backport] oci: partially restore comment on read-only mounts for uid/gid uses ([#&#8203;8404](https://github.com/containerd/containerd/pull/8404)) - [`1bbf98e53`](https://github.com/containerd/containerd/commit/1bbf98e53ec77bad5dabc2a762f4407e99f527c9) oci: partially restore comment on read-only mounts for uid/gid uses - \[release/1.7] Fix argsEscaped tests ([#&#8203;8405](https://github.com/containerd/containerd/pull/8405)) - [`a6d336c1f`](https://github.com/containerd/containerd/commit/a6d336c1f6674c2b342d65ca78fba7fac955eaf1) Fix argsEscaped tests - \[release/1.7] Throw an error if the kubelet requests mounts with uid/gid mappings ([#&#8203;8211](https://github.com/containerd/containerd/pull/8211)) - [`7de8629be`](https://github.com/containerd/containerd/commit/7de8629be0e62c4d8164cd873baf14b64bcbb90b) cri: Throw an error if idmap mounts is requested - [`75ac7e0d8`](https://github.com/containerd/containerd/commit/75ac7e0d8200539ff444b952bc060ffa23582a87) cri: Vendor v0.27.0-beta.0 for mounts uid/gid mappings - \[release/1.7] go.mod: remove redundant replace, and some cleaning-up ([#&#8203;8396](https://github.com/containerd/containerd/pull/8396)) - [`8f6e86fec`](https://github.com/containerd/containerd/commit/8f6e86fecad5c11871df20e516ae181d7abf4a7c) go.mod: add comment explaining go-fuzz-headers replace rule - [`1ece0cb50`](https://github.com/containerd/containerd/commit/1ece0cb50f7f2f6fc9c59a76ae49227a84a92f1e) go.mod: remove replace for github.com/opencontainers/runtime-tools - [`e9f962187`](https://github.com/containerd/containerd/commit/e9f96218795ef6a527fc8cac550ae90b9b09fe5c) go.mod: integration: use non-pre-release of containerd - [`84393b005`](https://github.com/containerd/containerd/commit/84393b005f76c085ad62c62dff980dc13d13b131) go.mod: integration: move indirect dependencies to the right group - \[release/1.7 backport] update runc binary to v1.1.6 ([#&#8203;8386](https://github.com/containerd/containerd/pull/8386)) - [`dec2595af`](https://github.com/containerd/containerd/commit/dec2595afe92800fbf8e4e506398b00ff532332f) update runc binary to v1.1.6 - \[release/1.7 backport] oci: Use WithReadonlyTempMount when adding users/groups ([#&#8203;8358](https://github.com/containerd/containerd/pull/8358)) - [`54d12b872`](https://github.com/containerd/containerd/commit/54d12b872132d56feca792051abdce87a2077988) oci: Use WithReadonlyTempMount when adding users/groups - \[release/1.7 backport] update go to go1.20.3, go1.19.8 ([#&#8203;8354](https://github.com/containerd/containerd/pull/8354)) - [`624327651`](https://github.com/containerd/containerd/commit/6243276515454617f58eafaa85352b6e6fcac96e) update go to go1.20.3, go1.19.8 - \[release/1.7] archive: consistently respect value of WithSkipDockerManifest ([#&#8203;8344](https://github.com/containerd/containerd/pull/8344)) - [`1d6641b7c`](https://github.com/containerd/containerd/commit/1d6641b7c92d8854548c7a07bdaa07979ad0eb68) export: add test for WithSkipDockerManifest - [`0e0d84f6b`](https://github.com/containerd/containerd/commit/0e0d84f6bb7a0226480dd5ead7c894175d2edcc8) archive: consistently respect value of WithSkipDockerManifest - \[release/1.7] Add noexec nodev and nosuid to sandbox /etc/resolv.conf mount bind. ([#&#8203;8336](https://github.com/containerd/containerd/pull/8336)) - [`9b4935d86`](https://github.com/containerd/containerd/commit/9b4935d86436419670febe9695787a3aaf5ceeb7) Update sbserver to add noexec nodev and nosuid to /etc/resolv.conf mount bind. - [`5e953cfa6`](https://github.com/containerd/containerd/commit/5e953cfa62abb90b2c4dc775907cbb276637bfe8) Test to ensure nosuid,nodev,noexec are set on /etc/reolv.conf mount. - [`0aad93f08`](https://github.com/containerd/containerd/commit/0aad93f08ca4da8f33ad709dbe49593f6ff5c59c) Add noexec nodev and nosuid to sandbox /etc/resolv.conf mount bind. - \[release/1.7] ctr/tasks: fix unmarshal the task metrics for cgroups v1 ([#&#8203;8335](https://github.com/containerd/containerd/pull/8335)) - [`1a64f1b43`](https://github.com/containerd/containerd/commit/1a64f1b4341ebda4b8f8cf67cac543394a10a4c3) ctr/tasks: fix unmarshal the task metrics for cgroups v1 - \[release/1.7] Keep linux mounts for linux sandboxes on Windows/Darwin ([#&#8203;8331](https://github.com/containerd/containerd/pull/8331)) - [`17c52a26d`](https://github.com/containerd/containerd/commit/17c52a26d63d6105e9918fb2d90ff346e4e4c463) Keep linux mounts for linux sandboxes on Windows/Darwin - \[release/1.7] update runc binary to v1.1.5 ([#&#8203;8325](https://github.com/containerd/containerd/pull/8325)) - [`d81fc15af`](https://github.com/containerd/containerd/commit/d81fc15affe09dbb621be16bda805801a98cab4b) update runc binary to v1.1.5 - [`755efbe64`](https://github.com/containerd/containerd/commit/755efbe6402acdaf5832e36b7c6f4e15cc2a406d) go.mod: github.com/opencontainers/runc v1.1.5 - \[backport 1.7] Defer uid lookups on Darwin ([#&#8203;8314](https://github.com/containerd/containerd/pull/8314)) - [`90591db47`](https://github.com/containerd/containerd/commit/90591db47c70db29386b8d9e58ffa1005b560dc0) Defer uid lookups on Darwin - \[release/1.7 backport] Add `WithReadonlyTempMount` to create readonly temporary mounts ([#&#8203;8300](https://github.com/containerd/containerd/pull/8300)) - [`b7d87b190`](https://github.com/containerd/containerd/commit/b7d87b190d013929377bb85df8301fade73b0298) Add `WithReadonlyTempMount` to create readonly temporary mounts - \[release/1.7] Backport Sandbox/CRI fixes ([#&#8203;8282](https://github.com/containerd/containerd/pull/8282)) - [`1c1b6bcb2`](https://github.com/containerd/containerd/commit/1c1b6bcb2b4a47053855bd7adaed5d9bfdf2a5f5) CRI: Don't always close netConfMonitor channel - [`cf2e454bf`](https://github.com/containerd/containerd/commit/cf2e454bf052bee63c0582552566c96357bd2250) Sandbox: Correct/add some fields to Status() - [`ce68e8e0d`](https://github.com/containerd/containerd/commit/ce68e8e0db47174580fc74ecdeb66c26695ecd0b) Sandbox: Cleanup shim on Start failure </p> </details> ##### Changes from containerd/ttrpc <details><summary>8 commits</summary> <p> - First process the pending messages in recv channel ([#&#8203;144](https://github.com/containerd/ttrpc/pull/144)) - [`c51165f`](https://github.com/containerd/ttrpc/commit/c51165f20d52c5b19c76cd8a1d16ead701146e89) First process the pending messages in recv channel - Add recvClose channel to stream ([#&#8203;140](https://github.com/containerd/ttrpc/pull/140)) - [`471297e`](https://github.com/containerd/ttrpc/commit/471297eed95365134cb1a15defdf42334fd4c85a) Add recvClose channel to stream - Unwrap IO errors in server connection error handling ([#&#8203;141](https://github.com/containerd/ttrpc/pull/141)) - [`9599fad`](https://github.com/containerd/ttrpc/commit/9599fadcd66ef7b6a3aec840be59a3a38203bc2c) Unwrap io errors in server connection receive error handling - Update GitHub actions CI workflow ([#&#8203;124](https://github.com/containerd/ttrpc/pull/124)) - [`c7b5a32`](https://github.com/containerd/ttrpc/commit/c7b5a322eda63419e2dafa8dd215b08739ebe9f5) Update GitHub actions CI workflow </p> </details> ##### Dependency Changes - **github.com/Microsoft/go-winio** v0.6.0 -> v0.6.1 - **github.com/Microsoft/hcsshim** v0.10.0-rc.7 -> v0.10.0-rc.8 - **github.com/containerd/ttrpc** v1.2.1 -> v1.2.2 - **github.com/containerd/typeurl/v2** v2.1.0 -> v2.1.1 - **github.com/golang/protobuf** v1.5.2 -> v1.5.3 - **github.com/opencontainers/runc** v1.1.4 -> v1.1.5 - **github.com/opencontainers/runtime-tools** [`946c877`](https://github.com/containerd/containerd/commit/946c877fa809) -> [`2e043c6`](https://github.com/containerd/containerd/commit/2e043c6bd626) - **golang.org/x/mod** v0.7.0 -> v0.9.0 - **golang.org/x/net** v0.7.0 -> v0.8.0 - **golang.org/x/sys** v0.6.0 -> v0.7.0 - **golang.org/x/term** v0.5.0 -> v0.6.0 - **golang.org/x/text** v0.7.0 -> v0.8.0 - **golang.org/x/tools** v0.5.0 -> v0.7.0 - **google.golang.org/protobuf** v1.28.1 -> v1.29.1 - **k8s.io/cri-api** v0.26.2 -> v0.27.1 Previous release can be found at [v1.7.0](https://github.com/containerd/containerd/releases/tag/v1.7.0) </details> <details> <summary>stretchr/testify</summary> ### [`v1.8.4`](https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4) [Compare Source](https://github.com/stretchr/testify/compare/v1.8.3...v1.8.4) ### [`v1.8.3`](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3) [Compare Source](https://github.com/stretchr/testify/compare/v1.8.2...v1.8.3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE2MC4wIn0=-->
kjuulh force-pushed renovate/all from 23c4487843 to 63de141cea 2023-07-27 16:59:31 +02:00 Compare
kjuulh merged commit 63de141cea into main 2023-07-27 17:20:43 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kjuulh/shuttle-drone-templates#2