Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update go packages - autoclosed #124

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 30, 2023

Update Request | Renovate Bot

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/containerd/containerd v1.7.17 -> v1.7.20 age adoption passing confidence
github.com/moby/buildkit v0.13.2 -> v0.15.1 age adoption passing confidence
github.com/siderolabs/gen v0.4.8 -> v0.5.0 age adoption passing confidence
github.com/spf13/cobra v1.8.0 -> v1.8.1 age adoption passing confidence
golang.org/x/oauth2 v0.20.0 -> v0.22.0 age adoption passing confidence
golang.org/x/sync v0.7.0 -> v0.8.0 age adoption passing confidence

Release Notes

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

v1.7.20: containerd 1.7.20

Compare Source

Welcome to the v1.7.20 release of containerd!

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

Highlights
  • Support for dropping inheritable capabilities (#​10469)
Container Runtime Interface (CRI)
  • Make PodSandboxStatus friendlier to shim crashes (#​10461)
  • Handle empty DNSConfig differently than unspecified (#​10462)
  • Fix for [cri] ttrpc: closed during ListPodSandboxStats (#​10423)

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

Contributors
  • Derek McGowan
  • Akihiro Suda
  • Phil Estes
  • Akhil Mohan
  • Bryant Biggs
  • Danny Canter
  • Davanum Srinivas
  • Mike Brown
  • Samuel Karp
  • Tim Hockin
Changes
16 commits

  • Prepare release notes for v1.7.20 (#​10481)
    • 7f2d4cd97 Prepare release notes for v1.7.20
  • deps: Update otelgrpc (#​10413)
  • Make PodSandboxStatus friendlier to shim crashes (#​10461)
    • df86bdd5d CRI Sbserver: Make PodSandboxStatus friendlier to shim crashes
  • Handle empty DNSConfig differently than unspecified (#​10462)
    • 209ee4f10 CRI: An empty DNSConfig != unspecified
  • Support for dropping inheritable capabilities (#​10469)
    • ce65228af Support for dropping inheritable capabilities
  • Fix for [cri] ttrpc: closed during ListPodSandboxStats (#​10423)
    • 610498df7 Fix for [cri] ttrpc: closed during ListPodSandboxStats
  • update to go1.21.12 / go1.22.5 (#​10426)
  • errdefs: denote deprecation as a godoc comment (#​10424)
    • c7d5e430a errdefs: denote deprecation as a godoc comment

Dependency Changes
  • github.com/go-logr/logr v1.2.4 -> v1.3.0
  • github.com/google/go-cmp v0.5.9 -> v0.6.0
  • github.com/google/uuid v1.3.1 -> v1.4.0
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 -> v0.46.1
  • go.opentelemetry.io/otel v1.19.0 -> v1.21.0
  • go.opentelemetry.io/otel/metric v1.19.0 -> v1.21.0
  • go.opentelemetry.io/otel/sdk v1.19.0 -> v1.21.0
  • go.opentelemetry.io/otel/trace v1.19.0 -> v1.21.0
  • google.golang.org/genproto e6e6cda -> 989df2b
  • google.golang.org/genproto/googleapis/api 007df8e -> 83a465c
  • google.golang.org/genproto/googleapis/rpc d307bd8 -> 995d672

Previous release can be found at v1.7.19

v1.7.19: containerd 1.7.19

Compare Source

Welcome to the v1.7.19 release of containerd!

The nineteenth patch release for containerd 1.7 contains various updates and
splits the main module from the api module in preparation for the same change
in containerd 2.0. Splitting the modules will allow 1.7 and 2.x to both exist
as transitive dependencies without running into API registration errors.
Projects should use this version as the minimum 1.7 version in preparing to
use containerd 2.0 or to be imported alongside it.

Highlights
  • Fix support for OTLP config (#​10360)
  • Add API go module (#​10189)
  • Remove overlayfs volatile option on temp mounts (#​10332)
  • Update runc binary to v1.1.13 (#​10336)
  • Migrate platforms package to github.com/containerd/platforms (#​10292)
  • Migrate reference/docker package to github.com/distribution/reference (#​10316)
Container Runtime Interface (CRI)
  • Fix panic in NRI from nil CRI reference (#​10406)
  • Fix Windows HPC working directory (#​10306)

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

Contributors
  • Derek McGowan
  • Sebastiaan van Stijn
  • Wei Fu
  • Phil Estes
  • Akhil Mohan
  • Akihiro Suda
  • Brian Goff
  • Kirtana Ashok
  • Maksym Pavlenko
  • Samuel Karp
  • Austin Vazquez
  • Danny Canter
  • Kazuyoshi Kato
  • Maksim An
  • Yuanyuan Lei
  • krglosse
Changes
70 commits

  • Prepare release notes for v1.7.19 (#​10391)
    • 74a3d2901 Prepare release notes for v1.7.19
  • Fix panic in NRI from nil CRI reference (#​10406)
    • 7f5d3c5f4 cri: ensure NRI API never has nil CRI
  • Windows: Supply windows shim version via file (#​10403)
    • 6efc5bb89 update runhcs binary to v0.11.7
    • 945ae09fd Windows: Supply windows shim version via file
  • reference: deprecate SplitObject (#​10397)
    • dba53578c pkg/reference: deprecate SplitObject
  • Updating hcsshim vendoring to 0.11.7 to include an important backported fix (#​10396)
  • reference: reduce allocations and improve GoDoc (#​10395)
    • 5ad1d2e75 pkg/reference: Spec.Digest(): inline SplitObject code
    • 57ce09b42 pkg/reference: SplitObject: add proper GoDoc
    • 78ac93fed pkg/reference: SplitObject: zero allocations
    • b074e3a7c pkg/reference: Spec.String(): use string-concatenation instead of sprintf
  • Update api version to v1.7.19 (#​10387)
  • Prepare release notes for api v1.7.19 (#​10386)
  • : api: update github.com/containerd/ttrpc v1.2.5 to align with containerd 1.7 module (#​10364)
    • 2a6aa6ddf [release/1.7] api: update github.com/containerd/ttrpc v1.2.5
  • vendor: github.com/containerd/ttrpc v1.2.5 (#​10373)
    • 37926b10d vendor: github.com/containerd/ttrpc v1.2.5
  • golangci-lint fix typo in depguard message (#​10371)
    • a522e267e golangci-lint fix typo in depguard message
  • Fix support for OTLP config (#​10360)
    • 1ce1c8f3e 1.7: Add back support for OTLP config from toml
  • remove imports of errdefs package, and add depguard linter (#​10367)
    • 136e1b72d golangci-lint: enable depguard for packages that moved
    • f5ce2f204 remove imports of errdefs package
  • Add API go module (#​10189)
    • 3be919f3c Add support for 1.8 interfaces
    • 5b87eb502 Add go mod replace when proto changes happen
    • a3a7431bc Add api go submodule
    • 61b3e2261 Alias protobuf plugin to new api types package
    • 4b82470f6 refactor: move plugin/fieldpath to api/types/
  • Remove overlayfs volatile option on temp mounts (#​10332)
    • 24ce9e431 integration: backport upgrade testsuite's utils
    • 79500d5cb *: export RemoveVolatileOption for CRI image volumes
    • bb80bd768 strip-volatile-option-tmp-mounts
  • Update runc binary to v1.1.13 (#​10336)
  • Fail integration test early when a plugin load fails (#​10311)
    • 884094be8 devmapper plugin: skip plugin when not configured
    • 40012b644 Fail integration test early when a plugin load fails
  • Migrate platforms package to github.com/containerd/platforms (#​10292)
    • 869b78677 vendor: github.com/containerd/platforms v0.2.1
    • 6ccdf6977 platforms: mark aliases as deprecated
    • 19a056163 adjust default platform for backward-compatibility
    • 6ff3e09d2 migrate platforms package to github.com/containerd/platforms
  • go.mod: github.com/klauspost/compress v1.16.7 (#​10326)
    • 327a3ac61 go.mod: github.com/klauspost/compress v1.16.7
    • d0d1264a6 vendor: github.com/klauspost/compress v1.16.5
  • Use Github Actions to run Vagrant CI (#​10325)
    • 02b8dd5ff Remove cirrus configuration
    • 31d951bf5 Run vagrant integration tests as github actions
  • Migrate reference/docker package to github.com/distribution/reference (#​10316)
    • 97abbe9cb build(deps): bump github.com/distribution/reference from 0.5.0 to 0.6.0
    • a00a2d20a reference/docker: remove deprecated SplitHostname
    • b38c0f2ef replace reference/docker for github.com/distribution/reference v0.5.0
  • build(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10 (#​10315)
    • fef432bfe build(deps): bump go.etcd.io/bbolt from 1.3.9 to 1.3.10
    • 487c61bfb vendor: go.etcd.io/bbolt v1.3.9
    • 7211f87c4 build(deps): bump golang.org/x/sync from 0.4.0 to 0.5.0
    • e908c3e6f vendor: golang.org/x/sync v0.4.0
    • d814be5ce build(deps): bump go.etcd.io/bbolt from 1.3.7 to 1.3.8
  • Fix Windows HPC working directory (#​10306)
    • 33b62936e [release/1.7]: HPC working directory fix in pkg/cri/server code

Changes from containerd/platforms
21 commits

Changes from containerd/ttrpc
4 commits

Dependency Changes
  • github.com/Microsoft/hcsshim v0.11.5 -> v0.11.7
  • github.com/containerd/containerd/api v1.7.19 new
  • github.com/containerd/platforms v0.2.1 new
  • github.com/containerd/ttrpc v1.2.4 -> v1.2.5
  • github.com/distribution/reference v0.6.0 new
  • github.com/klauspost/compress v1.16.0 -> v1.16.7
  • go.etcd.io/bbolt v1.3.7 -> v1.3.10
  • golang.org/x/sync v0.3.0 -> v0.5.0

Previous release can be found at v1.7.18

v1.7.18: containerd 1.7.18

Compare Source

Welcome to the v1.7.18 release of containerd!

The eighteenth patch release for containerd 1.7 contains various updates along
with an updated version of Go. Go 1.22.4 and 1.21.11 include a fix for a symlink
time of check to time of use race condition during directory removal.

Highlights
  • Update Go version to 1.21.11 (#​10298)
  • Remove uses of platforms.Platform alias (#​10277)
  • Migrate log imports to github.com/containerd/log (#​10269)
  • Migrate errdefs package to github.com/containerd/errdefs (#​10266)
  • Fix usage of "unknown" platform (#​10261)

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

Contributors
  • Derek McGowan
  • Sebastiaan van Stijn
  • Akhil Mohan
  • Austin Vazquez
  • Phil Estes
Changes
16 commits

  • Prepare release notes for v1.7.18 (#​10301)
    • 9426aab62 Prepare release notes for v1.7.18
  • Update Go version to 1.21.11 (#​10298)
  • Remove uses of platforms.Platform alias (#​10277)
    • 1e3c662d6 [release/1.7] remove uses of platforms.Platform alias
  • Migrate log imports to github.com/containerd/log (#​10269)
    • 0af6825b1 migrate logs imports to github.com/containerd/log module
  • Migrate errdefs package to github.com/containerd/errdefs (#​10266)
    • 308341a44 replace uses of github.com/containerd/containerd/errdefs
    • 47ff8cfce migrate errdefs package to github.com/containerd/errdefs module
  • Fix usage of "unknown" platform (#​10261)
    • f4d11912a core/image: fix usage of "unknown" platform
  • Explicitly set release latest to true (#​10265)
    • 5b0480009 Explicitly set release latest to true
    • d669b100d build(deps): bump softprops/action-gh-release from 1 to 2

Changes from containerd/errdefs
6 commits

Dependency Changes
  • github.com/containerd/errdefs v0.1.0 new
  • google.golang.org/genproto b8732ec -> e6e6cda
  • google.golang.org/genproto/googleapis/api b8732ec -> 007df8e
  • google.golang.org/genproto/googleapis/rpc b8732ec -> d307bd8

Previous release can be found at v1.7.17

moby/buildkit (github.com/moby/buildkit)

v0.15.1

Compare Source

Welcome to the v0.15.1 release of buildkit!

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

Contributors
  • CrazyMax
  • Tõnis Tiigi
Notable Changes
  • Fix possible panic when importing build record external error #​5181
  • Fix regression with flock module where read-write mode was not applied anymore #​5183
Dependency Changes
  • github.com/gofrs/flock v0.12.0 -> v0.12.1
  • golang.org/x/sys v0.21.0 -> v0.22.0

Previous release can be found at v0.15.0

v0.15.0

Compare Source

Welcome to the v0.15.0 release of buildkit!

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

Contributors
  • Tõnis Tiigi
  • Akihiro Suda
  • Sebastiaan van Stijn
  • Talon Bowler
  • CrazyMax
  • David Karlsson
  • Aleksa Sarai
  • Anthony Nandaa
  • Erik Sipsma
  • Jonathan A. Sternberg
  • Justin Chadwell
  • Alano Terblanche
  • Brian Goff
  • Jesper Noordsij
  • Moritz "WanzenBug" Wanzenböck
  • Nobi
  • Paweł Gronowski
  • Shaun Thompson
  • fanjiyun.fjy
  • retornam
Notable Changes
  • Builtin Dockerfile frontend has been updated to v1.9.0 changelog
  • History API now puts typed error information on a separate blob to reduce the size of the main record #​5093 #​5142
  • History API supports new Finalize call for completing collection of tracing instead of waiting for time based expiration #​5109
  • Typed errors with source information now contain all description fields from failing vertex #​5108
  • Windows now supports exporting results that contain certain privileged files #​4994
  • Improve performance on calculating file-based checksums on certain cases #​5060
  • TOML config now allows configuring cgroup parent for containerd worker #​5033
  • Fix issue where files checked out from Git could have incorrect permission bits because of non-standard umask (regression from v0.13+) #​5096
  • Fix pulling Git commits by SHA if they point to unreferenced tags #​5072
  • Fix possible issue where result record could leak in cache database and not get released #​5116
  • Fix possible nil dereference on cancelling build on a specific time #​5111
  • Fix possible resource leak on cancelling build on a specific time #​5031
  • Fix possible issue where cancelling build on a specific time could have still kept the container step running #​5106
  • Fix theoretical telemetry record leak in case of database error #​5136

Dockerfile:

  • Add new validation rules: SecretsUsedInArgOrEnv, InvalidDefaultArgInFrom, RedundantTargetPlatform, CopyIgnoredFile (experimental) and FromPlatformFlagConstDisallowed #​5135 #​5140 #​5105 #​5113 #​5091 #​5094 #​5090 #​5046
  • Many performance improvements for working with big Dockerfiles #​5067 #​5029
  • Fix possible panic when building Dockerfile without defined stages #​5150
  • Fix incorrect JSON parsing that could cause some incorrect JSON values to pass without producing an error #​5107
  • Fix issue where COPY --link to . destination path could fail (regression from v1.8+) #​5080
  • Fix validation of ADD --checksum when used with a Git URL #​5085
Dependency Changes
  • github.com/Microsoft/hcsshim v0.11.5 -> v0.11.7
  • github.com/containerd/containerd v1.7.18 -> v1.7.19
  • github.com/containerd/containerd/api v1.7.19 new
  • github.com/containerd/go-cni v1.1.9 -> v1.1.10
  • github.com/containerd/platforms v0.2.1 new
  • github.com/containerd/ttrpc v1.2.4 -> v1.2.5
  • github.com/containernetworking/cni v1.1.2 -> v1.2.2
  • github.com/cpuguy83/go-md2man/v2 v2.0.2 -> v2.0.4
  • github.com/docker/cli v26.1.4 -> v27.0.3
  • github.com/docker/docker v26.1.4 -> v27.0.3
  • github.com/docker/docker-credential-helpers v0.8.0 -> v0.8.2
  • github.com/go-logr/logr v1.3.0 -> v1.4.1
  • github.com/gofrs/flock v0.8.1 -> v0.12.0
  • github.com/google/pprof e72429f -> a892ee0
  • github.com/google/uuid v1.5.0 -> v1.6.0
  • github.com/hashicorp/go-immutable-radix/v2 v2.1.0 new
  • github.com/hashicorp/go-retryablehttp v0.7.5 -> v0.7.7
  • github.com/hashicorp/golang-lru/v2 v2.0.7 new
  • github.com/klauspost/compress v1.17.4 -> v1.17.9
  • github.com/opencontainers/runtime-spec v1.1.0 -> v1.2.0
  • github.com/prometheus/procfs v0.12.0 -> v0.15.1
  • github.com/stretchr/testify v1.8.4 -> v1.9.0
  • github.com/tonistiigi/go-actions-cache 9794bdb -> 58651d5
  • github.com/tonistiigi/go-csvvalue ddb21b7 new
  • github.com/urfave/cli v1.22.14 -> v1.22.15
  • kernel.org/pub/linux/libs/security/libcap/cap v1.2.67 -> v1.2.70
  • kernel.org/pub/linux/libs/security/libcap/psx v1.2.67 -> v1.2.70

Previous release can be found at v0.14.1

v0.14.1

Compare Source

Welcome to the 0.14.1 release of buildkit!

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

Contributors
  • Talon Bowler
  • Akihiro Suda
  • Tõnis Tiigi
  • Paweł Gronowski
Notable Changes
  • Builtin Dockerfile frontend has been updated to v1.8.1 changelog
  • Fix possible issue on pushing blobs with rewrite-timestamp=true option #​5040
  • Fix possible concurrency issue on handling HTTPS to HTTP fallbacks for insecure registries #​5044
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.14.0

v0.14.0

Compare Source

Welcome to the 0.14.0 release of buildkit!

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

Contributors
  • Tõnis Tiigi
  • CrazyMax
  • Talon James Bowler
  • Akihiro Suda
  • Jonathan A. Sternberg
  • Justin Chadwell
  • David Karlsson
  • Sebastiaan van Stijn
  • Anthony Nandaa
  • Erik Sipsma
  • Aleksa Sarai
  • Adam Perlin
  • Shaun Thompson
  • Paweł Gronowski
  • Burt Holzman
  • Derek McGowan
  • Adrien Delorme
  • Ahmon Dancy
  • Billy Owire
  • Dennis Haney
  • Felix Fontein
  • Félix Mattrat
  • Gabriel Samfira
  • Höhl, Lukas
  • Kirill A. Korinsky
  • Petteri Räty
  • Salim B
  • Stephen Day
  • Swagat Bora
  • Zhizhen He
  • cuiyourong
  • guoguangwu
  • racequite
  • yzewei
Notable Changes
  • Default Dockerfile frontend has been updated to v1.8.0 docs
  • New validation rules have been added to verify that Frontend returned build results for expected platforms #​4908
  • Allow configuring cache of scanned emulator support for better performance #​4949
  • LLB FileOp now supports configuring the behavior of copy conflicts between incompatible file types #​4455
  • Github cache backend can now check the existence of previous blobs via REST API batch requests to work around limits exposed by Github on the cache API #​4788
  • Increase the size limit of LLB definitions, allowing bigger builds #​4969
  • Mitigate restoring from cache DB corrupt state after crash or abrupt kill #​4981
  • Release image is now based on Alpine 3.20 #​4952
  • New configuration options allow controlling what frontends BuildKit is allowed to call #​4899
  • Improve performance of exporting S3 cache #​4551
  • Buildctl now respects proxy environment variables when setting up gRPC connection #​4127
  • Improve LLB generation by maintaining consistent order #​4706
  • More OpenTelemetry tracepoints have been added to track exporting, attestion and history record creation. #​4997
  • Fix detection of certain Git URLs #​4849
  • Fix too low maximum layer limit for non-rootfs overlay mounts #​4815
  • Fix possible cases where some errors could be missing a stacktrace #​4982
  • Fix possible incorrect resolution of some symlink paths #​4896
  • Fix provenance created for history record not containing builder ID #​4833
  • Fix the fallback mechanism for insecure registries to detect more valid error conditions for retry via HTTP protocol #​4975
  • Fix an issue that could result in "inconsistent graph state" error during many related parallel builds #​4887
  • Fix minimal terminal bounds check when custom BUILDKIT_TTY_LOG_LINES value is defined #​4767
  • Fix possible performance issues while walking back cache records during provenance attestation creation #​4976 #​4947 #​4944
  • Fix possible goroutine leak from dangling progress stream #​4902
  • Fix an issue with some filters for disk usage command #​4877
  • Fix possible "exceeded retry timeout" error #​5010
  • Fix exporter definitions being missing in history record for certain clients #​5017
  • Fix possible resource leak in error handling #​4816
  • Fix missing mediatype in the index of OCI export artifact #​4814 #​4727
  • Fix issue with uncompressed layer digests when exporting cache for workers that don't support compressed layers #​4796
  • Fix possible FD leak on forwarding SSH #​4886
Dependency Changes
  • github.com/Microsoft/go-winio v0.6.1 -> v0.6.2
  • github.com/Microsoft/hcsshim v0.11.4 -> v0.11.5
  • github.com/containerd/containerd v1.7.13 -> v1.7.18
  • github.com/containerd/errdefs v0.1.0 new
  • github.com/containerd/ttrpc v1.2.2 -> v1.2.4
  • github.com/distribution/reference v0.5.0 -> v0.6.0
  • github.com/docker/cli v25.0.3 -> v26.1.4
  • github.com/docker/docker v25.0.3 -> v26.1.4
  • github.com/golang/protobuf v1.5.3 -> v1.5.4
  • github.com/opencontainers/image-spec v1.1.0-rc5 -> v1.1.0
  • github.com/tonistiigi/go-actions-cache a0b64f3 -> 9794bdb
  • github.com/tonistiigi/vt100 f9a4f7e -> 90bafcd
  • go.etcd.io/bbolt v1.3.9 -> v1.3.10

Previous release can be found at v0.13.2

siderolabs/gen (github.com/siderolabs/gen)

v0.5.0

Compare Source

spf13/cobra (github.com/spf13/cobra)

v1.8.1

Compare Source

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation

New Contributors


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.8.0...v1.8.1


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

👻 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/go-packages branch 3 times, most recently from d94f44c to 63db652 Compare February 13, 2023 23:54
@renovate renovate bot force-pushed the renovate/go-packages branch 2 times, most recently from be38284 to bd3b958 Compare February 21, 2023 22:01
@renovate renovate bot force-pushed the renovate/go-packages branch 2 times, most recently from a33f63e to 64f9f0b Compare February 28, 2023 11:27
@renovate renovate bot changed the title chore: update go packages chore: update module github.com/moby/buildkit to v0.11.3 Feb 28, 2023
@renovate renovate bot changed the title chore: update module github.com/moby/buildkit to v0.11.3 chore: update go packages Mar 5, 2023
@renovate renovate bot changed the title chore: update go packages chore: update module golang.org/x/oauth2 to v0.6.0 Mar 7, 2023
@renovate renovate bot changed the title chore: update module golang.org/x/oauth2 to v0.6.0 chore: update go packages Mar 10, 2023
@renovate renovate bot changed the title chore: update go packages chore: update github.com/opencontainers/image-spec digest to dd7fd71 Mar 21, 2023
@renovate renovate bot force-pushed the renovate/go-packages branch 2 times, most recently from 55487f5 to d66d165 Compare March 23, 2023 20:53
@renovate renovate bot changed the title chore: update github.com/opencontainers/image-spec digest to dd7fd71 chore: update go packages Mar 23, 2023
@renovate renovate bot force-pushed the renovate/go-packages branch 2 times, most recently from f0e324e to 8b50249 Compare March 28, 2023 18:23
@renovate renovate bot force-pushed the renovate/go-packages branch 5 times, most recently from 8956bc4 to fed5be0 Compare April 7, 2023 11:53
@renovate renovate bot force-pushed the renovate/go-packages branch 3 times, most recently from 6fe4366 to 3127b33 Compare April 20, 2023 06:43
@renovate renovate bot force-pushed the renovate/go-packages branch 2 times, most recently from 2a9e664 to dcc9892 Compare April 6, 2024 23:56
@renovate renovate bot force-pushed the renovate/go-packages branch 2 times, most recently from 0eee079 to 913c71b Compare May 11, 2024 11:55
@renovate renovate bot changed the title chore: update go packages chore: update go packages - autoclosed May 23, 2024
@renovate renovate bot closed this May 23, 2024
@renovate renovate bot deleted the renovate/go-packages branch May 23, 2024 13:34
@renovate renovate bot restored the renovate/go-packages branch May 28, 2024 23:12
@renovate renovate bot changed the title chore: update go packages - autoclosed chore: update go packages May 28, 2024
@renovate renovate bot reopened this May 28, 2024
@renovate renovate bot changed the title chore: update go packages chore: update module github.com/siderolabs/gen to v0.5.0 May 29, 2024
@renovate renovate bot changed the title chore: update module github.com/siderolabs/gen to v0.5.0 chore: update go packages Jun 5, 2024
@renovate renovate bot force-pushed the renovate/go-packages branch 2 times, most recently from c46a361 to 4cad163 Compare June 12, 2024 05:02
Copy link
Author

renovate bot commented Jun 12, 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):

  • 11 additional dependencies were updated

Details:

Package Change
github.com/Microsoft/hcsshim v0.11.5 -> v0.11.7
github.com/containerd/ttrpc v1.2.4 -> v1.2.5
github.com/distribution/reference v0.5.0 -> v0.6.0
github.com/go-logr/logr v1.3.0 -> v1.4.1
github.com/google/uuid v1.5.0 -> v1.6.0
github.com/klauspost/compress v1.17.4 -> v1.17.9
golang.org/x/crypto v0.21.0 -> v0.23.0
golang.org/x/net v0.23.0 -> v0.25.0
golang.org/x/sys v0.18.0 -> v0.22.0
golang.org/x/text v0.14.0 -> v0.15.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b -> v0.0.0-20231212172506-995d672761c0

@renovate renovate bot force-pushed the renovate/go-packages branch 2 times, most recently from 99ae962 to 67a7658 Compare June 19, 2024 20:30
@renovate renovate bot force-pushed the renovate/go-packages branch 2 times, most recently from a006a77 to 47b8042 Compare July 20, 2024 02:58
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot changed the title chore: update go packages chore: update go packages - autoclosed Aug 5, 2024
@renovate renovate bot closed this Aug 5, 2024
@renovate renovate bot deleted the renovate/go-packages branch August 5, 2024 10:43
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