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

Update docker.io/docker/buildx-bin Docker tag to v0.19.2 (release/v5.0) #622

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

renovate-rancher[bot]
Copy link
Contributor

@renovate-rancher renovate-rancher bot commented Nov 27, 2024

This PR contains the following updates:

Package Type Update Change
docker.io/docker/buildx-bin final minor 0.18.0 -> 0.19.2

Release Notes

docker/buildx (docker.io/docker/buildx-bin)

v0.19.2

Compare Source

Welcome to the v0.19.2 release of buildx!

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

Notable changes
  • Bake: fix issue where entitlement requests may have been not detected when Bake target writes output outside of the current working directory #​2834
  • Bake: automatically add filesystem entitlements to the paths defined with --set flag to avoid the need to allow the same path multiple times #​2834
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.19.1

v0.19.1

Compare Source

buildx 0.19.1

Welcome to the v0.19.1 release of buildx!

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

Notable Changes
  • Unfortunately, we had to revert the change that added new object notation for the fields that previously required CSV strings in Bake definition because of backwards incompatibility issues were discovered in some edge cases. This feature has now been postponed for future v0.20.0 release #​2824
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.19.0

v0.19.0

Compare Source

buildx 0.19.0

Welcome to the v0.19.0 release of buildx!

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

Contributors
  • Tõnis Tiigi
  • CrazyMax
  • David Karlsson
  • Jonathan A. Sternberg
  • Akihiro Suda
  • Guillaume Lours
  • Laurent Goderre
  • Sebastiaan van Stijn
Notable Changes
  • Bake command now requires passing filesystem entitlements with --allow when your build needs to read or write files outside of your current working directory. This feature currently only reports a warning when using local Bake definition, but will start to produce an error starting from the v0.20 release. If you wish to enable the error in the current release, you can set BUILDX_BAKE_ENTITLEMENTS_FS=1 #​2796 #​2812
  • Bake definition now supports new object notation for the fields that previously required CSV strings as inputs (output, cache-from, cache-to, secret, ssh) #​2758
  • Bake definition now allows defining validation conditions to variables #​2794
  • Compose support has been updated to v2.4.4 #​2806 #​2780
  • Metadata file values can now contain JSON array values #​2777
  • Improve error messages when using an incorrect format for labels #​2778
  • FreeBSD and OpenBSD artifacts are now included in release #​2774 #​2775 #​2781
  • Fix printing bake definition with empty Compose networks #​2790
Dependency Changes
  • github.com/cenkalti/backoff/v4 v4.2.1 -> v4.3.0
  • github.com/compose-spec/compose-go/v2 v2.4.1 -> v2.4.4
  • 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/moby/buildkit v0.17.0 -> v0.18.0
  • 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
  • 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
  • google.golang.org/grpc v1.66.2 -> v1.66.3

Previous release can be found at v0.18.0


Configuration

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

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

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

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


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

This PR has been generated by Renovate Bot.

@renovate-rancher renovate-rancher bot added the dependencies Pull requests that update a dependency file label Nov 27, 2024
@renovate-rancher renovate-rancher bot requested a review from a team as a code owner November 27, 2024 06:39
mallardduck
mallardduck previously approved these changes Nov 27, 2024
@renovate-rancher renovate-rancher bot changed the title Update docker.io/docker/buildx-bin Docker tag to v0.19.0 (release/v5.0) Update docker.io/docker/buildx-bin Docker tag to v0.19.1 (release/v5.0) Nov 28, 2024
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v5.0-docker-bumps branch from 49d8987 to abd490a Compare November 28, 2024 04:37
@renovate-rancher renovate-rancher bot changed the title Update docker.io/docker/buildx-bin Docker tag to v0.19.1 (release/v5.0) Update docker.io/docker/buildx-bin Docker tag to v0.19.2 (release/v5.0) Dec 7, 2024
@renovate-rancher renovate-rancher bot force-pushed the renovate/release/v5.0-docker-bumps branch from abd490a to 51739f6 Compare December 7, 2024 04:37
@mallardduck mallardduck merged commit 2b630ea into release/v5.0 Dec 9, 2024
6 checks passed
@mallardduck mallardduck deleted the renovate/release/v5.0-docker-bumps branch December 9, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants