-
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
fd197aa
commit 6451098
Showing
3 changed files
with
376 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,263 @@ | ||
- commits: | ||
- subject: Update layers/meta-balena to 905446e98206f871145d1c70107c01d567e1303d | ||
hash: 68f908b15950fc64c2e90becfc6aff1e4850c53d | ||
body: Update layers/meta-balena | ||
footer: | ||
Changelog-entry: Update layers/meta-balena to 905446e98206f871145d1c70107c01d567e1303d | ||
changelog-entry: Update layers/meta-balena to 905446e98206f871145d1c70107c01d567e1303d | ||
author: Self-hosted Renovate Bot | ||
nested: | ||
- commits: | ||
- subject: "tests: cloud: if no existing release, create generic fleet" | ||
hash: 5b63019d327a1b8ebe1871fd6bc85b0790f40f81 | ||
body: "" | ||
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: meta-balena-5.1.33 | ||
title: "" | ||
date: 2024-02-14T07:31:35.324Z | ||
- commits: | ||
- subject: Update tests/leviathan digest to 4b9de7e | ||
hash: b4f6a28c7c7f0f9636417b5e06c16a8ddc3ce2e9 | ||
body: Update tests/leviathan | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: | ||
- commits: | ||
- subject: "patch: Authenticate the validator before validation" | ||
hash: 03ef1b01b99d921fe99b834001de26d4c760f3b8 | ||
body: "" | ||
footer: | ||
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]> | ||
signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]> | ||
author: Vipul Gupta (@vipulgupta2048) | ||
nested: [] | ||
version: leviathan-2.29.57 | ||
title: "" | ||
date: 2024-02-13T10:45:34.666Z | ||
version: meta-balena-5.1.32 | ||
title: "" | ||
date: 2024-02-13T16:01:45.214Z | ||
- commits: | ||
- subject: Update tests/leviathan digest to 00ee51c | ||
hash: e19942dc9ca040d48f3b8e2ab36a03bb31f4bc74 | ||
body: Update tests/leviathan | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: | ||
- commits: | ||
- subject: Update balena-os/leviathan-worker to v2.9.36 | ||
hash: 0b7b82ac9044c230b2384c67e2a2f1000e018991 | ||
body: | | ||
Update balena-os/leviathan-worker from 2.9.35 to 2.9.36 | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: [] | ||
version: leviathan-2.29.56 | ||
title: "" | ||
date: 2024-02-12T17:06:43.126Z | ||
- commits: | ||
- subject: Update balena-os/leviathan-worker to v2.9.35 | ||
hash: 52a3095506b23f4024e79e887675f3b45b4db945 | ||
body: | | ||
Update balena-os/leviathan-worker from 2.9.34 to 2.9.35 | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: [] | ||
version: leviathan-2.29.55 | ||
title: "" | ||
date: 2024-02-12T14:57:32.329Z | ||
version: meta-balena-5.1.31 | ||
title: "" | ||
date: 2024-02-13T02:11:21.643Z | ||
- commits: | ||
- subject: "balena-image-bootloader-initramfs.bb: Add fsck module" | ||
hash: 4b1bc7244ab21a9952ea7569c0c0e1bc9a11e2e0 | ||
body: > | ||
The balena bootloader initramfs contains the rootfs module and | ||
that | ||
|
||
will get the rootfs mounted but not checked first for errors. This is | ||
|
||
problematic because at first boot with network connectivity available, | ||
|
||
time will sync but the rootfs will still have the last mount time in | ||
|
||
1970. If at that point the rootfs gets corrupted then at next boot | ||
|
||
the rootfs' initramfs module from balena-bootloader will try to mount | ||
|
||
the rootfs without checking it first and then after that the filesystem | ||
|
||
check triggered by the fsck module from the actual kernel initramfs will | ||
|
||
fail like this: | ||
|
||
|
||
[init][INFO] Running filesystem checks on partition resin-rootA (/dev/disk/by-state/resin-rootA) | ||
|
||
resin-rootA contains a file system with errors, check forced. | ||
|
||
resin-rootA: Inodes that were part of a corrupted orphan linked list found. | ||
|
||
|
||
resin-rootA: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. | ||
(i.e., without -a or -p options) | ||
|
||
This commit will add the fsck module to balena bootloader's initramfs | ||
|
||
which will trigger filesystem checks before the rootfs module runs. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Florin Sarbu <[email protected]> | ||
signed-off-by: Florin Sarbu <[email protected]> | ||
author: Florin Sarbu | ||
nested: [] | ||
version: meta-balena-5.1.30 | ||
title: "" | ||
date: 2024-02-12T19:58:46.698Z | ||
- commits: | ||
- subject: Update tests/leviathan digest to f6a3391 | ||
hash: 0df90f0d2a1105bb3d0e8db6a28ce9bc76d8e1b0 | ||
body: Update tests/leviathan | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: | ||
- commits: | ||
- subject: Update core/contracts digest to 4f7dba1 | ||
hash: 55fdb70de51b296b56752e79375ef5932c294de2 | ||
body: | | ||
Update core/contracts | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: [] | ||
version: leviathan-2.29.54 | ||
title: "" | ||
date: 2024-02-12T01:49:14.116Z | ||
- commits: | ||
- subject: Update Lock file maintenance | ||
hash: 174797e7ff00c3cec8912d63cc5debfbfadbb3ce | ||
body: | | ||
Update | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: [] | ||
version: leviathan-2.29.53 | ||
title: "" | ||
date: 2024-02-12T00:49:17.031Z | ||
- commits: | ||
- subject: Update balena-os/leviathan-worker to v2.9.34 | ||
hash: 676c345f8f2bd4eb14270817774fa9f6d32552eb | ||
body: | | ||
Update balena-os/leviathan-worker from 2.9.33 to 2.9.34 | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: [] | ||
version: leviathan-2.29.52 | ||
title: "" | ||
date: 2024-02-08T09:34:59.187Z | ||
- commits: | ||
- subject: Update balena-os/leviathan-worker to v2.9.33 | ||
hash: 9eeb44be296aaeb17654afa51d6757242dd9da38 | ||
body: | | ||
Update balena-os/leviathan-worker from 2.9.32 to 2.9.33 | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: [] | ||
version: leviathan-2.29.51 | ||
title: "" | ||
date: 2024-02-06T12:48:22.014Z | ||
- commits: | ||
- subject: "patch: Add config.js validator" | ||
hash: 740c4bfbe01703ed694b227e5c6ccebf096cb297 | ||
body: "" | ||
footer: | ||
Signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]> | ||
signed-off-by: Vipul Gupta (@vipulgupta2048) <[email protected]> | ||
author: Vipul Gupta (@vipulgupta2048) | ||
nested: [] | ||
version: leviathan-2.29.50 | ||
title: "" | ||
date: 2024-02-06T10:02:47.800Z | ||
version: meta-balena-5.1.29 | ||
title: "" | ||
date: 2024-02-12T06:15:56.841Z | ||
- commits: | ||
- subject: Update balena-engine to v20.10.43 | ||
hash: 2f47cdb1996b3ab4421a22fd0b36917899bf77b4 | ||
body: | | ||
Update balena-engine from 20.10.42 to 20.10.43 | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: | ||
- commits: | ||
- subject: Update runc component to v1.1.12 from balena-runc repo | ||
hash: 9cdf0321cbb1dee0b1712f4e537f1b90caad45ea | ||
body: > | ||
Also update containerd component from balena-containerd | ||
to also use | ||
|
||
runc v1.1.12. Also update dependencies as indicated from balena-runc go.mod. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
version: balena-engine-20.10.43 | ||
title: "" | ||
date: 2024-02-06T08:42:31.660Z | ||
version: meta-balena-5.1.28 | ||
title: "" | ||
date: 2024-02-11T11:59:55.024Z | ||
- commits: | ||
- subject: "patch: upgrade recipes/devtools/go to 1.17.13" | ||
hash: 0845ea2914e0b784a022d3c9414168d8a2212c4b | ||
body: "" | ||
footer: | ||
cherry-pick: c93239706f70b0cea59797814a409cfc376b3e0f | ||
author: JOASSART Edwin | ||
nested: [] | ||
- subject: "patch: removes recipes/devtools/go to 1.16" | ||
hash: 6017fdaaae799b8e5cd6b8f3b52e9c51f46e9450 | ||
body: "" | ||
footer: | ||
cherry-pick: git://git.yoctoproject.org/poky@c93239706f70b0cea59797814a409cfc376b3e0f | ||
author: JOASSART Edwin | ||
nested: [] | ||
version: meta-balena-5.1.27 | ||
title: "" | ||
date: 2024-02-09T17:47:17.512Z | ||
version: 5.1.33 | ||
title: "" | ||
date: 2024-02-14T13:05:41.132Z | ||
- commits: | ||
- subject: Update contracts to 4f7dba1c6408a17c5a07e353443b068410fd8aa2 | ||
hash: 8dc21dd689894bbeddad67c35c72cd0c07443ebd | ||
|
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 @@ | ||
5.1.26+rev3 | ||
5.1.33 |