Releases: product-os/flowzone
Releases · product-os/flowzone
v19.13.36
v19.13.35
Update actions/download-artifact action to v4.3.0
Notable changes
- feat: implement new
artifact-ids
input by @GrantBirki in https://github.com/actions/download-artifact/pull/401 - Fix workflow example for downloading by artifact ID by @joshmgross in https://github.com/actions/download-artifact/pull/402
- Prep for v4.3.0 release by @robherley in https://github.com/actions/download-artifact/pull/404
- @GrantBirki made their first contribution in https://github.com/actions/download-artifact/pull/401
actions/download-artifact (actions/download-artifact)
v4.3.0
What's Changed
- feat: implement new
artifact-ids
input by @GrantBirki in https://github.com/actions/download-artifact/pull/401 - Fix workflow example for downloading by artifact ID by @joshmgross in https://github.com/actions/download-artifact/pull/402
- Prep for v4.3.0 release by @robherley in https://github.com/actions/download-artifact/pull/404
New Contributors
- @GrantBirki made their first contribution in https://github.com/actions/download-artifact/pull/401
Full Changelog: actions/download-artifact@v4.2.1...v4.3.0
List of commits
579f331 (Update actions/download-artifact action to v4.3.0, 2025-04-24)
v19.13.34
Update docker/bake-action action to v6.6.0
Notable changes
- Handle no default attestations env var by @crazy-max in https://github.com/docker/bake-action/pull/316
- Bump @docker/actions-toolkit from 0.56.0 to 0.59.0 in https://github.com/docker/bake-action/pull/319
docker/bake-action (docker/bake-action)
v6.6.0
- Handle no default attestations env var by @crazy-max in https://github.com/docker/bake-action/pull/316
- Bump @docker/actions-toolkit from 0.56.0 to 0.59.0 in https://github.com/docker/bake-action/pull/319
Full Changelog: docker/bake-action@v6.5.0...v6.6.0
List of commits
22d28da (Update docker/bake-action action to v6.6.0, 2025-04-24)
v19.13.33
Update actions/setup-python action to v5.6.0
Notable changes
- Workflow updates related to Ubuntu 20.04 by @aparnajyothi-y in https://github.com/actions/setup-python/pull/1065
- Fix for Candidate Not Iterable Error by @aparnajyothi-y in https://github.com/actions/setup-python/pull/1082
- Upgrade semver and @types/semver by @dependabot in https://github.com/actions/setup-python/pull/1091
- Upgrade prettier from 2.8.8 to 3.5.3 by @dependabot in https://github.com/actions/setup-python/pull/1046
- Upgrade ts-jest from 29.1.2 to 29.3.2 by @dependabot in https://github.com/actions/setup-python/pull/1081
actions/setup-python (actions/setup-python)
v5.6.0
What's Changed
- Workflow updates related to Ubuntu 20.04 by @aparnajyothi-y in https://github.com/actions/setup-python/pull/1065
- Fix for Candidate Not Iterable Error by @aparnajyothi-y in https://github.com/actions/setup-python/pull/1082
- Upgrade semver and @types/semver by @dependabot in https://github.com/actions/setup-python/pull/1091
- Upgrade prettier from 2.8.8 to 3.5.3 by @dependabot in https://github.com/actions/setup-python/pull/1046
- Upgrade ts-jest from 29.1.2 to 29.3.2 by @dependabot in https://github.com/actions/setup-python/pull/1081
Full Changelog: actions/setup-python@v5...v5.6.0
List of commits
ad18591 (Update actions/setup-python action to v5.6.0, 2025-04-24)
v19.13.32
Update balena-io/deploy-to-balena-action action to v2.0.110
Notable changes
balena-io/deploy-to-balena-action (balena-io/deploy-to-balena-action)
[v2.0.110
](https://redirect.github.com/balena-io/deploy-to-balena-action/blob/HEAD/CHANGELOG.md#v20110
List of commits
bd626ec (Update balena-io/deploy-to-balena-action action to v2.0.110, 2025-04-23)
v19.13.31
Update dependency node-22 to v22.15.0
Notable changes
- [
3c88f3938b
] - (SEMVER-MINOR) assert: implement partial error comparison (Ruben Bridgewater) #57370 - [
db19a3f9fc
] - (SEMVER-MINOR) assert: improve partialDeepStrictEqual (Ruben Bridgewater) #57370 - [
1ee5f840b4
] - (SEMVER-MINOR) cli: allow --cpu-prof* in NODE_OPTIONS (Carlos Espa) #57018 - [
872ee0f2ac
] - crypto: update root certificates to NSS 3.108 (Node.js GitHub Bot) #57381 - [
03a0f3a56b
] - (SEMVER-MINOR) crypto: support --use-system-ca on Windows (Joyee Cheung) #56833 - [
94647bbdb2
] - (SEMVER-MINOR) crypto: added support for reading certificates from macOS system store (Tim Jacomb) #56599 - [
8f7b86a6e7
] - deps: update timezone to 2025a (Node.js GitHub Bot) #56876 - [
f9f611fb58
] - (SEMVER-MINOR) deps,tools: add zstd 1.5.6 (Jan Martin) #52100 - [
07a6d5f8cf
] - (SEMVER-MINOR) dns: add TLSA record query and parsing (Rithvik Vibhu) #52983 - [
d8a83ef2f3
] - doc: add @geeksilva97 to collaborators (Edy Silva) #57241 - [
6b93ba723b
] - (SEMVER-MINOR) module: use synchronous hooks for preparsing in import(cjs) (Joyee Cheung) #55698 - [
b2e44a8079
] - (SEMVER-MINOR) module: implement module.registerHooks() (Joyee Cheung) #55698 - [
dc91ae7471
] - (SEMVER-MINOR) process: add execve (Paolo Insogna) #56496 - [
bc672fcfdd
] - (SEMVER-MINOR) sqlite: allow returningArrayBufferView
s from user-defined functions (René) #56790 - [
5edee197ab
] - (SEMVER-MINOR) tls: implement tls.getCACertificates() (Joyee Cheung) #57107 - [
f9fe0e09ee
] - (SEMVER-MINOR) util: expose diff function used by the assertion errors (Giovanni Bucci) #57462 - [
673a424180
] - (SEMVER-MINOR) v8: add v8.getCppHeapStatistics() method (Aditi) #57146 - [
4991e5d826
] - (SEMVER-MINOR) zlib: add zstd support (Jan Martin) #52100 - [
ea70a379c3
] - assert: improve partialDeepStrictEqual performance (Ruben Bridgewater) #57509 - [
2b419d7e79
] - (SEMVER-MINOR) assert: implement partial error comparison (Ruben Bridgewater) #57370 - [
d817c17fd7
] - (SEMVER-MINOR) assert: improve partialDeepStrictEqual (Ruben Bridgewater) #57370 - [
7af0440073
] - assert: improve myers diff performance (Giovanni Bucci) #57279 - [
01cf5fb871
] - (SEMVER-MINOR) assert,util: improve performance (Ruben Bridgewater) #57370 - [
a58842cee4
] - (SEMVER-MINOR) benchmark: adjust assert runtimes (Ruben Bridgewater) #57370 - [
b20b3697aa
] - (SEMVER-MINOR) benchmark: skip running some assert benchmarks by default (Ruben Bridgewater) #57370 - [
ec5570fd1e
] - (SEMVER-MINOR) benchmark: add assert partialDeepStrictEqual benchmark (Ruben Bridgewater) #57370 - [
b991bf4ca6
] - benchmark: add a warmup on bench-openSync (Elves Vieira) #57051 - [
4a455bc806
] - build: fix update-wpt workflow (Jonas) #57468 - [
6ec397e61c
] - build: fix compatibility with V8'sdepot_tools
(Richard Lau) #57330 - [
475aaca336
] - build: print 'Formatting Markdown...' for long task markdown formatting (1ilsang) #57108 - [
73fced7a97
] - build: fix GN build failure (Cheng) #57013 - [
af05f91425
] - build: fix GN build of uv (Cheng) #56955 - [
fd3053e947
] - build: gyp exclude libm linking on macOS (deepak1556) #56901 - [
5ec6b9a50f
] - build: remove explicit linker call to libm on macOS (deepak1556) #56901 - [
a893da9be7
] - build: link with Security.framework in GN build (Cheng) #56895 - [
02cd8e0a50
] - build: do not put commands in sources variables (Cheng) #56885 - [
73dc8c2140
] - build: add double quotes around <(python) (Luigi Pinca) #56826 - [
65a3b5f73c
] - build: add build option suppress_all_error_on_warn (Michael Dawson) #56647 - [
424aacc942
] - build,win: disable node pch with ccache (Stefan Stojanovic) #57224 - [
901685c723
] - build,win: enable ccache (Stefan Stojanovic) #56847 - [
79987676c1
] - cli: clarify --cpu-prof-name allowed values (Eugenio Ceschia) #57433 - [
503d4237aa
] - (SEMVER-MINOR) cli: allow --cpu-prof* in NODE_OPTIONS (Carlos Espa) #57018 - [
ada572b733
] - crypto: ensure expected JWK alg in SubtleCrypto.importKey RSA imports (Filip Skokan) #57450 - [
7e5aabde55
] - crypto: update root certificates to NSS 3.108 (Node.js GitHub Bot) #57381 - [[
7ea6ac1e09
](https://redirect.github.com/nodejs/no...
v19.13.30
Update dependency node to v20.19.1
Notable changes
List of commits
fc70966 (Update dependency node to v20.19.1, 2025-04-22)
v19.13.29
Update softprops/action-gh-release action to v2.2.2
Notable changes
- fix: updating release draft status from true to false by @galargh in https://github.com/softprops/action-gh-release/pull/316
- chore: simplify ref_type test by @steinybot in https://github.com/softprops/action-gh-release/pull/598
- fix(docs): clarify the default for tag_name by @muzimuzhi in https://github.com/softprops/action-gh-release/pull/599
- test(release): add unit tests when searching for a release by @rwaskiewicz in https://github.com/softprops/action-gh-release/pull/603
- dependency updates
- @steinybot made their first contribution in https://github.com/softprops/action-gh-release/pull/598
- @muzimuzhi made their first contribution in https://github.com/softprops/action-gh-release/pull/599
- @galargh made their first contribution in https://github.com/softprops/action-gh-release/pull/316
- @rwaskiewicz made their first contribution in https://github.com/softprops/action-gh-release/pull/603
softprops/action-gh-release (softprops/action-gh-release)
v2.2.2
What's Changed
Bug fixes 🐛
- fix: updating release draft status from true to false by @galargh in https://github.com/softprops/action-gh-release/pull/316
Other Changes 🔄
- chore: simplify ref_type test by @steinybot in https://github.com/softprops/action-gh-release/pull/598
- fix(docs): clarify the default for tag_name by @muzimuzhi in https://github.com/softprops/action-gh-release/pull/599
- test(release): add unit tests when searching for a release by @rwaskiewicz in https://github.com/softprops/action-gh-release/pull/603
- dependency updates
New Contributors
- @steinybot made their first contribution in https://github.com/softprops/action-gh-release/pull/598
- @muzimuzhi made their first contribution in https://github.com/softprops/action-gh-release/pull/599
- @galargh made their first contribution in https://github.com/softprops/action-gh-release/pull/316
- @rwaskiewicz made their first contribution in https://github.com/softprops/action-gh-release/pull/603
Full Changelog: softprops/action-gh-release@v2...v2.2.2
List of commits
784dd0c (Update softprops/action-gh-release action to v2.2.2, 2025-04-21)
v19.13.28
Update balena-io/deploy-to-balena-action action to v2.0.109
Notable changes
balena-io/deploy-to-balena-action (balena-io/deploy-to-balena-action)
[v2.0.109
](https://redirect.github.com/balena-io/deploy-to-balena-action/blob/HEAD/CHANGELOG.md#v20109
List of commits
a4b52ab (Update balena-io/deploy-to-balena-action action to v2.0.109, 2025-04-21)