Skip to content

Update All Dependencies

Guilherme Carraro Martins requested to merge renovate/all-dependencies into main

This MR contains the following updates:

Package Type Update Change
cli/cli minor 2.69.0 -> 2.70.0
codercom/code-server final patch 4.99.0-ubuntu -> 4.99.3-ubuntu
docker/buildx minor 0.22.0 -> 0.23.0
docker/compose minor 2.34.0 -> 2.35.1
helm/helm patch 3.17.2 -> 3.17.3

Release Notes

cli/cli (cli/cli)

v2.70.0: GitHub CLI 2.70.0

Compare Source

Accessibility

This release contains dark shipped changes that are part of a larger GitHub CLI accessibility preview still under development. More information about these will be announced later this month including various channels to work with GitHub and GitHub CLI maintainers on shaping these experiences.

Ensure table headers are thematically contrasting

#​8292 is a long time issue where table headers were difficult to see in terminals with light background. Ahead of the aforementioned preview, v2.70.0 has shipped changes that improve the out-of-the-box experience based on terminal background detection.

The following screenshots demonstrate the Mac Terminal using the Basic profile, which responds to user's appearance preferences:

Screenshot of gh repo list in light background terminal Screenshot of gh repo list in dark background terminal

For more information including demos from various official distributions, see #​10649.

What's Changed

Features
🐛 Fixes
📚 Docs & Chores
:dependabot: Dependencies

New Contributors

Full Changelog: https://github.com/cli/cli/compare/v2.69.0...v2.70.0

docker/buildx (docker/buildx)

v0.23.0

Compare Source

Welcome to the v0.23.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
  • Sebastiaan van Stijn
  • Jonathan A. Sternberg
  • Guillaume Lours
Notable Changes
  • New --local and --filter flags allow filtering history records in buildx history ls. #​3091
  • New buildx history export command allows exporting the build record into a bundle that can be imported to Docker Desktop. #​3073
  • Compose compatibility has been updated to v2.6.0. #​3080 #​3105
  • Support CLI environment variables in standalone mode. #​3087
  • Fix --print output for Bake producing output with unescaped variables that could cause build errors later. #​3097
  • Fix additional_contexts field not working correctly when pointing to another service. #​3090
  • Fix empty validation block crashing the Bake HCL parser. #​3101
Dependency Changes
  • github.com/compose-spec/compose-go/v2 v2.4.8 -> v2.6.0
  • github.com/containerd/containerd/v2 v2.0.3 -> v2.0.4
  • github.com/docker/cli v28.0.1 -> v28.0.4
  • github.com/docker/docker v28.0.1 -> v28.0.4
  • github.com/docker/docker-credential-helpers v0.8.2 -> v0.9.3
  • github.com/docker/libtrust aabc10e new
  • github.com/google/go-cmp v0.6.0 -> v0.7.0
  • github.com/klauspost/compress v1.17.11 -> v1.18.0
  • github.com/moby/buildkit v0.20.1 -> v0.21.0
  • github.com/moby/sys/user v0.3.0 -> v0.4.0
  • github.com/opencontainers/image-spec v1.1.0 -> v1.1.1
  • github.com/spf13/cobra v1.8.1 -> v1.9.1
  • github.com/spf13/pflag v1.0.5 -> v1.0.6
  • github.com/tonistiigi/dchapes-mode ca0759f -> 73d941a
  • github.com/tonistiigi/fsutil b14e27f -> 5b74a7a
  • github.com/tonistiigi/jaeger-ui-rest 7d4944a -> 3dd1755
  • github.com/xhit/go-str2duration/v2 v2.1.0 new
  • golang.org/x/crypto v0.31.0 -> v0.37.0
  • golang.org/x/mod v0.22.0 -> v0.24.0
  • golang.org/x/net v0.33.0 -> v0.39.0
  • golang.org/x/sync v0.10.0 -> v0.13.0
  • golang.org/x/sys v0.29.0 -> v0.32.0
  • golang.org/x/term v0.27.0 -> v0.31.0
  • golang.org/x/text v0.21.0 -> v0.24.0
  • golang.org/x/time v0.6.0 -> v0.11.0
  • golang.org/x/tools v0.27.0 -> v0.32.0

Previous release can be found at v0.22.0

docker/compose (docker/compose)

v2.35.1

Compare Source

What's Changed

🐛 Fixes
🔧 Internal
⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.35.0...v2.35.1

v2.35.0

Compare Source

What's Changed

🎉 1st implementation of external services feature to support Docker Model Runner in Compose by @​ndeloof in https://github.com/docker/compose/pull/12692

Improvements
🐛 Fixes
🔧 Internal
⚙️ Dependencies

New Contributors

Full Changelog: https://github.com/docker/compose/compare/v2.34.0...v2.35.0

helm/helm (helm/helm)

v3.17.3: Helm v3.17.3

Compare Source

Helm v3.17.3 is a security (patch) release. Users are strongly recommended to update to this release.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
    • for questions and just to hang out
    • for discussing MRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Installation and Upgrading

Download Helm v3.17.3. The common platform binaries are here:

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.18.0 is the next minor release and will be on May 14, 2025

Changelog

  • Unarchiving fix e4da497 (Matt Farina)

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


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

This MR has been generated by Renovate Bot.

Edited by Guilherme Carraro Martins

Merge request reports

Loading