-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
125a580
commit 81b27a0
Showing
3 changed files
with
307 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> | ||
signed-off-by: Kyle Harding <[email protected]> | ||
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 <[email protected]> | ||
signed-off-by: Ryan Cooke <[email protected]> | ||
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 <[email protected]> | ||
signed-off-by: Ryan Cooke <[email protected]> | ||
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 <[email protected]> | ||
signed-off-by: Kyle Harding <[email protected]> | ||
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 <[email protected]> | ||
signed-off-by: Kyle Harding <[email protected]> | ||
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 | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
6.0.41+rev3 | ||
6.0.41+rev4 |