Update product-os/flowzone action to v22.8.25#626
Merged
klutchell-renovate[bot] merged 1 commit intomainfrom Mar 9, 2026
Merged
Update product-os/flowzone action to v22.8.25#626klutchell-renovate[bot] merged 1 commit intomainfrom
klutchell-renovate[bot] merged 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v22.8.20→v22.8.25Release Notes
product-os/flowzone (product-os/flowzone)
v22.8.25Compare Source
81f19bb(Add tests for documentation and release build for cargo targets, 2026-01-15)v22.8.24Compare Source
Update dependency docker/buildx to v0.32.0
Notable changes
--metadata-fileflag to capture properties like descriptor/digest values for the new image. #3638buildcommands, enabling previously missing support for scoped credentials and automatic fallbacks for Docker Hardened Image registries. #3627--timeoutflag to configure the timeout for waiting for responses from remote builders. #3648input.image.provenanceto write rules validating specific provenance attestation fields. Materials of provenance can be accessed as policy secondary inputs. Requires BuildKit v0.28+ #3652 #3662-qused with--call#36559fcc1a9->824747bb5fe07a-> v1.1.4f26f940->ff82c1bf26f940->0a764e5docker/buildx (docker/buildx)
v0.32.0Compare Source
buildx 0.32.0
Welcome to the v0.32.0 release of buildx!
Please try out the release binaries and report any issues at
https://github.com/docker/buildx/issues.
Contributors
Notable Changes
--metadata-fileflag to capture properties like descriptor/digest values for the new image. #3638buildcommands, enabling previously missing support for scoped credentials and automatic fallbacks for Docker Hardened Image registries. #3627--timeoutflag to configure the timeout for waiting for responses from remote builders. #3648input.image.provenanceto write rules validating specific provenance attestation fields. Materials of provenance can be accessed as policy secondary inputs. Requires BuildKit v0.28+ #3652 #3662-qused with--call#3655Dependency Changes
9fcc1a9->824747bb5fe07a-> v1.1.4f26f940->ff82c1bf26f940->0a764e5Previous release can be found at v0.31.1
List of commits
b356b58(Update dependency docker/buildx to v0.32.0, 2026-03-04)v22.8.23Compare Source
Update actions/setup-node action to v6.3.0
Notable changes
devEnginesfield by @susnux in #1283actions/setup-node (actions/setup-node)
v6.3.0Compare Source
What's Changed
Enhancements:
devEnginesfield by @susnux in #1283Dependency updates:
Bug fixes:
New Contributors
Full Changelog: actions/setup-node@v6...v6.3.0
List of commits
304a7ea(Update actions/setup-node action to v6.3.0, 2026-03-04)v22.8.22Compare Source
Update GitHub Artifact Actions to v7 (major)
Notable changes
actions/upload-artifact (actions/upload-artifact)
v7.0.0Compare Source
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. Thenameparameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.ESM
To support new versions of the
@actions/*packages, we've upgraded the package to ESM.What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v6...v7.0.0
List of commits
dda4fdc(Update GitHub Artifact Actions to v7, 2026-03-02)v22.8.21Compare Source
Update actions/download-artifact action to v8
Notable changes
errorby @danwkennedy in #461actions/download-artifact (actions/download-artifact)
v8.0.0Compare Source
v8 - What's new
Direct downloads
To support direct uploads in
actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks theContent-Typeheader ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the newskip-decompressparameter tofalse.Enforced checks (breaking)
A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the
digest-mismatchparameter. To be secure by default, we are now defaulting the behavior toerrorwhich will fail the workflow run.ESM
To support new versions of the @actions/* packages, we've upgraded the package to ESM.
What's Changed
errorby @danwkennedy in #461Full Changelog: actions/download-artifact@v7...v8.0.0
List of commits
4b3e3dc(Update actions/download-artifact action to v8, 2026-02-26)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.