Update All Dependencies
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
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:
For more information including demos from various official distributions, see #10649.
What's Changed
✨ Features
- Update go-gh and document available sprig funcs by @BagToad in https://github.com/cli/cli/pull/10680
- Introducing experimental support for rendering markdown with customizable, accessible colors by @andyfeller @jtmcg in https://github.com/cli/cli/pull/10680
- Ensure table datetime columns have thematic, customizable muted text by @andyfeller in https://github.com/cli/cli/pull/10709
- Ensure table headers are thematically contrasting by @andyfeller in https://github.com/cli/cli/pull/10649
- Introduce configuration setting for displaying issue and pull request labels in rich truecolor by @andyfeller in https://github.com/cli/cli/pull/10720
- Ensure muted text is thematic and customizable by @andyfeller in https://github.com/cli/cli/pull/10737
- [gh repo create] Show host name in repo creation prompts by @iamazeem in https://github.com/cli/cli/pull/10516
- Introduce accessible prompter for screen readers (preview) by @BagToad in https://github.com/cli/cli/pull/10710
🐛 Fixes
-
run list
: do not fail on organization/enterprise ruleset imposed workflows by @BagToad in https://github.com/cli/cli/pull/10660 - Implement safeguard for
gh alias delete
test, prevent wiping out GitHub CLI configuration by @andyfeller in https://github.com/cli/cli/pull/10683 - Pin third party actions to commit sha by @BagToad in https://github.com/cli/cli/pull/10731
- Fallback to job run logs when step logs are missing by @babakks in https://github.com/cli/cli/pull/10740
- [gh ext] Fix
GitKind
extension directory path by @iamazeem in https://github.com/cli/cli/pull/10609 - Fix job log resolution to skip legacy logs in favour of normal/new ones by @babakks in https://github.com/cli/cli/pull/10769
📚 Docs & Chores
-
./script/sign
cleanup by @iamazeem in https://github.com/cli/cli/pull/10599 - Fix typos in CONTRIBUTING.md by @rylwin in https://github.com/cli/cli/pull/10657
- Improve
gh at verify --help
, document json output by @phillmv in https://github.com/cli/cli/pull/10685 - Acceptance test issue/pr create/edit with project by @williammartin in https://github.com/cli/cli/pull/10707
- Escape dots in regexp pattern in
README.md
by @babakks in https://github.com/cli/cli/pull/10742 - Simplify cosign verification example by not using a regex. by @kommendorkapten in https://github.com/cli/cli/pull/10759
- Document UNKNOWN STEP in run view by @williammartin in https://github.com/cli/cli/pull/10770
:dependabot: Dependencies
- Update github.com/sigstore/sigstore-go to 0.7.1 and fix breaking function change by @malancas in https://github.com/cli/cli/pull/10749
New Contributors
- @rylwin made their first contribution in https://github.com/cli/cli/pull/10657
Full Changelog: https://github.com/cli/cli/compare/v2.69.0...v2.70.0
docker/buildx (docker/buildx)
v0.23.0
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 inbuildx 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
What's Changed
🐛 Fixes
- Use bind API for bind mounts by @ndeloof in https://github.com/docker/compose/pull/12733
- Prefer bind API by @ndeloof in https://github.com/docker/compose/pull/12734
🔧 Internal
- CI(bin-image): free disk space by @crazy-max in https://github.com/docker/compose/pull/12732
- Fix zizmor security alerts on GHA workflows by @glours in https://github.com/docker/compose/pull/12737
- Chore: make function comment match function name by @dufucun in https://github.com/docker/compose/pull/12748
- Migrate to use github.com/moby/go-archive by @thaJeztah in https://github.com/docker/compose/pull/12716
⚙️ Dependencies
- Build(deps): bump github.com/moby/buildkit from
0.20.1
to0.20.2
by @dependabot in https://github.com/docker/compose/pull/12667 - Build(deps): bump google.golang.org/grpc from
1.71.0
to1.71.1
by @dependabot in https://github.com/docker/compose/pull/12691 - Build(deps): bump go.uber.org/mock from
0.5.0
to0.5.1
by @dependabot in https://github.com/docker/compose/pull/12720 - Build(deps): bump golang.org/x/crypto from
0.32.0
to0.35.0
by @dependabot in https://github.com/docker/compose/pull/12745 - Bump buildkit
v0.21.0
, buildxv0.23.0
by @thaJeztah in https://github.com/docker/compose/pull/12754 - Downgrade go-difflib and go-spew to tagged releases by @thaJeztah in https://github.com/docker/compose/pull/12755
- Bump github.com/docker/docker, github.com/docker/cli
v28.1.0
by @thaJeztah in https://github.com/docker/compose/pull/12738
New Contributors
- @dufucun made their first contribution in https://github.com/docker/compose/pull/12748
Full Changelog: https://github.com/docker/compose/compare/v2.35.0...v2.35.1
v2.35.0
What's Changed
✨ Improvements
- Set
$PWD
(may not be supported on Windows) by @ndeloof in https://github.com/docker/compose/pull/12643 - Introduce config
--no-env-resolution
by @ndeloof in https://github.com/docker/compose/pull/12665 - Introduce
build --print
to dump equivalent bakefile by @ndeloof in https://github.com/docker/compose/pull/12675 - Feat(run): Add
--quiet
and--quiet-build
options for therun
command by @idsulik in https://github.com/docker/compose/pull/12685 - Introduce
volume.type=image
by @ndeloof in https://github.com/docker/compose/pull/12725
🐛 Fixes
- Fix support for secret set by env inside included file by @ndeloof in https://github.com/docker/compose/pull/12635
- Fix edge-case bug checking path prefix in watch for bind mount volumes by @matiboux in https://github.com/docker/compose/pull/12640
- Run only loads required service env_file and ignores others by @ndeloof in https://github.com/docker/compose/pull/12645
- Fixed support for
depends_on.restart
inup
andrestart
commands by @ndeloof in https://github.com/docker/compose/pull/12649 - Bake parses "${}" in DockerfileInline as a variable by @ndeloof in https://github.com/docker/compose/pull/12664
- Fix(secrets): Reverted secrets file mode 440 -> 444 by @idsulik in https://github.com/docker/compose/pull/12666
- Fix scale completion by @ndeloof in https://github.com/docker/compose/pull/12672
- Fix: replace
docker-compose.yml
withcompose.yaml
by @k-kbk in https://github.com/docker/compose/pull/12680 - Include implicit build dependencies in build command by @ndeloof in https://github.com/docker/compose/pull/12683
- Capture git fetch output when debug output is enabled by @ndeloof in https://github.com/docker/compose/pull/12719
- Mount API is not strictly equivalent to bind by @ndeloof in https://github.com/docker/compose/pull/12722
🔧 Internal
- Test commandName subcommand order by @maxproske in https://github.com/docker/compose/pull/12535
- Set watch option --prune=true as default by @remcokranenburg in https://github.com/docker/compose/pull/12650
- Plugin Docker Desktop Model Runner check by @glours in https://github.com/docker/compose/pull/12718
- pkg/compose: implement Export using atomicwriter by @thaJeztah in https://github.com/docker/compose/pull/12715
- Style: refactor Desktop client for readability and maintainability by @Saracomethstein in https://github.com/docker/compose/pull/12723
⚙️ Dependencies
- Build(deps): bump github.com/docker/buildx from
0.21.2
to0.21.3
by @dependabot in https://github.com/docker/compose/pull/12646 - Build(deps): bump github.com/containerd/containerd/v2 from
2.0.3
to2.0.4
by @dependabot in https://github.com/docker/compose/pull/12647 - Bump docker & cli
v28.0.4
and buildxv0.22.0
by @ndeloof in https://github.com/docker/compose/pull/12674 - Bump golangci-lint to version
v2.0.2
by @glours in https://github.com/docker/compose/pull/12689 - Bump golang to
1.23.8
by @glours in https://github.com/docker/compose/pull/12698 - Update secret detector to fix vulnerability https://github.com/golang… by @sigi-glovebox in https://github.com/docker/compose/pull/12707
- Build(deps): bump golang.org/x/sys from
0.31.0
to0.32.0
by @dependabot in https://github.com/docker/compose/pull/12713 - Build(deps): bump golang.org/x/sync from
0.12.0
to0.13.0
by @dependabot in https://github.com/docker/compose/pull/12712 - Build(deps): bump github.com/compose-spec/compose-go/v2 from
2.5.1-0.20250409070949-8e1a035095ca
to2.6.0
by @dependabot in https://github.com/docker/compose/pull/12729
New Contributors
- @matiboux made their first contribution in https://github.com/docker/compose/pull/12640
- @k-kbk made their first contribution in https://github.com/docker/compose/pull/12680
- @sigi-glovebox made their first contribution in https://github.com/docker/compose/pull/12707
- @Saracomethstein made their first contribution in https://github.com/docker/compose/pull/12723
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
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:
- MacOS amd64 (checksum / 20ef8df4671349a6fc556a621be1170dd709c6c0cf5f7e83a2d9fb0515fd97fc)
- MacOS arm64 (checksum / 89aec43ce07b06239f1bba4a6507236bb48ae487bc5065a8e254d3ce58a16997)
- Linux amd64 (checksum / ee88b3c851ae6466a3de507f7be73fe94d54cbf2987cbaa3d1a3832ea331f2cd)
- Linux arm (checksum / 60d76d1e12d3e058a9e9a8209eff748a6fab5948028a1f0860f48e141243d33d)
- Linux arm64 (checksum / 7944e3defd386c76fd92d9e6fec5c2d65a323f6fadc19bfb5e704e3eee10348e)
- Linux i386 (checksum / 51742d78c066437e23b3ca98370df341f9136b408381fe5a150d70b9d9bf24d7)
- Linux ppc64le (checksum / b821885a502b2fa159e3ef3afe9cde6e6c9876d4a623f18868829c3ee4a3c64c)
- Linux s390x (checksum / 71a9c6058e29a7eef0bc72a61843ccbade11997e383dd3e13e1a591ddffd8598)
- Linux riscv64 (checksum / 4e4563d43a593e11533024c7a0ddb79fb7d1dec85f9a9f8417ed1bacda0d7d0e)
- Windows amd64 (checksum / 8ea93e2f6285e649dede583ac90ff8cdb938ca53ec6cf5fe909f2303fbc22d96)
- Windows arm64 (checksum / 70ce9dfdbc1ce6142626a829dbdc5920405146f3ce4dc6f6e6739dd308cc7baf)
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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.