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

Bump dependencies #135

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Bump dependencies #135

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 8, 2025

This PR contains the following updates:

Package Manager Type Update Change
actions/setup-dotnet github-actions action minor v4.2.0 -> v4.3.0
docker regex run minor 27.4.1 -> 27.5.1
docker-buildx regex run minor 0.19.3 -> 0.20.1
docker-compose regex run patch 2.32.1 -> 2.32.4
docker/setup-qemu-action github-actions action minor v3.2.0 -> v3.3.0
dotnet-sdk regex script patch 8.0.404 -> 8.0.405
dotnet-sdk regex task patch 8.0.404 -> 8.0.405
dotnet-sdk regex action patch 8.0.404 -> 8.0.405
mcr.microsoft.com/dotnet/sdk dockerfile final patch 8.0.404-jammy -> 8.0.405-jammy

Release Notes

actions/setup-dotnet (actions/setup-dotnet)

v4.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-dotnet@v4...v4.3.0

moby/moby (docker)

v27.5.1

Compare Source

27.5.1

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

Bug fixes and enhancements

  • Fixed an issue that could persistently prevent daemon startup after failure to initialize the default bridge. moby/moby#49307
  • Add a DOCKER_IGNORE_BR_NETFILTER_ERROR environment variable. Setting it to 1 allows running on hosts that cannot load br_netfilter. Some things won't work, including disabling inter-container communication in a bridge network. With the userland proxy disabled, it won't be possible to access one container's published ports from another container on the same network. moby/moby#49306

Packaging updates

v27.5.0

Compare Source

27.5.0

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

Bugfixes and enhancements
  • containerd image store: Fix passing a build context via tarball to the /build endpoint. moby/moby#49194
  • Builder garbage collection policies without a keepStorage value now inherit the defaultKeepStorage limit as intended. moby/moby#49137
  • Preserve network labels during daemon startup. moby/moby#49200
  • Fix a potential race condition error when deleting a container. moby/moby#49239
Go SDK
  • pkg/sysinfo: deprecate NumCPU. This utility has the same behavior as runtime.NumCPU. moby/moby#49247
  • pkg/fileutils: deprecate GetTotalUsedFds: this function is only used internally and will be removed in the next release. moby/moby#49209
  • pkg/ioutils: deprecate BytesPipe, NewBytesPipe, ErrClosed, WriteCounter, NewWriteCounter, NewReaderErrWrapper, NopFlusher, NopWriter, NopWriteCloser. They were only used internally and will be removed in the next release. moby/moby#49246, moby/moby#49255
  • pkg/reexec: This package is deprecated and moved to a separate module. Use github.com/moby/sys/reexec instead. moby/moby#49135
Packaging updates
docker/buildx (docker-buildx)

v0.20.1

Compare Source

Welcome to the v0.20.1 release of buildx!

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

Contributors
  • David Karlsson
  • Jonathan A. Sternberg
  • Tõnis Tiigi
  • CrazyMax
Notable Changes
  • Fix bake --print output missing some attributes for attestations #​2937
  • Fix allowing comma separated image reference strings for cache import and export values #​2944
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.20.0

v0.20.0

Compare Source

Welcome to the v0.20.0 release of buildx!

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

[!NOTE]
This version of buildx enables filesystem entitlement checks for buildx bake command by default. If your Bake definition needs to read or write files outside your current working directory, you need to allow access to these paths with --allow fs=<path|*>. On the terminal, you can also interactively approve these paths with the provided prompt. Optionally, you can disable these checks by setting BUILDX_BAKE_ENTITLEMENTS_FS=0. This validation produced a warning in buildx v0.19.0+, but starting from current release it produces an error. docs

Contributors
  • CrazyMax
  • Tõnis Tiigi
  • Sebastiaan van Stijn
  • Guillaume Lours
  • Jonathan A. Sternberg
  • Arran Walker
  • David Karlsson
  • Nicolas De Loof
Notable Changes
  • New buildx history command has been added that allows working with build records of completed and running builds. You can use these commands to list, inspect, remove your builds, replay the logs of already completed builds, and quickly open your builds in Docker Desktop Build UI for further debugging. This is an early version of this command and we expect to add more features in the future releases. #​2891 #​2925
  • Bake: Definition now supports new object notation for the fields that previously required CSV strings as inputs (attest, output, cache-from, cache-to, secret, ssh) #​2758 #​2848 #​2871 #​2814
  • Bake: Make FS entitlements error by default. To disable it, you can set BUILDX_BAKE_ENTITLEMENTS_FS=0 #​2875
  • Bake: Infer git auth token from remote files to build request #​2905
  • Bake: Add support for --list flag to list targets and variables #​2900 #​2907
  • Bake: Update lookup order for default definition files to load the files with "override" suffix later #​2886
  • Bake: Fix entitlements check for default SSH socket #​2898
  • Bake: Fix named context from target platform matching #​2877
  • Bake: Fix missing default target in group's default targets #​2863
  • Validate BuildKit configuration before creating a builder #​2864
  • Compose compatibility has been updated to v2.4.7 #​2893 #​2857 #​2829
  • Fix missing last progress from loading layers #​2876
  • Fix missing documentation for quiet progress mode #​2899
