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 #178

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 2, 2024

Update Request | Renovate Bot

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/emicklei/dot v1.6.2 -> v1.6.4 age adoption passing confidence
github.com/moby/buildkit v0.16.0 -> v0.18.2 age adoption passing confidence
github.com/siderolabs/gen v0.5.0 -> v0.7.0 age adoption passing confidence
github.com/stretchr/testify v1.9.0 -> v1.10.0 age adoption passing confidence
golang.org/x/oauth2 v0.23.0 -> v0.24.0 age adoption passing confidence
golang.org/x/sync v0.8.0 -> v0.10.0 age adoption passing confidence

Release Notes

emicklei/dot (github.com/emicklei/dot)

v1.6.4

Compare Source

  • fix mermaid generation with string shape in node (issue #​40)

v1.6.3

Compare Source

  • fix empty label for mermaid
  • allow link attribute for edge in mermaid
moby/buildkit (github.com/moby/buildkit)

v0.18.2

Compare Source

buildkit 0.18.2

Welcome to the v0.18.2 release of buildkit!

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

Notable Changes
  • Builtin Dockerfile frontend has been updated to v1.12.1 changelog
  • Fix possible concurrent map write error #​5577
  • Update Runc to v1.2.3 to fix possible build error when using parallel cache mounts #​5588 #​5590
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.18.1

v0.18.1

Compare Source

Welcome to the v0.18.1 release of buildkit!

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

Notable Changes
  • Fix issue where builds from older versions of clients/frontends could result in missing "no-cache" behavior or original Dockerfile commands could be missing in progress output #​5563
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.18.0

v0.18.0

Compare Source

buildkit 0.18.0

Welcome to the v0.18.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
  • Akihiro Suda
  • Sebastiaan van Stijn
  • David Karlsson
  • Jonathan A. Sternberg
  • Anthony Nandaa
  • Austin Vazquez
  • Erik Sipsma
  • Marat Radchenko
  • Brian Goff
  • Erik Sjölund
  • Justin Chadwell
  • Shaun Thompson
  • Tianon Gravi
Notable Changes
  • Builtin Dockerfile frontend has been updated to v1.12.0 changelog
  • Runc container runtime has been updated to v1.2.2 #​5532
  • Allow graceful daemon stop while there are active history event requests #​5522
  • Improve performance of booting BuildKit with many local cache records (regression v0.16.0+) #​5550
  • Improve stacktraces on cancellation errors #​5536
  • Improve performance of recalculating content checksums after incremental context upload #​5521
  • Fix leaving unreleased references behind after SBOM generation #​5511
  • Make sure blob data is immediately released after deleting build history records #​5515
  • Fix caching HTTP resources from servers that report the same ETag for different URLs #​5549
  • Fix possible issue with uploaded build context when using old clients #​5517
  • Fix old cache keys not being cleaned up by background garbage collection (worked for manual prune) #​5540
  • Fix possible incorrect casing in provenance JSON #​5524
  • Fix possible intermittent cancellation error when building from big build context due to internal gRPC bug #​5530
  • Fix build errors on OpenBSD #​5542
  • Fix possible issue when building from tarball URL on WCOW #​5523
  • Fix warning of incompatible semconv configuration in OpenTelemetry #​5503 #​5501
Dependency Changes
  • github.com/Microsoft/hcsshim v0.12.5 -> v0.12.8
  • github.com/cenkalti/backoff/v4 v4.2.1 -> v4.3.0
  • github.com/containerd/cgroups/v3 v3.0.2 -> v3.0.3
  • github.com/containerd/containerd v1.7.22 -> v1.7.24
  • github.com/containerd/continuity v0.4.4 -> v0.4.5
  • github.com/containerd/errdefs v0.1.0 -> v0.3.0
  • github.com/containerd/typeurl/v2 v2.2.0 -> v2.2.3
  • github.com/docker/cli v27.3.1 -> v27.4.0-rc.2
  • github.com/docker/docker v27.3.1 -> v27.4.0-rc.2
  • github.com/go-logr/logr v1.4.1 -> v1.4.2
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 -> v2.20.0
  • github.com/munnerz/goautoneg a7dc8b6 new
  • github.com/prometheus/client_golang v1.17.0 -> v1.20.2
  • github.com/prometheus/client_model v0.5.0 -> v0.6.1
  • github.com/prometheus/common v0.44.0 -> v0.55.0
  • github.com/tonistiigi/fsutil 397af53 -> 31cf1f4
  • github.com/tonistiigi/go-actions-cache 58651d5 -> 394979b
  • github.com/vishvananda/netlink v1.2.1-beta.2 -> v1.3.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 -> v0.53.0
  • go.opentelemetry.io/otel v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/metric v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/sdk v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/sdk/metric v1.21.0 -> v1.28.0
  • go.opentelemetry.io/otel/trace v1.21.0 -> v1.28.0
  • go.opentelemetry.io/proto/otlp v1.0.0 -> v1.3.1
  • google.golang.org/genproto/googleapis/api ef581f9 -> f6361c8
  • google.golang.org/genproto/googleapis/rpc ef581f9 -> f6361c8

Previous release can be found at v0.17.2

v0.17.3

Compare Source

Welcome to the v0.17.3 release of buildkit!

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

Notable Changes
  • Fix issue where builds from older versions of clients/frontends could result in missing "no-cache" behavior or original Dockerfile commands could be missing in progress output. This was a regression in v0.17.2 release. #​5563
  • Improve performance of booting BuildKit with many local cache records (regression v0.16.0+) #​5550
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.17.2

v0.17.2

Compare Source

Welcome to the v0.17.2 release of buildkit!

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

Contributors
  • CrazyMax
  • Jonathan A. Sternberg
  • Tõnis Tiigi
Notable Changes
  • Ensure llb digests are deterministic when sent by frontends to avoid issues with different protobuf serializations #​5517
  • Fix long-running streams regression in gRPC module #​5530
Dependency Changes
  • google.golang.org/grpc v1.66.2 -> v1.66.3

Previous release can be found at v0.17.1

v0.17.1

Compare Source

Welcome to the v0.17.1 release of buildkit!

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

Notable changes
  • Builtin Dockerfile frontend has been updated to v1.11.1 changelog

Previous release can be found at v0.17.0

v0.17.0

Compare Source

Welcome to the v0.17.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
  • Sebastiaan van Stijn
  • Jonathan A. Sternberg
  • David Karlsson
  • Justin Chadwell
  • Talon Bowler
  • Anthony Nandaa
  • Akihiro Suda
  • Shaun Thompson
  • Austin Vazquez
  • Billy Owire
  • Eoin Farrell
  • MohammadHasan Akbari
  • Alberto Garcia Hierro
  • Gabriel-Adrian Samfira
  • Laurent Goderre
  • Marat Radchenko
  • Matt Rickard
  • Paulo Sousa
  • Sergio Garcez
  • Silvin Lubecki
  • castrombithisamm
  • ryio1010
Notable Changes
  • Builtin Dockerfile frontend has been updated to v1.11.0 changelog
  • Garbage collection policies and prune filters have been updated to be more flexible and allow more control over used storage. Users can now define storage controls based on how much empty space is available on disk and define reserved and maximum storage limits separately #​5359 #​5079
  • FileOp.Copy now supports non-octal values for setting file mode with chmod #​5375
  • Protobuf tooling has moved away from GoGo Protobuf. #​5356 #​5409 #​5396 #​5342
  • Memory allocations, especially when uploading big build contexts or copying build results back to client, have been reduced #​5409 #​5442
  • Allow Git builds from SHA references that are not part of a branch or tag #​5441
  • Improve OpenTelemetry tracing for authentication routines #​5432
  • HTTP requests from build steps now use BuildKit specific user-agent like the Container registry requests #​5407
  • ExecOp build steps now supports setting expected non-zero exit codes #​5339
  • Parameter options can now be passed to the SBOM scanner #​5372
  • Determinism of LLB marshaling has been improved to reduce unnecessary cache lookups #​5374
  • Completeness of history records is now validated at startup #​5378
  • Debug address now supports new flight recorder endpoints #​5337
  • Improve communication with registries that return empty authentication scope #​5321
  • Fix Git builds with .git directory possibly not containing information about the cloned reference #​5444
  • Fix an issue with FileOp copy with constant timestamps not working correctly for parent directories #​5461
  • Fix accessing OCI layout from read-only filesystems not working does to file locks #​5452
  • Fix gRPC h2 protocol identifier to comply with TLS-ALPN #​5419
  • Fix error handling for requiring AppArmor profiles in unsupported system #​5373
  • Fix possible panic from nil result conversion in solver #​5406
  • Fix possible panic from triggered error handler #​5335
  • Fix missing LLB input validation when checking build policies #​5362
  • Fix possible "digest mismatch" error when using HTTP(s) build sources #​5343
  • Fix possible file walking issue in Windows Containers when using certain mount structures #​5289
Dependency Changes
  • github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.0 -> v1.11.1
  • github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0 -> v1.6.0
  • github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 -> v1.8.0
  • github.com/AzureAD/microsoft-authentication-library-for-go v0.6.0 -> v1.2.2
  • github.com/Microsoft/hcsshim v0.11.7 -> v0.12.5
  • github.com/cespare/xxhash/v2 v2.2.0 -> v2.3.0
  • github.com/containerd/cgroups/v3 v3.0.2 new
  • github.com/containerd/containerd v1.7.21 -> v1.7.22
  • github.com/containerd/continuity v0.4.3 -> v0.4.4
  • github.com/cpuguy83/go-md2man/v2 v2.0.4 -> v2.0.5
  • github.com/docker/cli v27.2.1 -> v27.3.1
  • github.com/docker/docker v27.2.1 -> v27.3.1
  • github.com/golang-jwt/jwt/v5 v5.2.1 new
  • github.com/klauspost/compress v1.17.9 -> v1.17.11
  • github.com/moby/sys/mount v0.3.3 -> v0.3.4
  • github.com/moby/sys/sequential v0.5.0 -> v0.6.0
  • github.com/planetscale/vtprotobuf 0393e58 new
  • github.com/tonistiigi/dchapes-mode ca0759f new
  • github.com/tonistiigi/fsutil 91a3fc4 -> 397af53
  • github.com/urfave/cli v1.22.15 -> v1.22.16
  • go.etcd.io/bbolt v1.3.10 -> v1.3.11
  • golang.org/x/exp 701f63a new
  • google.golang.org/genproto/googleapis/api ef43131 -> ef581f9
  • google.golang.org/genproto/googleapis/rpc ef43131 -> ef581f9
  • google.golang.org/grpc v1.62.0 -> v1.66.2
  • google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1 new

Previous release can be found at v0.16.0

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

v0.7.0

Compare Source

v0.6.1

Compare Source

What's Changed

Full Changelog: siderolabs/gen@v0.6.0...v0.6.1

v0.6.0

Compare Source

What's Changed

Full Changelog: siderolabs/gen@v0.5.0...v0.6.0

stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

Copy link
Author

renovate bot commented Dec 2, 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):

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

