Skip to content

Releases: product-os/flowzone

v19.9.35

25 Feb 21:03
18f242d
Compare
Choose a tag to compare

Update product-os/review-commit-action action to v0.1.8

Notable changes

product-os/review-commit-action (product-os/review-commit-action)

v0.1.8

Compare Source

dde392e (Handle empty author fields on returned commits, 2025-02-25)
ec2c72b (Add missing Flowzone permissions, 2025-02-25)

List of commits

092607a (Update product-os/review-commit-action action to v0.1.8, 2025-02-25)

v19.9.34

24 Feb 14:02
50f4188
Compare
Choose a tag to compare

Update balena-io/deploy-to-balena-action action to v2.0.94

Notable changes

  • Update Node.js to v18.20.7 [balena-renovate[bot]]
balena-io/deploy-to-balena-action (balena-io/deploy-to-balena-action)

v2.0.94

Compare Source

  • Update Node.js to v18.20.7 [balena-renovate[bot]]

List of commits

f312a76 (Update balena-io/deploy-to-balena-action action to v2.0.94, 2025-02-24)

v19.9.33

24 Feb 13:12
029eb4a
Compare
Choose a tag to compare

Update balena-io/deploy-to-balena-action action to v2.0.93

Notable changes

  • Lock file maintenance [balena-renovate[bot]]
balena-io/deploy-to-balena-action (balena-io/deploy-to-balena-action)

v2.0.93

Compare Source

  • Lock file maintenance [balena-renovate[bot]]

List of commits

a078ab9 (Update balena-io/deploy-to-balena-action action to v2.0.93, 2025-02-24)

v19.9.32

21 Feb 21:19
ae54b29
Compare
Choose a tag to compare

cedd235 (Restore the "sut:latest" tag for local compose tests, 2025-02-21)

v19.9.31

21 Feb 20:06
bf0ed32
Compare
Choose a tag to compare

Update actions/upload-artifact action to v4.6.1

Notable changes

actions/upload-artifact (actions/upload-artifact)

v4.6.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

List of commits

40c7f60 (Update actions/upload-artifact action to v4.6.1, 2025-02-21)

v19.9.30

21 Feb 19:19
37858a7
Compare
Choose a tag to compare

b7b1688 (Update actions/upload-artifact digest to 4cec3d8, 2025-02-21)

v19.9.29

21 Feb 14:09
9325546
Compare
Choose a tag to compare

Update dependency docker/buildx to v0.21.1

Notable changes

  • CrazyMax
  • Tõnis Tiigi
  • Remove accidental debug #​3017
docker/buildx (docker/buildx)

v0.21.1

Compare Source

Welcome to the v0.21.1 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
Notable Changes
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.21.0

List of commits

06967de (Update dependency docker/buildx to v0.21.1, 2025-02-21)

v19.9.28

20 Feb 12:07
92202ee
Compare
Choose a tag to compare

Update dependency docker/buildx to v0.21.0

