Skip to content

Bump dependencies#144

Merged
gitfool merged 1 commit into
mainfrom
renovate/minor
Nov 16, 2025
Merged

Bump dependencies#144
gitfool merged 1 commit into
mainfrom
renovate/minor

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 14, 2025

This PR contains the following updates:

Package Manager Type Update Change
docker regex run patch 28.5.1 -> 28.5.2
docker-buildx regex run minor 0.29.1 -> 0.30.0
docker-compose regex run patch 2.40.0 -> 2.40.3
docker/setup-qemu-action github-actions action minor v3.6.0 -> v3.7.0
dotnet-sdk regex script patch 9.0.305 -> 9.0.307
dotnet-sdk regex task patch 9.0.305 -> 9.0.307
dotnet-sdk regex action patch 9.0.305 -> 9.0.307
mcr.microsoft.com/dotnet/sdk dockerfile final patch 9.0.305-noble -> 9.0.307-noble

Release Notes

moby/moby (docker)

v28.5.2

Compare Source

28.5.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

[!CAUTION]
This release contains fixes for three high-severity security vulnerabilities in runc:

All three vulnerabilities ultimately allow (through different methods) for full container breakouts by bypassing runc's restrictions for writing to arbitrary /proc files.

Packaging updates
Bug fixes and enhancements
Deprecations
  • Go-SDK: cli/command/image/build: deprecate DefaultDockerfileName, DetectArchiveReader, WriteTempDockerfile, ResolveAndValidateContextPath. These utilities were only used internally and will be removed in the next release. docker/cli#6610
  • Go-SDK: cli/command/image/build: deprecate IsArchive utility. docker/cli#6560
  • Go-SDK: opts: deprecate ValidateMACAddress. docker/cli#6560
  • Go-SDK: opts: deprecate ListOpts.Delete(). docker/cli#6560
docker/buildx (docker-buildx)

v0.30.0

Compare Source

buildx 0.30.0

Welcome to the v0.30.0 release of buildx!

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

Contributors
  • CrazyMax
  • Tõnis Tiigi
  • Jonathan A. Sternberg
  • Remy Suen
  • Sebastiaan van Stijn
  • aevesdocker
  • Akihiro Suda
  • Guillaume Lours
  • Ricardo Branco
  • Roberto Castellotti
  • Roberto Villarreal
Notable Changes
  • Tar exporter output will now automatically create parent directories. #​3478
  • Deprecate docker buildx install and docker buildx uninstall in favor of using docker buildx directly without relying on the docker builder aliases. #​3472
  • Clarify CLI help for the --tag option to give more guidance on a valid argument. #​3454
  • Bake: Ensure typed variables with no value still carry type to prevent a panic. #​3463
  • imagetools create now persists attestation manifest and any manifest cosign-based signatures when creating new images. #​3433
  • Add option to docker-container driver to write github actions payload for provenance with --driver-opt=provenance-add-gha=true. #​3453
  • Avoid concurrent map write panic with imagetools create. #​3510
  • Avoid panic when linking a nil target to another build in Bake. #​3511
  • DAP: Next, step in, and step out requests now respect breakpoints. #​3488
  • DAP: Verify breakpoints when stopOnEntry is used. #​3488
  • DAP: Support runInTerminal reverse request when buildx dap is run in standalone mode. #​3471
  • DAP: Stop sending null in setBreakpoints response when the breakpoints are cleared to conform to the specification. #​3481
  • DAP: exec command now works when suspended on a COPY line. #​3469
  • DAP: Debugger now ensures that all inputs are properly executed when suspended on a line. #​3469
  • DAP: Debugger now pauses on COPY lines when there is a non-existent file. #​3437
  • Compose support has been updated to v2.9.1. #​3494
