Releases: product-os/flowzone
v19.13.27
v19.13.26
Update dependency docker/buildx to v0.23.0
Notable changes
- CrazyMax
- Tõnis Tiigi
- Sebastiaan van Stijn
- Jonathan A. Sternberg
- Guillaume Lours
- 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
- 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
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
List of commits
c37b351 (Update dependency docker/buildx to v0.23.0, 2025-04-16)
v19.13.25
v19.13.24
Update actions/setup-node action to v4.4.0
Notable changes
- Make eslint-compact matcher compatible with Stylelint by @FloEdelmann in https://github.com/actions/setup-node/pull/98
- Add support for indented eslint output by @fregante in https://github.com/actions/setup-node/pull/1245
- Support private mirrors by @marco-ippolito in https://github.com/actions/setup-node/pull/1240
- Upgrade @action/cache from 4.0.2 to 4.0.3 by @aparnajyothi-y in https://github.com/actions/setup-node/pull/1262
- @FloEdelmann made their first contribution in https://github.com/actions/setup-node/pull/98
- @fregante made their first contribution in https://github.com/actions/setup-node/pull/1245
- @marco-ippolito made their first contribution in https://github.com/actions/setup-node/pull/1240
actions/setup-node (actions/setup-node)
v4.4.0
What's Changed
Bug fixes:
- Make eslint-compact matcher compatible with Stylelint by @FloEdelmann in https://github.com/actions/setup-node/pull/98
- Add support for indented eslint output by @fregante in https://github.com/actions/setup-node/pull/1245
Enhancement:
- Support private mirrors by @marco-ippolito in https://github.com/actions/setup-node/pull/1240
Dependency update:
- Upgrade @action/cache from 4.0.2 to 4.0.3 by @aparnajyothi-y in https://github.com/actions/setup-node/pull/1262
New Contributors
- @FloEdelmann made their first contribution in https://github.com/actions/setup-node/pull/98
- @fregante made their first contribution in https://github.com/actions/setup-node/pull/1245
- @marco-ippolito made their first contribution in https://github.com/actions/setup-node/pull/1240
Full Changelog: actions/setup-node@v4...v4.4.0
List of commits
d707484 (Update actions/setup-node action to v4.4.0, 2025-04-14)
v19.13.23
Update balena-io/deploy-to-balena-action action to v2.0.108
Notable changes
balena-io/deploy-to-balena-action (balena-io/deploy-to-balena-action)
[v2.0.108
](https://redirect.github.com/balena-io/deploy-to-balena-action/blob/HEAD/CHANGELOG.md#v20108
List of commits
e83357f (Update balena-io/deploy-to-balena-action action to v2.0.108, 2025-04-14)
v19.13.22
v19.13.21
Update balena-io/deploy-to-balena-action action to v2.0.107
Notable changes
- Update dependency balena-io/balena-cli to v21.1.9 [balena-renovate[bot]]
balena-io/deploy-to-balena-action (balena-io/deploy-to-balena-action)
v2.0.107
- Update dependency balena-io/balena-cli to v21.1.9 [balena-renovate[bot]]
List of commits
fb297e4 (Update balena-io/deploy-to-balena-action action to v2.0.107, 2025-04-07)
v19.13.20
Update balena-io/deploy-to-balena-action action to v2.0.106
Notable changes
- Lock file maintenance [balena-renovate[bot]]
balena-io/deploy-to-balena-action (balena-io/deploy-to-balena-action)
v2.0.106
- Lock file maintenance [balena-renovate[bot]]
List of commits
98d4326 (Update balena-io/deploy-to-balena-action action to v2.0.106, 2025-04-07)
v19.13.19
Update balena-io/deploy-to-balena-action action to v2.0.105
Notable changes
- Update dependency balena-io/balena-cli to v21.1.8 [balena-renovate[bot]]
balena-io/deploy-to-balena-action (balena-io/deploy-to-balena-action)
v2.0.105
- Update dependency balena-io/balena-cli to v21.1.8 [balena-renovate[bot]]
List of commits
f524a25 (Update balena-io/deploy-to-balena-action action to v2.0.105, 2025-04-03)
v19.13.18
Update balena-io/deploy-to-balena-action action to v2.0.104
Notable changes
- Update dependency balena-io/balena-cli to v21.1.7 [balena-renovate[bot]]
- Update dependency balena-io/balena-cli to v21.1.6 [balena-renovate[bot]]
balena-io/deploy-to-balena-action (balena-io/deploy-to-balena-action)
v2.0.104
- Update dependency balena-io/balena-cli to v21.1.7 [balena-renovate[bot]]
v2.0.103
- Update dependency balena-io/balena-cli to v21.1.6 [balena-renovate[bot]]
List of commits
b24acab (Update balena-io/deploy-to-balena-action action to v2.0.104, 2025-04-03)