Skip to content

Commit

Permalink
v6.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 22, 2024
1 parent 89cccc9 commit 65ac1f1
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 1 deletion.
62 changes: 62 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,65 @@
- commits:
- subject: Update layers/meta-balena to 7db3c31ccc6640f4c424e910db6999e06d27f34d
hash: 3fb82267f503e9ec52688b2b1449687c7b67365b
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to 7db3c31ccc6640f4c424e910db6999e06d27f34d
changelog-entry: Update layers/meta-balena to 7db3c31ccc6640f4c424e910db6999e06d27f34d
author: balena-renovate[bot]
nested:
- commits:
- subject: "u-boot: env_resin: fix use of skip bootcount"
hash: 5fbf52822a0743ead7693364f41da7895d69ce72
body: >
When `os_bc_skip` is set, the bootcount variable is not set and
the

altboot check incorrectly assumes the boot limit has exceeded.


Make sure the bootcount comparison only takes place if bootcount
has

been set.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
- subject: "initrdscripts: migrate: panic on installation failure"
hash: 0277b0573d25dd314fe4b0eda5ca5b3e08b69ce2
body: >
Right now if the flashing script errors out the initramfs just
keeps

running modules. This is a security risk specially for secure
boot

systems as at that point we have an authorized trusted OS
running in

an unvetted path.


This commit exits init if the flasher returns, and also attemps
to crash

the kernel followed by an infinite sleep for paranoic reasons.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
nested: []
version: meta-balena-6.1.13
title: ""
date: 2024-11-22T14:23:50.319Z
version: 6.1.13
title: ""
date: 2024-11-22T15:49:15.391Z
- commits:
- subject: Update layers/meta-balena to b902bd04894f36bfc2145a573ec267501bcb1a50
hash: 14571964372e50513b4f947f06f4db9a4906926d
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# v2.105.10
## (2022-10-13)

# v6.1.13
## (2024-11-22)


<details>
<summary> Update layers/meta-balena to 7db3c31ccc6640f4c424e910db6999e06d27f34d [balena-renovate[bot]] </summary>

> ## meta-balena-6.1.13
> ### (2024-11-22)
>
> * u-boot: env_resin: fix use of skip bootcount [Alex Gonzalez]
> * initrdscripts: migrate: panic on installation failure [Alex Gonzalez]
>
</details>

# v6.1.12
## (2024-11-21)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.1.12
6.1.13

0 comments on commit 65ac1f1

Please sign in to comment.