Notable changes

  • CrazyMax
  • Tõnis Tiigi
  • Sebastiaan van Stijn
  • Jonathan A. Sternberg
  • David Karlsson
  • Nicolas De Loof
  • New command buildx history trace allows inspecting traces of a build in a Jaeger UI-based viewer and comparing one trace with another. #​2904
  • The history inspection command buildx history inspect now supports custom formatting with --format flag and JSON formatting for machine-readable output. #​2964
  • Support for CDI device entitlement in build and bake. #​2994
  • Supported CDI devices are now shown in the builder inspection. #​2983
  • When using Github Cache backend type=gha, the URL for the Version 2 or API is now read from the environment and sent to BuildKit. Version 2 backend requires BuildKit v0.20.0 or later. #​2983 #​3001
  • Avoid unnecessary warnings and prompts when using --progress=rawjson #​2957
  • Fix regression with debug shell sometimes not working correctly on --on=error #​2958
  • Fix possible panic errors when using an unknown variable in the Bake definition. #​2960
  • Fix invalid duplicate output on JSON format formatting of buildx ls command. #​2970
  • Fix bake handling cache imports with CSV string containing multiple registry references. #​2944
  • Fix issue where error from pulling BuildKit image could be ignored. #​2988
  • Fix race on pausing progress on debug shell. #​3003
  • github.com/Azure/go-ansiterm d185dfc -> faa5f7b
  • github.com/docker/cli v27.5.0 -> v28.0.0-rc.2
  • github.com/docker/docker v27.5.0 -> v28.0.0-rc.2
  • github.com/moby/buildkit v0.19.0 -> v0.20.0
  • github.com/moby/term v0.5.0 -> v0.5.2
  • github.com/tonistiigi/jaeger-ui-rest 7d4944a new
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 new
  • golang.org/x/exp 701f63a -> 2d47ceb
  • golang.org/x/mod v0.21.0 -> v0.22.0
  • golang.org/x/sys v0.28.0 -> v0.29.0
  • golang.org/x/tools v0.25.0 -> v0.27.0
  • google.golang.org/genproto/googleapis/api 5fefd90 -> 324edc3
  • google.golang.org/grpc v1.68.1 -> v1.69.4
docker/buildx (docker/buildx)

v0.21.0

Compare Source

Welcome to the v0.21.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
  • David Karlsson
  • Nicolas De Loof
Notable Changes
  • New command buildx history trace allows inspecting traces of a build in a Jaeger UI-based viewer and comparing one trace with another. #​2904
  • The history inspection command buildx history inspect now supports custom formatting with --format flag and JSON formatting for machine-readable output. #​2964
  • Support for CDI device entitlement in build and bake. #​2994
  • Supported CDI devices are now shown in the builder inspection. #​2983
  • When using Github Cache backend type=gha, the URL for the Version 2 or API is now read from the environment and sent to BuildKit. Version 2 backend requires BuildKit v0.20.0 or later. #​2983 #​3001
  • Avoid unnecessary warnings and prompts when using --progress=rawjson #​2957
  • Fix regression with debug shell sometimes not working correctly on --on=error #​2958
  • Fix possible panic errors when using an unknown variable in the Bake definition. #​2960
  • Fix invalid duplicate output on JSON format formatting of buildx ls command. #​2970
  • Fix bake handling cache imports with CSV string containing multiple registry references. #​2944
  • Fix issue where error from pulling BuildKit image could be ignored. #​2988
  • Fix race on pausing progress on debug shell. #​3003
Dependency Changes
  • github.com/Azure/go-ansiterm d185dfc -> faa5f7b
  • github.com/docker/cli v27.5.0 -> v28.0.0-rc.2
  • github.com/docker/docker v27.5.0 -> v28.0.0-rc.2
  • github.com/moby/buildkit v0.19.0 -> v0.20.0
  • github.com/moby/term v0.5.0 -> v0.5.2
  • github.com/tonistiigi/jaeger-ui-rest 7d4944a new
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.31.0 new
  • golang.org/x/exp 701f63a -> 2d47ceb
  • golang.org/x/mod v0.21.0 -> v0.22.0
  • golang.org/x/sys v0.28.0 -> v0.29.0
  • golang.org/x/tools v0.25.0 -> v0.27.0
  • google.golang.org/genproto/googleapis/api 5fefd90 -> 324edc3
  • google.golang.org/grpc v1.68.1 -> v1.69.4

Previous release can be found at v0.20.1

List of commits

81a406d (Update dependency docker/buildx to v0.21.0, 2025-02-20)

v19.9.27

20 Feb 11:09
fa2f3cd
Compare
Choose a tag to compare

Update dependency node to v18.20.7

Notable changes

Read more

v19.9.26

19 Feb 16:09
91bce6f
Compare
Choose a tag to compare

Update docker/bake-action action to v6.4.0

Notable changes

docker/bake-action (docker/bake-action)

v6.4.0

Compare Source

Full Changelog: docker/bake-action@v6.3.0...v6.4.0

List of commits

e56c042 (Update docker/bake-action action to v6.4.0, 2025-02-19)