Dependency Changes
  • github.com/aws/aws-sdk-go-v2 v1.30.3 -> v1.38.1
  • github.com/aws/aws-sdk-go-v2/config v1.27.27 -> v1.31.3
  • github.com/aws/aws-sdk-go-v2/credentials v1.17.27 -> v1.18.7
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 -> v1.18.4
  • github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 -> v1.4.4
  • github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 -> v2.7.4
  • github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 -> v1.8.3
  • github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 -> v1.13.0
  • github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 -> v1.13.4
  • github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 -> v1.28.2
  • github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 -> v1.34.0
  • github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 -> v1.38.0
  • github.com/aws/smithy-go v1.20.3 -> v1.22.5
  • github.com/cenkalti/backoff/v5 v5.0.3 new
  • github.com/compose-spec/compose-go/v2 v2.9.0 -> v2.9.1
  • github.com/containerd/containerd/api v1.9.0 -> v1.10.0
  • github.com/containerd/containerd/v2 v2.1.4 -> v2.2.0
  • github.com/containerd/platforms v1.0.0-rc.1 -> v1.0.0-rc.2
  • github.com/docker/cli v28.4.0 -> v28.5.1
  • github.com/docker/docker v28.4.0 -> v28.5.1
  • github.com/emicklei/go-restful/v3 v3.11.0 -> v3.13.0
  • github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
  • github.com/go-logr/logr v1.4.2 -> v1.4.3
  • github.com/gofrs/flock v0.12.1 -> v0.13.0
  • github.com/google/gnostic-models v0.6.8 -> v0.7.0
  • github.com/gorilla/websocket v1.5.0 -> e064f32
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 -> v2.27.2
  • github.com/klauspost/compress v1.18.0 -> v1.18.1
  • github.com/moby/buildkit v0.25.0 -> v0.26.0
  • github.com/modern-go/reflect2 v1.0.2 -> 35a7c28
  • github.com/secure-systems-lab/go-securesystemslib v0.6.0 -> v0.9.1
  • github.com/stretchr/testify v1.11.0 -> v1.11.1
  • go.opentelemetry.io/auto/sdk v1.1.0 -> v1.2.1
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 -> v0.61.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.60.0 -> v0.61.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 -> v0.61.0
  • go.opentelemetry.io/otel v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/metric v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/sdk v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/sdk/metric v1.35.0 -> v1.38.0
  • go.opentelemetry.io/otel/trace v1.35.0 -> v1.38.0
  • go.opentelemetry.io/proto/otlp v1.5.0 -> v1.7.1
  • go.yaml.in/yaml/v2 v2.4.2 new
  • golang.org/x/crypto v0.38.0 -> v0.42.0
  • golang.org/x/mod v0.24.0 -> v0.29.0
  • golang.org/x/net v0.39.0 -> v0.44.0
  • golang.org/x/oauth2 v0.29.0 -> v0.30.0
  • golang.org/x/sync v0.16.0 -> v0.17.0
  • golang.org/x/sys v0.33.0 -> v0.37.0
  • golang.org/x/term v0.32.0 -> v0.35.0
  • golang.org/x/text v0.25.0 -> v0.29.0
  • golang.org/x/time v0.11.0 -> v0.14.0
  • golang.org/x/tools v0.32.0 -> v0.37.0
  • google.golang.org/genproto/googleapis/api 56aae31 -> c5933d9
  • google.golang.org/genproto/googleapis/rpc 56aae31 -> c5933d9
  • google.golang.org/grpc v1.72.2 -> v1.76.0
  • google.golang.org/protobuf v1.36.9 -> v1.36.10
  • k8s.io/api v0.32.3 -> v0.34.1
  • k8s.io/apimachinery v0.32.3 -> v0.34.1
  • k8s.io/client-go v0.32.3 -> v0.34.1
  • k8s.io/kube-openapi 32ad38e -> f3f2b99
  • k8s.io/utils 3ea5e8c -> 4c0f3b2
  • sigs.k8s.io/json 9aa6b5e -> cfa47c3
  • sigs.k8s.io/randfill v1.0.0 new
  • sigs.k8s.io/structured-merge-diff/v6 v6.3.0 new
  • sigs.k8s.io/yaml v1.4.0 -> v1.6.0

Previous release can be found at v0.29.1

docker/compose (docker-compose)

v2.40.3

Compare Source

What's Changed

🐛 Fixes
🔧 Internal
⚙️ Dependencies

Full Changelog: docker/compose@v2.40.2...v2.40.3

v2.40.2

Compare Source

What's Changed

🐛 Fixes
  • Compose can't create a tar with adequate uid:gid ownership by @​ndeloof in #​13299
  • Test digest or canonical reference, not only tag, when checking if an image is already present by @​glours in #​13302
🔧 Internal

Full Changelog: docker/compose@v2.40.1...v2.40.2

v2.40.1

Compare Source

What's Changed

🐛 Fixes
🔧 Internal
⚙️ Dependencies

New Contributors

Full Changelog: docker/compose@v2.40.0...v2.40.1

docker/setup-qemu-action (docker/setup-qemu-action)

v3.7.0

Compare Source

Full Changelog: docker/setup-qemu-action@v3.6.0...v3.7.0

dotnet/sdk (dotnet-sdk)

v9.0.307

Compare Source

v9.0.306: .NET 9.0.10

Compare Source

Release

What's Changed

Full Changelog: dotnet/sdk@v9.0.305...v9.0.306


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 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.

@renovate renovate Bot added the dependencies Changes that only affect dependencies label Oct 14, 2025
@renovate renovate Bot requested a review from gitfool as a code owner October 14, 2025 19:56
@renovate renovate Bot added the dependencies Changes that only affect dependencies label Oct 14, 2025
@renovate renovate Bot changed the title Bump mcr.microsoft.com/dotnet/sdk Docker tag to v9.0.306 Bump dependencies to v9.0.306 Oct 14, 2025
@renovate renovate Bot changed the title Bump dependencies to v9.0.306 Bump dependencies Oct 17, 2025
@renovate renovate Bot force-pushed the renovate/minor branch 2 times, most recently from a303814 to 74a6d12 Compare November 5, 2025 18:09
@renovate renovate Bot force-pushed the renovate/minor branch 2 times, most recently from a12d606 to df3eba3 Compare November 12, 2025 10:54
@gitfool gitfool merged commit 8c8d066 into main Nov 16, 2025
2 checks passed
@gitfool gitfool deleted the renovate/minor branch November 16, 2025 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Changes that only affect dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant