Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Update misc modules - autoclosed #1724

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 18, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
alpine final minor 3.17.3 -> 3.18.4
github.com/Azure/go-autorest/autorest require patch v0.11.28 -> v0.11.29
github.com/containerd/containerd replace minor v1.6.8 -> v1.7.7
github.com/containerd/imgcrypt replace patch v1.1.6 -> v1.1.8
github.com/coredns/coredns replace minor v1.9.3 -> v1.11.1
github.com/coreos/go-semver require patch v0.3.0 -> v0.3.1
github.com/docker/distribution replace patch v2.8.1+incompatible -> v2.8.3+incompatible
github.com/go-ldap/ldap/v3 replace patch v3.4.4 -> v3.4.6
github.com/gofiber/fiber/v2 replace minor v2.36.0 -> v2.50.0
github.com/google/go-cmp require minor v0.5.9 -> v0.6.0
github.com/microcosm-cc/bluemonday replace patch v1.0.19 -> v1.0.26
github.com/nats-io/jwt/v2 replace minor v2.3.0 -> v2.5.2
github.com/nats-io/nats-server/v2 replace minor v2.8.4 -> v2.10.3
github.com/opencontainers/runc replace patch v1.1.3 -> v1.1.9
github.com/pkg/sftp replace patch v1.13.5 -> v1.13.6
github.com/prometheus/client_golang require minor v1.14.0 -> v1.17.0
github.com/spf13/viper require minor v1.16.0 -> v1.17.0
github.com/valyala/fasthttp replace minor v1.39.0 -> v1.50.0
go.mongodb.org/mongo-driver replace minor v1.10.1 -> v1.12.1
golang.org/x/sync require minor v0.1.0 -> v0.4.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v1.7.7: containerd 1.7.7

Compare Source

Welcome to the v1.7.7 release of containerd!

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

