Skip to content

Releases: product-os/flowzone

v19.13.27

17 Apr 18:21
0d9301f
Compare
Choose a tag to compare

5c36767 (Catch unhandled type errors when release notes are not matched, 2025-04-17)

v19.13.26

16 Apr 16:09
f79b795
Compare
Choose a tag to compare

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 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
  • 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

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

List of commits

c37b351 (Update dependency docker/buildx to v0.23.0, 2025-04-16)

v19.13.25

16 Apr 15:41
0f35124
Compare
Choose a tag to compare

c52b6c2 (Test all targets and features for Rust projects, 2025-04-16)

v19.13.24

14 Apr 03:21
6b48f4a
Compare
Choose a tag to compare

Update actions/setup-node action to v4.4.0

Notable changes

actions/setup-node (actions/setup-node)

v4.4.0

Compare Source

What's Changed

Bug fixes:
Enhancement:
Dependency update:

New Contributors

Full Changelogactions/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

14 Apr 02:38
14c37fa
Compare
Choose a tag to compare

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

07 Apr 15:05
f012936
Compare
Choose a tag to compare

Format release notes with github script

Format release notes with github script to avoid interactive CLI errors at runtime.

List of commits

8432821 (Format release notes with github script, 2025-04-02)

v19.13.21

07 Apr 14:10
9ec9af8
Compare
Choose a tag to compare

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

Compare Source

  • 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

07 Apr 02:38
154d6cf
Compare
Choose a tag to compare

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

Compare Source

  • 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

03 Apr 17:08
33b9a39
Compare
Choose a tag to compare

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

Compare Source

  • 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

03 Apr 16:07
d187f50
Compare
Choose a tag to compare

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

Compare Source

  • Update dependency balena-io/balena-cli to v21.1.7 [balena-renovate[bot]]

v2.0.103

Compare Source

  • 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)