From 81b27a0ebb7b3460efd4e37e7c904642f54c864d Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:31:47 +0000 Subject: [PATCH] v6.0.41+rev4 --- .versionbot/CHANGELOG.yml | 226 ++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 80 ++++++++++++++ VERSION | 2 +- 3 files changed, 307 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f377849f..d95a6d45 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,229 @@ +- commits: + - subject: Update balena-yocto-scripts to e5a831d9b3f8d324c6ad57974f3ddc001ea0927c + hash: ffcea3fc2ce9fea28ab7f3d841beccc3ef1505ce + body: Update balena-yocto-scripts + footer: + Changelog-entry: Update balena-yocto-scripts to e5a831d9b3f8d324c6ad57974f3ddc001ea0927c + changelog-entry: Update balena-yocto-scripts to e5a831d9b3f8d324c6ad57974f3ddc001ea0927c + author: balena-renovate[bot] + nested: + - commits: + - subject: Update Lock file maintenance + hash: 271d9ee084c71d4eb128948b15ea3bf9150a0a39 + body: | + Update + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: balena-yocto-scripts-1.27.9 + title: "" + date: 2024-11-11T01:34:43.508Z + - commits: + - subject: Update product-os/review-commit-action action to v0.1.7 + hash: 004842cbb18903272ec44e4231cb9dc414c97e80 + body: | + Update product-os/review-commit-action from 0.1.4 to 0.1.7 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: balena-yocto-scripts-1.27.8 + title: "" + date: 2024-11-04T20:59:02.375Z + - commits: + - subject: Update Pin product-os/review-commit-action action to 81db18c + hash: f8438cfe5656c7c50498dc697252553e4acafec7 + body: | + Update product-os/review-commit-action + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: balena-yocto-scripts-1.27.7 + title: "" + date: 2024-11-04T18:29:00.633Z + - commits: + - subject: Use official aws cli binaries and commands + hash: 654d96e4746f42065d24d5fe47f0fd3fb54741e1 + body: | + The modern awscli command is optimized for these + tasks and better maintained. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: balena-yocto-scripts-1.27.6 + title: "" + date: 2024-11-04T17:10:05.029Z + - commits: + - subject: Update Lock file maintenance + hash: 682f9788db9491cbbb583524c1795b9c537c0239 + body: | + Update + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: balena-yocto-scripts-1.27.5 + title: "" + date: 2024-11-04T01:27:08.934Z + - commits: + - subject: Update actions/checkout action to v4.2.2 + hash: d89823d9ca73820021f78f917c383edd4a274407 + body: | + Update actions/checkout from 4.2.1 to 4.2.2 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: balena-yocto-scripts-1.27.4 + title: "" + date: 2024-11-01T14:36:07.101Z + - commits: + - subject: Add pull request write permissions for workflow approvals + hash: 5e07998255f053630c5cce03057a64ac6ee27802 + body: "" + footer: + Change-type: patch + change-type: patch + author: Kyle Harding + nested: [] + version: balena-yocto-scripts-1.27.3 + title: "" + date: 2024-10-29T15:54:58.766Z + - commits: + - subject: Update Lock file maintenance + hash: 411a89ea7bc3bbd83d112a93f627a7debe5fdc0f + body: | + Update + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: balena-yocto-scripts-1.27.2 + title: "" + date: 2024-10-23T16:53:51.185Z + - commits: + - subject: remove CLI check if not deploying + hash: 074575784eb9ab6ae67c8b07cb3ce6c4366d85be + body: > + nitpicky fix, we don't use the CLI when not deploying - so no + need to check its version + footer: + Change-type: patch + change-type: patch + Signed-off-by: Ryan Cooke + signed-off-by: Ryan Cooke + author: rcooke-warwick + nested: [] + version: balena-yocto-scripts-1.27.1 + title: "" + date: 2024-10-23T14:14:50.171Z + - commits: + - subject: add review-commit-action to wait for approvals on PRT events + hash: 8b1271ac548f0d2a8365181561d791a72145ccb8 + body: | + The existing method of using labels allows for + Actions Time Of Check to Time Of Use (TOCTOU) attacks + because we do not associate the label with any commit. + + This action requires approvals via reactions on a unique + comment generated for each workflow run. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Ryan Cooke + signed-off-by: Ryan Cooke + author: Ryan Cooke + nested: [] + version: balena-yocto-scripts-1.27.0 + title: "" + date: 2024-10-23T09:46:23.415Z + - commits: + - subject: Expose secure boot testing features via matrix input + hash: 922d1dd1e09c74e393962069bdac0ce69c17e9cb + body: > + Some device types (generic-armd64) need to run the test + + suites twice for the same base image, once with secure boot + + vars enabled in Leviathan, and once without. + + + Rather than run the suites in series, or require building the + + image twice, we can allow the test matrix to define separate + runs + + for the two modes. + footer: + Change-type: minor + change-type: minor + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: balena-yocto-scripts-1.26.0 + title: "" + date: 2024-10-15T14:38:39.423Z + - commits: + - subject: Update balena-os/leviathan action to v2.31.60 + hash: 9911262656b19e657578bb97c2e39a7c0580ac97 + body: | + Update balena-os/leviathan from 2.31.59 to 2.31.60 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: balena-yocto-scripts-1.25.63 + title: "" + date: 2024-10-11T15:36:10.972Z + - commits: + - subject: Fix concurrency and cancel in progress contexts + hash: 912b07647f7d0114d53b5971e653a65ed6fedd67 + body: | + When evaluating expressions for cancel-in-progress, certain + parameters may not be available at the time of evaluation. + + For instance, the github.job context is not accessible, as it's + specific to the running job and not the concurrency group. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: balena-yocto-scripts-1.25.62 + title: "" + date: 2024-10-11T13:09:20.324Z + - commits: + - subject: Update balena-os/leviathan action to v2.31.59 + hash: cd7c9cc85c215a7bc823b0dd6e631b87629ce7b0 + body: | + Update balena-os/leviathan from 2.31.56 to 2.31.59 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: balena-yocto-scripts-1.25.61 + title: "" + date: 2024-10-10T20:19:05.108Z + version: 6.0.41+rev4 + title: "" + date: 2024-11-11T12:31:44.258Z - commits: - subject: Update balena-os/balena-yocto-scripts to v1.27.9 hash: 8490f459eeb20c464c6e987148aa04973c90f17e diff --git a/CHANGELOG.md b/CHANGELOG.md index 3deb3b78..18d91b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,86 @@ # v6.0.5 +# v6.0.41+rev4 +## (2024-11-11) + + +
+ Update balena-yocto-scripts to e5a831d9b3f8d324c6ad57974f3ddc001ea0927c [balena-renovate[bot]] + +> ## balena-yocto-scripts-1.27.9 +> ### (2024-11-11) +> +> * Update Lock file maintenance [balena-renovate[bot]] +> +> ## balena-yocto-scripts-1.27.8 +> ### (2024-11-04) +> +> * Update product-os/review-commit-action action to v0.1.7 [balena-renovate[bot]] +> +> ## balena-yocto-scripts-1.27.7 +> ### (2024-11-04) +> +> * Update Pin product-os/review-commit-action action to 81db18c [balena-renovate[bot]] +> +> ## balena-yocto-scripts-1.27.6 +> ### (2024-11-04) +> +> * Use official aws cli binaries and commands [Kyle Harding] +> +> ## balena-yocto-scripts-1.27.5 +> ### (2024-11-04) +> +> * Update Lock file maintenance [balena-renovate[bot]] +> +> ## balena-yocto-scripts-1.27.4 +> ### (2024-11-01) +> +> * Update actions/checkout action to v4.2.2 [balena-renovate[bot]] +> +> ## balena-yocto-scripts-1.27.3 +> ### (2024-10-29) +> +> * Add pull request write permissions for workflow approvals [Kyle Harding] +> +> ## balena-yocto-scripts-1.27.2 +> ### (2024-10-23) +> +> * Update Lock file maintenance [balena-renovate[bot]] +> +> ## balena-yocto-scripts-1.27.1 +> ### (2024-10-23) +> +> * remove CLI check if not deploying [rcooke-warwick] +> +> ## balena-yocto-scripts-1.27.0 +> ### (2024-10-23) +> +> * add review-commit-action to wait for approvals on PRT events [Ryan Cooke] +> +> ## balena-yocto-scripts-1.26.0 +> ### (2024-10-15) +> +> * Expose secure boot testing features via matrix input [Kyle Harding] +> +> ## balena-yocto-scripts-1.25.63 +> ### (2024-10-11) +> +> * Update balena-os/leviathan action to v2.31.60 [balena-renovate[bot]] +> +> ## balena-yocto-scripts-1.25.62 +> ### (2024-10-11) +> +> * Fix concurrency and cancel in progress contexts [Kyle Harding] +> +> ## balena-yocto-scripts-1.25.61 +> ### (2024-10-10) +> +> * Update balena-os/leviathan action to v2.31.59 [balena-renovate[bot]] +> + +
+ # v6.0.41+rev3 ## (2024-11-11) diff --git a/VERSION b/VERSION index 8f49cdc5..cd8ff141 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.0.41+rev3 \ No newline at end of file +6.0.41+rev4 \ No newline at end of file