Details:

Package Change
go 1.22.3 -> 1.23.4
github.com/containerd/containerd v1.7.21 -> v1.7.24
github.com/containerd/continuity v0.4.3 -> v0.4.5
github.com/containerd/errdefs v0.1.0 -> v0.3.0
github.com/containerd/typeurl/v2 v2.2.0 -> v2.2.3
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/klauspost/compress v1.17.9 -> v1.17.11
github.com/tonistiigi/fsutil v0.0.0-20240424095704-91a3fc46842c -> v0.0.0-20241121093142-31cf1f437184
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 -> v0.53.0
go.opentelemetry.io/otel v1.21.0 -> v1.28.0
go.opentelemetry.io/otel/metric v1.21.0 -> v1.28.0
go.opentelemetry.io/otel/sdk v1.21.0 -> v1.28.0
go.opentelemetry.io/otel/trace v1.21.0 -> v1.28.0
golang.org/x/crypto v0.26.0 -> v0.27.0
golang.org/x/net v0.25.0 -> v0.29.0
golang.org/x/sys v0.23.0 -> v0.26.0
golang.org/x/text v0.17.0 -> v0.18.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 -> v0.0.0-20240701130421-f6361c86f094
google.golang.org/grpc v1.62.0 -> v1.66.3
google.golang.org/protobuf v1.33.0 -> v1.35.1

@renovate renovate bot force-pushed the renovate/go-packages branch from f19e7a4 to a2089b3 Compare December 5, 2024 05:42
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/go-packages branch from a2089b3 to b3f4e8d Compare December 17, 2024 05:39
@renovate renovate bot changed the title chore: update go packages chore: update go packages - autoclosed Dec 19, 2024
@renovate renovate bot closed this Dec 19, 2024
@renovate renovate bot deleted the renovate/go-packages branch December 19, 2024 10:02
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