Dependency Changes
  • github.com/AdaLogics/go-fuzz-headers ced1acd -> e8a1dd7
  • github.com/aws/aws-sdk-go-v2 v1.24.1 -> v1.30.3
  • github.com/aws/aws-sdk-go-v2/config v1.26.6 -> v1.27.27
  • github.com/aws/aws-sdk-go-v2/credentials v1.16.16 -> v1.17.27
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 -> v1.16.11
  • github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 -> v1.3.15
  • github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 -> v2.6.15
  • github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 -> v1.8.0
  • github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 -> v1.11.3
  • github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 -> v1.11.17
  • github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 -> v1.22.4
  • github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 -> v1.26.4
  • github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 -> v1.30.3
  • github.com/aws/smithy-go v1.19.0 -> v1.20.3
  • github.com/compose-spec/compose-go/v2 v2.4.4 -> v2.4.7
  • github.com/containerd/containerd/api v1.7.19 -> v1.8.0
  • github.com/containerd/containerd/v2 v2.0.2 new
  • github.com/containerd/errdefs v0.3.0 -> v1.0.0
  • github.com/containerd/errdefs/pkg v0.3.0 new
  • github.com/containerd/platforms v0.2.1 -> v1.0.0-rc.1
  • github.com/containerd/ttrpc v1.2.5 -> v1.2.7
  • github.com/cpuguy83/go-md2man/v2 v2.0.5 -> v2.0.6
  • github.com/creack/pty v1.1.21 -> v1.1.24
  • github.com/docker/cli v27.4.0-rc.2 -> v27.5.0
  • github.com/docker/cli-docs-tool v0.8.0 -> v0.9.0
  • github.com/docker/docker v27.4.0-rc.2 -> v27.5.0
  • github.com/fxamacker/cbor/v2 v2.7.0 new
  • github.com/go-openapi/swag v0.22.3 -> v0.22.4
  • github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 -> v2.22.0
  • github.com/hashicorp/go-cty-funcs a090f58 -> c51673e
  • github.com/hashicorp/hcl/v2 v2.20.1 -> v2.23.0
  • github.com/moby/buildkit v0.18.0 -> v0.19.0
  • github.com/moby/spdystream v0.2.0 -> v0.4.0
  • github.com/pkg/browser 5ac0b6a new
  • github.com/prometheus/client_golang v1.20.2 -> v1.20.5
  • github.com/stretchr/testify v1.9.0 -> v1.10.0
  • github.com/tonistiigi/fsutil 31cf1f4 -> b14e27f
  • github.com/x448/float16 v0.8.4 new
  • github.com/zclconf/go-cty v1.14.4 -> v1.16.0
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 -> v0.56.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 -> v0.56.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 -> v0.56.0
  • go.opentelemetry.io/otel v1.28.0 -> v1.31.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 -> v1.31.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.44.0 -> v1.31.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 -> v1.31.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 -> v1.31.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 -> v1.31.0
  • go.opentelemetry.io/otel/metric v1.28.0 -> v1.31.0
  • go.opentelemetry.io/otel/sdk v1.28.0 -> v1.31.0
  • go.opentelemetry.io/otel/sdk/metric v1.28.0 -> v1.31.0
  • go.opentelemetry.io/otel/trace v1.28.0 -> v1.31.0
  • golang.org/x/crypto v0.27.0 -> v0.31.0
  • golang.org/x/net v0.29.0 -> v0.33.0
  • golang.org/x/oauth2 v0.21.0 -> v0.23.0
  • golang.org/x/sync v0.8.0 -> v0.10.0
  • golang.org/x/sys v0.26.0 -> v0.28.0
  • golang.org/x/term v0.24.0 -> v0.27.0
  • golang.org/x/text v0.18.0 -> v0.21.0
  • google.golang.org/genproto/googleapis/api f6361c8 -> 5fefd90
  • google.golang.org/genproto/googleapis/rpc f6361c8 -> 324edc3
  • google.golang.org/grpc v1.66.3 -> v1.68.1
  • google.golang.org/protobuf v1.35.1 -> v1.35.2
  • k8s.io/api v0.29.2 -> v0.31.2
  • k8s.io/apimachinery v0.29.2 -> v0.31.2
  • k8s.io/client-go v0.29.2 -> v0.31.2
  • k8s.io/klog/v2 v2.110.1 -> v2.130.1
  • k8s.io/kube-openapi 2dd684a -> 70dd376
  • k8s.io/utils 3b25d92 -> 18e509b
  • sigs.k8s.io/yaml v1.3.0 -> v1.4.0

Previous release can be found at v0.19.3

docker/compose (docker-compose)

v2.32.4

Compare Source

What's Changed

This release fixes the version issue of v2.32.3

🔧 Internal

Full Changelog: docker/compose@v2.32.3...v2.32.4

v2.32.3

Compare Source

What's Changed

⚠️ This release don't display properly its version! Instead of displaying the tag the docker compose version display its commit hash.

🐛 Fixes
🔧 Internal

Full Changelog: docker/compose@v2.32.2...v2.32.3

v2.32.2

Compare Source

What's Changed

✨ Improvements
🐛 Fixes
🔧 Internal
⚙️ Dependencies

Full Changelog: docker/compose@v2.32.1...v2.32.2

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

v3.3.0

Compare Source

Full Changelog: docker/setup-qemu-action@v3.2.0...v3.3.0

dotnet/sdk (dotnet-sdk)

v8.0.405

Compare Source


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 requested a review from gitfool as a code owner January 8, 2025 14:41
@renovate renovate bot added the dependencies Changes that only affect dependencies label Jan 8, 2025
@renovate renovate bot force-pushed the renovate/minor branch 5 times, most recently from 032814d to dbefeb1 Compare January 16, 2025 00:28
@renovate renovate bot force-pushed the renovate/minor branch 3 times, most recently from b78a05b to 8ee6ea3 Compare January 23, 2025 01:06
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.

0 participants