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

Merged
merged 1 commit into from
Jul 22, 2024
Merged

Bump dependencies #125

merged 1 commit into from
Jul 22, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2024

Mend Renovate

This PR contains the following updates:

Package Manager Type Update Change
actions/setup-dotnet github-actions action patch v4.0.0 -> v4.0.1
docker-buildx regex run minor 0.15.1 -> 0.16.1
docker-compose regex run minor 2.28.1 -> 2.29.0
dotnet-sdk regex script patch 8.0.302 -> 8.0.303
dotnet-sdk regex task patch 8.0.302 -> 8.0.303
dotnet-sdk regex action patch 8.0.302 -> 8.0.303
mcr.microsoft.com/dotnet/sdk dockerfile final patch 8.0.302-jammy -> 8.0.303-jammy

Release Notes

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

v4.0.1

Compare Source

What's Changed

Documentation changes:
Dependency updates:

New Contributors

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

docker/buildx (docker-buildx)

v0.16.1

Compare Source

Welcome to the v0.16.1 release of buildx!

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

Contributors
  • CrazyMax
  • Talon Bowler
  • Tõnis Tiigi
Notable changes
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.16.0

v0.16.0

Compare Source

Welcome to the v0.16.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
  • Sebastiaan van Stijn
  • David Karlsson
  • Eli Treuherz
  • Talon Bowler
  • Guillaume Lours
  • Shaun Thompson
Notable Changes
  • Build command now ensures that multi-node builds use the same build reference for each node #​2572
  • Bake command now supports --call and --check flags and call key in target definition for selecting custom build methods #​2556 #​2576
  • Bake definition variables and targets supports new description key for defining text-based description that can be inspected later #​2556
  • Experimental: Bake command supports new --list-targets and --list-variables flags for inspecting the definition and possible configuration options for your project. #​2556
  • Bake command now supports printing warnings similarly to the build command. #​2501
  • Avoid duplicate requests and improve the performance of remote driver #​2501
  • Build warnings can now be saved to the metadata file when defining BUILDX_METADATA_WARNINGS=1 #​2551 #​2521 #​2550
  • Improve message of --check when no warnings are detected #​2549
  • Fix support for multi-type annotations during build #​2522
  • Fix possible inefficient transfer of files when switching projects due to incremental transfer reuse (regression from v0.14+) #​2558
  • Fix incorrect default load for chained Bake targets #​2583
  • Fix incorrect COMPOSE_PROJECT_NAME handling in Bake #​2579
  • Fix index annotations support for multi-node builds #​2546
  • Fix capturing provenance metadata for builds from remote context #​2560
Dependency Changes
  • github.com/compose-spec/compose-go/v2 v2.1.2 -> v2.1.3
  • github.com/containerd/containerd v1.7.18 -> v1.7.19
  • 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/cpuguy83/go-md2man/v2 v2.0.4 new
  • github.com/docker/cli v26.1.4 -> v27.0.3
  • github.com/docker/cli-docs-tool v0.7.0 -> v0.8.0
  • 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/klauspost/compress v1.17.4 -> v1.17.9
  • github.com/mitchellh/hashstructure/v2 v2.0.2 new
  • github.com/moby/buildkit v0.14.1 -> v0.15.0
  • github.com/prometheus/procfs v0.12.0 -> v0.15.1
  • github.com/russross/blackfriday/v2 v2.1.0 new
  • github.com/spf13/cobra v1.8.0 -> v1.8.1
  • github.com/stretchr/testify v1.8.4 -> v1.9.0
  • github.com/tonistiigi/go-csvvalue ddb21b7 new

Previous release can be found at v0.15.1

docker/compose (docker-compose)

v2.29.0

Compare Source

What's Changed

✨ Improvements
  • Add JSON stream progress writer (11478)
  • Add --prune option to docker-compose watch command (11932)
🐛 Fixes
  • Exclude unnecessary resources after services have been selected (11978)
  • Empty env variable with no value must be unset in container(11965)
  • Restore setEnvWithDotEnv (11974)
🔧 Internal
  • Test with docker engine v27.0.3 (11927)
  • Remove COMPOSE_MENU env from e2e tests (11654)
  • Add stale workflow (11968)
  • Change time before closing stale (11979)
  • Fix: typos (11632)
⚙️ Dependencies
  • Build(deps): bump docker/cli, docker/docker v27.0.2 (11938)
  • Build(deps): docker/cli, docker/docker v27.0.3(11951)
  • Build(deps): bump compose-go to v2.1.4, buildx to v0.16.0, containerd to v1.7.19 and buildx to v0.15.0(11987)

New Contributors

Full Changelog: docker/compose@v2.28.1...v2.29.0

dotnet/sdk (dotnet-sdk)

v8.0.303

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Changes that only affect dependencies label Jul 9, 2024
@renovate renovate bot requested a review from gitfool as a code owner July 9, 2024 18:15
@renovate renovate bot force-pushed the renovate/minor branch 2 times, most recently from 8fd02a1 to dab145e Compare July 11, 2024 21:06
@renovate renovate bot force-pushed the renovate/minor branch from dab145e to 1040811 Compare July 17, 2024 17:51
@renovate renovate bot force-pushed the renovate/minor branch from 1040811 to 3c71cc4 Compare July 18, 2024 23:47
@gitfool gitfool merged commit 402afd1 into main Jul 22, 2024
1 check passed
@gitfool gitfool deleted the renovate/minor branch July 22, 2024 00:03
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