Notable Updates
  • Require plugins to succeed after registering readiness (#​9165)
  • Handle unexpected shim kill events (#​9132)
  • Build binaries with Go 1.21.1 (#​9167)
  • cri: Stop recommending disable_cgroup (#​9168)
  • remotes/docker: Fix MountedFrom prefixed with target repository (#​9193)
  • remotes: always try to establish tls connection when tls configured (#​9188)
  • NRI: Add support for rlimits (#​48)

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
  • Samuel Karp
  • Krisztian Litkey
  • Wei Fu
  • Phil Estes
  • Sebastiaan van Stijn
  • Iceber Gu
  • Mike Brown
  • Akihiro Suda
  • Paweł Gronowski
  • Steve Griffith
  • Aditya Ramani
  • Austin Vazquez
  • Danny Canter
  • James Sturtevant
  • Kern Walster
  • ZP-AlwaysWin
Changes
31 commits

  • [release/1.7] Prepare release notes for v1.7.7 (#​9194)
  • [release/1.7] Allow for images with artifacts to pull (#​9149)
    • 6ca0aebf0 Allow for images with artifacts to pull
  • [release 1.7] remotes/docker: Fix MountedFrom prefixed with target repository (#​9193)
    • 7df492a95 remotes/docker: Fix MountedFrom prefixed with target repository
  • [release/1.7] Update x/net to 0.13 (#​9134)
  • [release/1.7] remotes: always try to establish tls connection when tls configured (#​9188)
    • 7779ce64e remotes: always try to establish tls connection when tls configured
  • [release/1.7] cri: stop recommending disable_cgroup (#​9168)
    • 6013b5e03 cri: stop recommending disable_cgroup
  • [release/1.7] Require plugins to succeed after registering readiness (#​9165)
    • a83c66813 Require plugins to succeed after registering readiness
    • 171d76849 cri: call RegisterReadiness after NewCRIService
  • [release/1.7] Handle unexpected shim kill events (#​9132)
    • 3d27bc738 Handle unexpected shim kill events
  • [release/1.7] Build binaries with 1.21.1 (#​9167)
  • [release/1.7] vendor: github.com/Microsoft/hcsshim v0.11.1 (#​9127)
    • 5756f6064 [release/1.7] vendor: github.com/Microsoft/hcsshim v0.11.1
  • [release/1.7 backport] alias log package to github.com/containerd/log v0.1.0 (#​9106)
    • 09633b539 deprecate logs package, but disable linter (for transitioning)
    • cb201519f alias log package to github.com/containerd/log v0.1.0
    • a5024e6dd vendor: github.com/stretchr/testify v1.8.4
    • 7bd976af3 vendor: github.com/sirupsen/logrus v1.9.3
  • [release/1.7] remotes/docker: Add MountedFrom and Exists push status (#​9097)
    • 8cd2d33c2 [release/1.7] remotes/docker: Add MountedFrom and Exists push status
  • [release/1.7] vendor: update github.com/containerd/[email protected] (#​9099)

Changes from containerd/log
9 commits

Changes from containerd/nri
35 commits

  • releases: update note about 0.4.0 (#​50)
    • 5f13915 releases: update note about 0.4.0
  • Add support for rlimits (#​48)
    • 5ecea04 ulimit-adjuster: add validation for hard limits
    • db3de10 test: exclude ulimit-adjuster from ginkgo
    • f0deb59 ulimit-adjuster: new sample plugin
    • d2dd708 Add support for rlimits
    • efaf36e api: add POSIXRlimit type
  • .github: add test build to CI workflow. (#​47)
    • 3f092c2 .github: add test build to CI workflow.
  • stub: pass context to plugins, pass updated resources to UpdateContainers. (#​40)
    • 01d5f14 Add a note about NRI API stability and release notes.
    • ea9976d adaptation: add UpdateContainer tests.
    • d042d24 stub: fix plugin UpdateContainerInterface.
    • f5d0f51 plugins: update plugins for stub changes.
    • b4bd301 adaptation: update tests with stub changes.
    • 9d86150 stub: pass context to plugin event handlers.
  • Updated the OCI Hook Injector README to resovle broken links to the p… (#​34)
    • 5eee915 removed link
    • c783fc7 Resolves broken podman links and adds details to help better guide people in testing.
  • Fix ParseEventMask to produce proper masks for 'pod' and 'container' shorthand event notations. (#​39)
    • da291a6 Fix ParseEventMask to produce proper masks
  • fix the NRI_PLUGIN_NAME env value when launching a pre-installed plugin (#​42)
    • 4a4cea6 fix the NRI_PLUGIN_NAME env value when launching a pre-installed plugin
    • a67478e stub: update setIdentify to ensureIdentify
  • update module name of the logger plugin (#​41)
    • 841f5ed update module name of the logger plugin
  • Add gitignore for build artifacts (#​32)
    • 8d9c64d Add gitignore for build artifacts
  • Makefile: fix 'install-*' targets. (#​38)
    • c03d1be Makefile: fix 'install-*' targets.
  • docs: add a chapter about security considerations. (#​36)
    • ab28e71 docs: add a chapter about security considerations.
  • api: initialize OCI LinuxMemory resources to empty. (#​37)
    • 2862d98 api: initialize OCI LinuxMemory resources to empty.

Dependency Changes
  • github.com/Microsoft/hcsshim v0.11.0 -> v0.11.1
  • github.com/containerd/log v0.1.0 new
  • github.com/containerd/nri v0.3.0 -> v0.4.0
  • github.com/sirupsen/logrus v1.9.0 -> v1.9.3
  • github.com/stretchr/testify v1.8.2 -> v1.8.4
  • golang.org/x/crypto v0.1.0 -> v0.11.0
  • golang.org/x/net v0.8.0 -> v0.13.0
  • golang.org/x/sys v0.7.0 -> v0.10.0
  • golang.org/x/term v0.6.0 -> v0.10.0
  • golang.org/x/text v0.8.0 -> v0.11.0

Previous release can be found at v1.7.6

Which file should I download?
  • containerd-<VERSION>-<OS>-<ARCH>.tar.gz: ✅Recommended. Dynamically linked with glibc 2.31 (Ubuntu 20.04).
  • containerd-static-<VERSION>-<OS>-<ARCH>.tar.gz: Statically linked. Expected to be used on non-glibc Linux distributions. Not position-independent.
  • cri-containerd-<VERSION>-<OS>-<ARCH>.tar.gz: (Deprecated)
  • cri-containerd-cni-<VERSION>-<OS>-<ARCH>.tar.gz: (Deprecated)

In addition to containerd, typically you will have to install runc
and CNI plugins from their official sites too.

See also the Getting Started documentation.

v1.7.6: containerd 1.7.6

Compare Source

Welcome to the v1.7.6 release of containerd!

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

Notable Updates
  • Fix log package for clients overwriting the global logger (#​9032)
  • Fix blockfile snapshotter copy on Darwin (#​9047)
  • Add support for Linux usernames on non-Linux platforms (#​9015)
  • Update Windows platform matcher to invoke stable ABI compability function (#​9069)
  • Update Golang to 1.20.8 (#​9074)
  • Update push to inherit distribution sources from parent (#​9084)

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
  • Kirtana Ashok
  • Phil Estes
  • Akihiro Suda
  • Danny Canter
  • Sebastiaan van Stijn
  • Akhil Mohan
  • Maksym Pavlenko
  • Samuel Karp
  • Wei Fu
Changes
20 commits

  • [release/1.7] Prepare release notes for 1.7.6 (#​9085)
  • [release/1.7] Invoke Stable ABI compatibility function in windows platform matcher (#​9069)
    • c7a35ccdc Fix transfer service dependencies:
    • 38d4e506d Invoke Stable ABI compatibility function in windows platform matcher
  • [release/1.7] push: inherit distribution sources from parent (#​9084)
    • 5ebf05d97 push: inherit distribution sources from parent
    • d206896dd content: add InfoProvider interface
  • [release/1.7] update to go1.20.8 (#​9074)
  • [release/1.7] Update hcsshim tag to v0.11.0 (#​9063)
  • [release/1.7] CRI: Support Linux usernames for !linux platforms (#​9015)
    • b449440a4 CRI: Support Linux usernames for !linux platforms
  • [release/1.7] Blockfile: Enlighten blockfile copy on Darwin (#​9047)
    • ed4bac11e Blockfile: Enlighten blockfile copy on Darwin
  • [release/1.7 backport] Revert "log: define G() as a function instead of a variable" (#​9032)
    • 4d1cfbbdd Revert "log: define G() as a function instead of a variable"
  • [release/1.7 backport] make repositories of install dependencies configurable (#​9025)
    • a34e93241 make repositories of install dependencies configurable

Dependency Changes
  • github.com/Microsoft/hcsshim v0.10.0-rc.8 -> v0.11.0

Previous release can be found at v1.7.5

v1.7.5: containerd 1.7.5

Compare Source

Welcome to the v1.7.5 release of containerd!

The fifth patch release for containerd 1.7 fixes a versioning issue from
the previous release and includes some internal logging API changes.

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
  • Sebastiaan van Stijn
  • Derek McGowan
  • Akihiro Suda
  • Antonio Huete Jimenez
  • Phil Estes
  • Samuel Karp
Changes
18 commits

  • [release/1.7] Prepare release notes for 1.7.5 (#​9010)
  • [release/1.7 backport] go.mod: github.com/containerd/continuity v0.4.2 (#​9012)
    • 503ab21bf go.mod: github.com/containerd/continuity v0.4.2
  • [release/1.7 backport] log: cleanups and improvements to decouple more from logrus (#​9001)
    • 2a9ae3c51 log: swap logrus functions with their equivalent on default logger
    • 01445bb73 log: add package documentation and summary of package's purpose
    • 932795f45 log: make Fields type a generic map[string]any
    • 707ca94d8 log: add log.Entry type
    • 0a79e67e4 log: define OutputFormat type
    • dbbe28b7d log: define G() as a function instead of a variable
    • 93b6cb784 log: add all log-levels that are accepted
    • e8e086e02 log: group "enum" consts and touch-up docs
    • 7aa4f8fdc log: WithLogger: remove redundant intermediate var
    • bfdce4ce4 log: SetFormat: include returns in switch
    • 6621e0888 log: remove testify dependency
    • df76aaede removes/docker: remove unnecessary conversion (unconvert)

Changes from containerd/continuity
2 commits

  • Add initial DragonFly BSD support (#​230)
    • bcc6e25 dragonfly: Initial porting work

Dependency Changes
  • github.com/containerd/continuity 1e0d26e -> v0.4.2

Previous release can be found at v1.7.4

v1.7.4: containerd 1.7.4

Compare Source

Welcome to the v1.7.4 release of containerd!

The fourth patch release for containerd 1.7 contains remote differ plugin support,
a new block file based snapshotter, and various fixes and updates.

Notable Updates
  • Add blockfile snapshotter (#​8986)
  • Add remote/proxy differ (#​8985)
  • Update runc binary to v1.1.9 (#​8965)
  • Cri: Don't use rel path for image volumes (#​8926)
  • Allow attaching to any combination of stdin/out/err (#​8910)
  • Fix ro mount option being passed (#​8887)
  • Fix leaked shim caused by high IO pressure (#​9003)
  • Add configurable mount options to overlay snapshotter (#​9005)

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
  • Wei Fu
  • Derek McGowan
  • Akihiro Suda
  • Kazuyoshi Kato
  • Cardy.Tang
  • Phil Estes
  • Ben Foster
  • Danny Canter
  • Hsing-Yu (David) Chen
  • James Jenkins
  • James Sturtevant
  • Maksym Pavlenko
  • Rodrigo Campos
  • Sebastiaan van Stijn
  • rongfu.leng
Changes
43 commits

  • [release/1.7] Prepare release notes for v1.7.4 (#​9000)
    • 7a0cae3ca [release/1.7] Prepare release notes for v1.7.4
  • [releases/1.7] *: fix leaked shim caused by high IO pressure (#​9003)
  • [release/1.7] Cherry-pick: [overlay] add configurable mount options to overlay snapshotter (#​9005)
    • 0f4885c16 Add configurable mount options to overlay
    • 8804a27d7 feat: make overlay sync removal configurable
  • [release/1.7] Remove temporary replace (#​8997)
  • [release/1.7] Add blockfile snapshotter (#​8986)
    • 2bf6bd143 vendor: update github.com/containerd/continuity
    • 30a163086 snapshots|pkg: umount without DETACH and nosync after umount
    • c9eebe3d1 mount: support direct-io for loopback device
    • 1c2977db0 Modify loopback size
    • cf9c78d2d snapshots/blockfile: fix lint issue
    • b823b4f54 snapshots/blockfile: deflaky the testsuite
    • 6daeceb11 snapshots/blockfile: use passed in dst in scratchGenerator
    • 99b61aee3 snapshots/blockfile: use loop if options is empty
    • fd39769ac Add mount options to blockfile snapshotter
    • 8d732c6c2 Add sync before unmount on snapshotter layer test
    • 8472a407e Add blockfile snapshotter to snapshotters doc
    • 6740d77ca Add blockfile as a builtin
    • 07cc24b32 Add blockfile snapshotter
  • [release/1.7] Backport remote/proxy differ (#​8985)
  • [release/1.7 backport] update runc binary to v1.1.9 (#​8965)
  • [release/1.7] Port fix for Linux Integration test failure (#​8950)
    • c0b1c8f74 fix ci Linux Integration test fail
  • [release/1.7] cri: Don't use rel path for image volumes (#​8926)
    • 4e97a115f cri: Don't use rel path for image volumes
  • [release/1.7] fix: allow attaching to any combination of stdin/stdout/stderr (#​8910)
    • 34a5d0330 fix: allow attaching to any combination of stdin/stdout/stderr
  • [release/1.7 backport] update to go1.20.7, go1.19.12 (#​8906)
  • [release/1.7] cherry-pick: Fix ro mount option being passed (#​8887)

Changes from containerd/continuity
4 commits

  • fs: use io.Copy because go supports CopyFileRange (#​227)
    • 4b8bec5 fs: use io.Copy because go supports CopyFileRange
  • fs/fstest: CreateFile should use sync (#​228)
    • 3fa7d7a fs/fstest: CreateFile should use sync

Dependency Changes

Previous release can be found at v1.7.3

v1.7.3: containerd 1.7.3

Compare Source

Welcome to the v1.7.3 release of containerd!

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

Notable Updates
  • RunC: Update runc binary to v1.1.8 (#​8843)
  • CRI: Fix additionalGids: it should fallback to imageConfig.User when securityContext.RunAsUser,RunAsUsername are empty (#​8824)
  • CRI: write generated CNI config atomically (#​8825)
  • Port-Forward: Correctly handle known errors (#​8806)
  • Resolve docker.NewResolver race condition (#​8799)
  • Fix net.ipv4.ping_group_range with userns (#​8786)
  • Runtime/V2/RunC: handle early exits w/o big locks (#​8712)
  • SecComp: always allow name_to_handle_at (#​8753)
  • CRI: Windows Pod Stats: Add a check to skip stats for containers that are not running (#​8654)
  • Task: don't close() io before cancel() (#​8658)
  • Remove CNI conf_template deprecation (#​8638)
  • Fix issue for HPC pod metrics (#​8634)

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
  • Akihiro Suda
  • Phil Estes
  • Sebastiaan van Stijn
  • Wei Fu
  • Derek McGowan
  • Kazuyoshi Kato
  • Austin Vazquez
  • Samuel Karp
  • Shingo Omura
  • Jin Dong
  • Maksym Pavlenko
  • Aditi Sharma
  • Danny Canter
  • James Sturtevant
  • Laura Brehm
  • Rodrigo Campos
  • Akhil Mohan
  • Andrey Epifanov
  • Bjorn Neergaard
  • Cory Snider
  • Madhav Jivrajani
  • Mahamed Ali
  • Priyanka Saggu
  • Qasim Sarfraz
  • wangxiang
  • zounengren
Changes
63 commits

  • [release/1.7] Prepare release notes for v1.7.3 (#​8871)
    • 4cb2f1515 [release/1.7] Add release notes for v1.7.3
  • [release/1.7] cri: memory.memsw.limit_in_bytes: no such file or directory (#​8869)
    • b461ecacf cri: memory.memsw.limit_in_bytes: no such file or directory
  • [release/1.7] migrate to community owned bucket for node e2e tests (#​8875)
    • 14328ae03 migrate to community owned bucket
  • [release/1.7 backport] update runc binary to v1.1.8 (#​8843)
  • [release/1.7 backport] [CRI] fix additionalGids: it should fallback to imageConfig.User when securityContext.RunAsUser,RunAsUsername are empty (#​8824)
    • 083f57160 capture desc variable in range variable just in case that it run in parallel mode
    • a9440ce6b Use t.TempDir instead of os.MkdirTemp
    • eea3440d8 use strings.Cut instead of strings.Split for parsing imageConfig.User
    • eace67180 fix userstr for dditionalGids on Linux
  • [release/1.7 backport] cri: write generated CNI config atomically (#​8825)
    • 7353c0286 ctr: update WritePidFile to use atomicfile
    • ae7021300 shim: WritePidFile & WriteAddress use atomicfile
    • 186eb64b7 cri: write generated CNI config atomically on Unix
    • 64c3dcd8e atomicfile: new package for atomic file writes
  • [release/1.7 backport] Move logrus setup code to log package (#​8831)
    • f7a20e17c Move logrus setup code to log package
  • [release/1.7 backport] Cirrus CI: configure apt-get to wait for locks (#​8814)
    • 60a6db9c2 Cirrus CI: configure apt-get to wait for locks
  • [release/1.7 backport] Update Go to 1.20.6,1.19.11 (#​8815)
  • [release/1.7 backport] update go to go1.20.5, go1.19.10 (#​8716)
  • [release/1.7 backport] bugfix(port-forward): Correctly handle known errors (#​8806)
    • 6b6b0c828 bugfix(port-forward): Correctly handle known errors
  • [release/1.7] Resolve docker.NewResolver race condition (#​8799)
    • 898eca21e Change http.Header copy to builtin Clone
    • fa2efc406 Resolve docker.NewResolver race condition
  • [release/1.7] Fix net.ipv4.ping_group_range with userns (#​8786)
    • 241514815 pkg/cri/server: Test net.ipv4.ping_group_range works with userns
    • 801e8c806 pkg/cri/server: Fix net.ipv4.ping_group_range with userns
  • [release/1.7 backport] vendor: github.com/containerd/zfs v1.1.0 (#​8782)
    • d5639a5a8 vendor: github.com/containerd/zfs v1.1.0
  • [release/1.7 backport] ci: remove libseccomp-dev installation for nightly (#​8772)
    • 15d65709e ci: remove libseccomp-dev installation for nightly
  • [release/1.7] go.mod: Update cgroups to 3.0.2 (#​8769)
    • a08ae718c [release/1.7] go.mod: Update cgroups to 3.0.2
  • [release/1.7 backport] runtime/v2/runc: handle early exits w/o big locks (#​8712)
    • 18c6503d9 runtime/v2/runc: handle early exits w/o big locks
  • [release/1.7 backport] integration/client: add timeout to TestShimOOMScore (#​8750)
    • 3bf3996d9 integration/client: add timeout to TestShimOOMScore
  • [release/1.7 backport] Update ginkgo to match cri-tools' version (#​8760)
    • c2c54af9d Update ginkgo to match cri-tools' version
  • [release/1.7 backport] seccomp: always allow name_to_handle_at (#​8753)
    • 6281d46df seccomp: always allow name_to_handle_at
  • [release/1.7] Pinned image support (#​8718)
  • [release/1.7] cherry-pick: No more nondistributable layers in MS registry (#​8690)
    • dafbeb5b1 No more nondistributable layers in MS registry
  • [release/1.7] [cri] Windows Pod Stats: Add a check to skip stats for containers that are not running (#​8654)
    • 58b6b99cd Add a check to skip stats for containers that are not running
  • [release/1.7 backport] task: don't close() io before cancel() (#​8658)
    • e5b2a0131 task: don't close() io before cancel()
  • [release/1.7 backport] move to CRI-TOOLS v1.27.0 (#​8656)
  • [release/1.7] Remove cni conf_template deprecation (#​8638)
    • 0b2b96479 RELEASES.md: de-deprecation of CNI conf_template will be v1.7.3
    • a24267b28 Remove cni conf_template deprecation
  • [release/1.7] Fix issue for HPC pod metrics (#​8634)

Changes from containerd/zfs
49 commits

  • gofumpt and update status badges (#​75)
  • go.mod: github.com/mistifyio/go-zfs/v3 v3.0.1 (#​73)
    • d3485b9 go.mod: github.com/mistifyio/go-zfs/v3 v3.0.1
  • gha: fix golangci-lint, and upgrade to v1.52.2 (#​74)
    • 23c831a remove pre-go1.17 build-tags, and fix missing build-tags in plugin
    • e5acd95 gha: fix golangci-lint, upgrade to v1.52.2
  • Bump github.com/containerd/containerd from 1.6.12 to 1.6.18 (#​72)
    • 00b96c2 Bump github.com/containerd/containerd from 1.6.12 to 1.6.18
  • Bump github.com/containerd/containerd from 1.6.9 to 1.6.12 (#​69)
    • a099def Bump github.com/containerd/containerd from 1.6.9 to 1.6.12
  • Add CodeQL analysis workflow (#​67)
    • fee1db7 Add CodeQL analysis workflow
  • Update GitHub actions CI workflow (#​66)
    • b8b7ab2 Update GitHub actions CI workflow
  • Upgrade compiler to Go 1.19 and update dependencies (#​68)
  • Remove references to io/ioutil package (#​65)
    • d700762 Remove references to io/ioutil package
  • Update go.mod and move to supported Go version (#​62)
    • f52906e Update Go version to supported version
    • 79ca2cb Update containerd depedency to latest
  • go.mod: github.com/mistifyio/go-zfs v3.0.0 (#​59)
    • 2e3db29 go.mod: github.com/mistifyio/go-zfs v3.0.0
  • go.mod: github.com/mistifyio/go-zfs/v3 v3.0.0-20220217145925-d014733a5309 (#​58)
    • d904e63 go.mod: github.com/mistifyio/go-zfs/v3 v3.0.0-20220217145925-d014733a5309
  • Update vendoring to containerd 1.6.x (#​57)
    • e021180 Update vendoring to containerd 1.6.x
  • Bump github.com/containerd/containerd from 1.5.8 to 1.5.9 (#​55)
    • fc0c9a9 Bump github.com/containerd/containerd from 1.5.8 to 1.5.9
  • Bump github.com/containerd/containerd from 1.5.5 to 1.5.8 (#​54)
    • 5d2f28c Bump github.com/containerd/containerd from 1.5.5 to 1.5.8
  • follow-up-#​52: fix the order of cause in fmt.Errorf (#​53)
  • replace pkg/errors (#​52)
  • Bump github.com/containerd/containerd from 1.5.2 to 1.5.4 (#​51)
    • fd6afa5 Bump github.com/containerd/containerd from 1.5.2 to 1.5.4
  • Bump containerd to 1.5.2 (#​50)
  • Rename branches from master to main (#​49)
    • 35c6af7 Rename branches from master to main
  • sync up with containerd 1.5 GA (#​47)
    • 3d5efef vendor sync up with containerd 1.5 ga
  • README.md: fix CI badge (#​46)

Dependency Changes
  • github.com/containerd/cgroups/v3 v3.0.1 -> v3.0.2
  • github.com/containerd/zfs v1.0.0 -> v1.1.0
  • github.com/mistifyio/go-zfs/v3 v3.0.1 new

Previous release can be found at v1.7.2

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
    • [`3a3da69

@renovate renovate bot requested a review from a team as a code owner May 18, 2023 08:38
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate PR created by RenovateBot labels May 18, 2023
@renovate
Copy link
Contributor Author

renovate bot commented May 18, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/e84ebe/83dcfd/repos/github/giantswarm/azure-operator":"/tmp/worker/e84ebe/83dcfd/repos/github/giantswarm/azure-operator" -v "/tmp/worker/e84ebe/83dcfd/cache":"/tmp/worker/e84ebe/83dcfd/cache" -e GOPATH -e GOPROXY -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/e84ebe/83dcfd/repos/github/giantswarm/azure-operator" ghcr.io/containerbase/sidecar:9.23.4 bash -l -c "install-tool golang 1.21.3 && go get -d -t ./... && go mod tidy && go mod tidy"
go: downloading github.com/giantswarm/microerror v0.4.0
go: downloading github.com/giantswarm/microkit v1.0.0
go: downloading github.com/giantswarm/micrologger v0.6.0
go: downloading github.com/giantswarm/versionbundle v1.0.0
go: downloading github.com/spf13/viper v1.17.0
go: downloading github.com/Azure/azure-sdk-for-go v65.0.0+incompatible
go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.12
go: downloading github.com/Azure/go-autorest/autorest v0.11.29
go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
go: downloading github.com/prometheus/client_golang v1.17.0
go: downloading github.com/giantswarm/apiextensions/v6 v6.0.0
go: downloading github.com/giantswarm/k8smetadata v0.19.0
go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible
go: downloading github.com/google/go-cmp v0.6.0
go: downloading k8s.io/api v0.26.2
go: downloading k8s.io/apimachinery v0.26.2
go: downloading sigs.k8s.io/controller-runtime v0.10.3
go: downloading github.com/giantswarm/operatorkit/v7 v7.0.1
go: downloading sigs.k8s.io/cluster-api v1.0.5
go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0
go: downloading github.com/giantswarm/k8sclient/v7 v7.0.1
go: downloading github.com/giantswarm/to v0.4.0
go: downloading sigs.k8s.io/cluster-api-provider-azure v1.0.2
go: downloading sigs.k8s.io/yaml v1.3.0
go: downloading github.com/giantswarm/ipam v0.3.0
go: downloading github.com/giantswarm/release-operator/v4 v4.0.0
go: downloading golang.org/x/sync v0.4.0
go: downloading github.com/giantswarm/certs/v4 v4.0.0
go: downloading github.com/giantswarm/kubelock/v2 v2.0.0
go: downloading k8s.io/client-go v0.26.2
go: downloading github.com/golang/mock v1.6.0
go: downloading github.com/giantswarm/errors v0.3.0
go: downloading github.com/giantswarm/tenantcluster/v6 v6.0.0
go: downloading github.com/giantswarm/microendpoint v1.0.0
go: downloading github.com/giantswarm/exporterkit v1.0.0
go: downloading github.com/spf13/cobra v1.6.1
go: downloading github.com/go-kit/kit v0.12.0
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/go-kit/log v0.2.1
go: downloading github.com/go-stack/stack v1.8.1
go: downloading github.com/fsnotify/fsnotify v1.6.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/sagikazarmark/locafero v0.3.0
go: downloading github.com/sagikazarmark/slog-shim v0.1.0
go: downloading github.com/spf13/afero v1.10.0
go: downloading github.com/spf13/cast v1.5.1
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/coreos/go-semver v0.3.1
go: downloading gopkg.in/resty.v1 v1.12.0
go: downloading github.com/Azure/go-autorest/tracing v0.6.0
go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0
go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.1
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.23
go: downloading github.com/Azure/go-autorest/logger v0.2.1
go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5
go: downloading github.com/dimchansky/utfbom v1.1.1
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16
go: downloading github.com/prometheus/common v0.44.0
go: downloading github.com/prometheus/procfs v0.11.1
go: downloading golang.org/x/sys v0.13.0
go: downloading google.golang.org/protobuf v1.31.0
go: downloading github.com/giantswarm/k8scloudconfig/v17 v17.2.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/evanphx/json-patch v5.6.0+incompatible
go: downloading github.com/Azure/azure-storage-blob-go v0.15.0
go: downloading github.com/giantswarm/conditions v0.5.0
go: downloading github.com/giantswarm/conditions-handler v0.3.0
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/pkg/errors v0.9.1
go: downloading k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5
go: downloading github.com/onsi/gomega v1.24.2
go: downloading k8s.io/apiextensions-apiserver v0.24.3
go: downloading k8s.io/klog/v2 v2.9.0
go: downloading github.com/giantswarm/backoff v1.0.0
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.3
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/giantswarm/microstorage v0.2.0
go: downloading github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
go: downloading github.com/go-logr/logr v0.4.0
go: downloading github.com/google/uuid v1.3.0
go: downloading golang.org/x/crypto v0.14.0
go: downloading github.com/giantswarm/badnodedetector v1.0.1
go: downloading github.com/gobuffalo/flect v0.2.3
go: downloading golang.org/x/net v0.17.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/go-logfmt/logfmt v0.5.1
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading golang.org/x/exp v0.0.0-20230905200255-921286631fa9
go: downloading golang.org/x/text v0.13.0
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.1.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/golang-jwt/jwt/v4 v4.5.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.4
go: downloading github.com/Masterminds/semver/v3 v3.1.1
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2
go: downloading k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280
go: downloading golang.org/x/time v0.3.0
go: downloading github.com/Azure/azure-pipeline-go v0.2.3
go: downloading k8s.io/component-base v0.26.2
go: downloading gomodules.xyz/jsonpatch/v2 v2.2.0
go: downloading github.com/cenkalti/backoff/v4 v4.2.0
go: downloading github.com/imdario/mergo v0.3.13
go: downloading golang.org/x/term v0.13.0
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading golang.org/x/oauth2 v0.12.0
go: downloading github.com/getsentry/sentry-go v0.12.0
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/google/gnostic v0.6.9
go: downloading github.com/mattn/go-ieproxy v0.0.1
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading go.opentelemetry.io/otel v1.14.0
go: downloading go.opentelemetry.io/otel/trace v1.14.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading go.uber.org/multierr v1.9.0
go: downloading k8s.io/apiserver v0.26.2
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading go.uber.org/atomic v1.10.0
go: downloading github.com/go-logr/stdr v0.4.0
go: downloading github.com/emicklei/go-restful/v3 v3.10.1
go: downloading github.com/go-openapi/swag v0.21.1
go: downloading github.com/go-openapi/jsonreference v0.20.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/go-openapi/jsonpointer v0.19.5
go: downloading github.com/josharian/intern v1.0.0
go: upgraded go 1.18 => 1.21
go: added toolchain go1.21.3
go: upgraded github.com/cenkalti/backoff/v4 v4.1.2 => v4.2.0
go: upgraded github.com/cespare/xxhash/v2 v2.1.2 => v2.2.0
go: upgraded github.com/davecgh/go-spew v1.1.1 => v1.1.2-0.20180830191138-d8f796af33cc
go: upgraded github.com/emicklei/go-restful/v3 v3.8.0 => v3.10.1
go: upgraded github.com/inconshreveable/mousetrap v1.0.0 => v1.1.0
go: upgraded github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 => v1.0.4
go: upgraded github.com/onsi/gomega v1.19.0 => v1.24.2
go: upgraded github.com/pelletier/go-toml/v2 v2.0.8 => v2.1.0
go: upgraded github.com/prometheus/client_model v0.3.0 => v0.4.1-0.20230718164431-9a2bf3000d16
go: upgraded github.com/prometheus/common v0.37.0 => v0.44.0
go: upgraded github.com/prometheus/procfs v0.8.0 => v0.11.1
go: upgraded github.com/spf13/afero v1.9.5 => v1.10.0
go: upgraded github.com/spf13/cobra v1.5.0 => v1.6.1
go: upgraded github.com/subosito/gotenv v1.4.2 => v1.6.0
go: upgraded go.opentelemetry.io/otel v1.3.0 => v1.14.0
go: upgraded go.opentelemetry.io/otel/trace v1.3.0 => v1.14.0
go: upgraded golang.org/x/crypto v0.9.0 => v0.14.0
go: upgraded golang.org/x/net v0.10.0 => v0.17.0
go: upgraded golang.org/x/oauth2 v0.7.0 => v0.12.0
go: upgraded golang.org/x/sys v0.8.0 => v0.13.0
go: upgraded golang.org/x/term v0.8.0 => v0.13.0
go: upgraded golang.org/x/text v0.9.0 => v0.13.0
go: upgraded golang.org/x/time v0.1.0 => v0.3.0
go: upgraded google.golang.org/protobuf v1.30.0 => v1.31.0
go: upgraded k8s.io/api v0.24.3 => v0.26.2
go: upgraded k8s.io/apimachinery v0.24.3 => v0.26.2
go: upgraded k8s.io/apiserver v0.24.3 => v0.26.2
go: upgraded k8s.io/client-go v0.24.3 => v0.26.2
go: upgraded k8s.io/component-base v0.24.3 => v0.26.2
go: upgraded k8s.io/klog/v2 v2.70.1 => v2.90.1
go: upgraded k8s.io/kube-openapi v0.0.0-20220627174259-011e075b9cb8 => v0.0.0-20221012153701-172d655c2280
go: upgraded k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e => v0.0.0-20230220204549-a5ecb0141aa5
go: upgraded sigs.k8s.io/structured-merge-diff/v4 v4.2.1 => v4.2.3
go: downloading github.com/Azure/go-autorest/autorest/mocks v0.4.2
go: downloading github.com/onsi/ginkgo v1.16.5
go: downloading github.com/stretchr/testify v1.8.4
go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
go: downloading go.uber.org/zap v1.21.0
go: downloading github.com/go-logr/zapr v1.2.3
go: downloading github.com/frankban/quicktest v1.14.4
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/onsi/ginkgo/v2 v2.6.1
go: downloading go.uber.org/goleak v1.2.1
go: downloading github.com/kr/pretty v0.3.1
go: downloading github.com/go-errors/errors v1.0.1
go: downloading github.com/pingcap/errors v0.11.4
go: downloading github.com/nxadm/tail v1.4.8
go: downloading github.com/kr/text v0.2.0
go: downloading github.com/rogpeppe/go-internal v1.10.0
go: downloading k8s.io/cluster-bootstrap v0.22.2
go: downloading github.com/coredns/corefile-migration v1.0.13
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: downloading github.com/docker/distribution v2.8.3+incompatible
go: downloading github.com/coredns/caddy v1.1.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: finding module for package github.com/distribution/reference
go: finding module for package github.com/go-logr/logr/funcr
go: downloading github.com/distribution/reference v0.5.0
go: found github.com/distribution/reference in github.com/distribution/reference v0.5.0
go: finding module for package github.com/go-logr/logr/funcr
go: github.com/giantswarm/azure-operator/v8/pkg/azureconditions imports
	sigs.k8s.io/cluster-api/util/conditions imports
	github.com/onsi/gomega/format tested by
	github.com/onsi/gomega/format.test imports
	github.com/onsi/ginkgo/v2 imports
	github.com/onsi/ginkgo/v2/internal imports
	github.com/go-logr/logr/funcr: module github.com/go-logr/logr@latest found (v1.2.4, replaced by github.com/go-logr/[email protected]), but does not contain package github.com/go-logr/logr/funcr

@renovate renovate bot force-pushed the renovate/misc-modules branch 3 times, most recently from 0f7aac1 to 48a8d68 Compare May 19, 2023 13:28
@renovate renovate bot force-pushed the renovate/misc-modules branch 4 times, most recently from 6eb6878 to 7b5b073 Compare June 3, 2023 01:13
@renovate renovate bot force-pushed the renovate/misc-modules branch 3 times, most recently from df7bf06 to a876124 Compare June 13, 2023 23:00
@renovate renovate bot force-pushed the renovate/misc-modules branch 6 times, most recently from 40fa047 to 6ed578e Compare June 20, 2023 19:53
@renovate renovate bot force-pushed the renovate/misc-modules branch from 6ed578e to 41e3723 Compare June 22, 2023 01:50
@renovate renovate bot force-pushed the renovate/misc-modules branch 4 times, most recently from df89ceb to 43552e9 Compare July 6, 2023 20:36
@renovate renovate bot force-pushed the renovate/misc-modules branch 5 times, most recently from fe4c4b7 to 1ec6ab1 Compare July 16, 2023 17:41
@renovate renovate bot force-pushed the renovate/misc-modules branch 5 times, most recently from ce0734c to 57c491d Compare August 28, 2023 13:46
@renovate renovate bot force-pushed the renovate/misc-modules branch 2 times, most recently from 5cc9d84 to 93f2f4b Compare September 6, 2023 22:30
@renovate renovate bot force-pushed the renovate/misc-modules branch 5 times, most recently from 2055ac3 to 95bbca5 Compare September 18, 2023 20:37
@renovate renovate bot force-pushed the renovate/misc-modules branch 2 times, most recently from 6f1e0c6 to d752ad8 Compare September 20, 2023 18:12
@renovate renovate bot force-pushed the renovate/misc-modules branch 3 times, most recently from 3f4834c to d246716 Compare October 2, 2023 20:15
@renovate renovate bot force-pushed the renovate/misc-modules branch 7 times, most recently from d7e25f8 to 899b81a Compare October 12, 2023 10:45
@renovate renovate bot force-pushed the renovate/misc-modules branch from 899b81a to 33bee89 Compare October 12, 2023 23:12
@renovate renovate bot force-pushed the renovate/misc-modules branch from 33bee89 to 0232286 Compare October 16, 2023 13:04
@renovate renovate bot changed the title Update misc modules Update misc modules - autoclosed Oct 23, 2023
@renovate renovate bot closed this Oct 23, 2023
@renovate renovate bot deleted the renovate/misc-modules branch October 23, 2023 10:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file renovate PR created by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants