-
Notifications
You must be signed in to change notification settings - Fork 75
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
41e78b5
commit 9da0a46
Showing
3 changed files
with
299 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,237 @@ | ||
- commits: | ||
- subject: Update layers/meta-balena to 955eb6cd447b3b1bee456b0df9376f8b40adf812 | ||
hash: 21ff68cf64bc6101f7fc372ebde1b0833dc7347c | ||
body: Update layers/meta-balena | ||
footer: | ||
Changelog-entry: Update layers/meta-balena to 955eb6cd447b3b1bee456b0df9376f8b40adf812 | ||
changelog-entry: Update layers/meta-balena to 955eb6cd447b3b1bee456b0df9376f8b40adf812 | ||
author: balena-renovate[bot] | ||
nested: | ||
- commits: | ||
- subject: Update balena-supervisor to v16.10.1 | ||
hash: e64d17f5215a91dcc179373f70e71c842fb16d03 | ||
body: | | ||
Update balena-supervisor from 16.9.0 to 16.10.1 | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: balena-renovate[bot] | ||
nested: | ||
- commits: | ||
- subject: Specify `/tmp/balena|resin` directories as necessary | ||
hash: dc740a159b9b299b85885bc8ab65e97cc4d356a3 | ||
body: "" | ||
footer: | ||
See: https://forums.balena.io/t/rm-cant-remove-tmp-balena-resource-busy/367888/5 | ||
see: https://forums.balena.io/t/rm-cant-remove-tmp-balena-resource-busy/367888/5 | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Christina Ying Wang <[email protected]> | ||
signed-off-by: Christina Ying Wang <[email protected]> | ||
author: Christina Ying Wang | ||
nested: [] | ||
version: balena-supervisor-16.10.1 | ||
title: "" | ||
date: 2024-12-11T00:28:17.295Z | ||
- commits: | ||
- subject: Add PowerFanConfig config backend | ||
hash: 828bd22ba053aa08ca2bde8e72b3aa7ed82aae02 | ||
body: > | ||
This config backend uses ConfigJsonConfigBackend to | ||
update | ||
|
||
os.power and os.fan subfields under the "os" key, in | ||
order | ||
|
||
to set power and fan configs. The expected format for | ||
os.power | ||
|
||
and os.fan settings is: | ||
|
||
``` | ||
|
||
{ | ||
os: { | ||
power: { | ||
mode: string | ||
}, | ||
fan: { | ||
profile: string | ||
} | ||
} | ||
} | ||
|
||
``` | ||
|
||
|
||
There may be other keys in os which are not managed by | ||
the Supervisor, | ||
|
||
so PowerFanConfig backend doesn't read or write to them. | ||
Extra keys in os.power | ||
|
||
and os.fan are ignored when getting boot config and | ||
removed when setting | ||
|
||
boot config. | ||
|
||
|
||
After this backend writes to config.json, host services | ||
os-power-mode | ||
|
||
and os-fan-profile pick up the changes, on reboot in the | ||
former's case | ||
|
||
and at runtime in the latter's case. The changes are | ||
applied by the host | ||
|
||
services, which the Supervisor does not manage aside | ||
from streaming | ||
|
||
their service logs to the dashboard. | ||
footer: | ||
Change-type: minor | ||
change-type: minor | ||
Signed-off-by: Christina Ying Wang <[email protected]> | ||
signed-off-by: Christina Ying Wang <[email protected]> | ||
author: Christina Ying Wang | ||
nested: [] | ||
version: balena-supervisor-16.10.0 | ||
title: "" | ||
date: 2024-12-10T23:28:15.038Z | ||
version: meta-balena-6.1.24 | ||
title: "" | ||
date: 2024-12-11T02:06:58.327Z | ||
- commits: | ||
- subject: Update balena-supervisor to v16.9.0 | ||
hash: c90b30e22412580fd94a65eb05231a6f49a0fdb4 | ||
body: | | ||
Update balena-supervisor from 16.7.7 to 16.9.0 | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: balena-renovate[bot] | ||
nested: | ||
- commits: | ||
- subject: Add ability to stream logs from host services to cloud | ||
hash: fb6fa9b16caa33eabeb44414d4681cea52d11784 | ||
body: > | ||
Add `os-power-mode.service`, `nvpmodel.service`, and | ||
`os-fan-profile.service` | ||
|
||
which report status from applying power mode and fan | ||
profile configs as read | ||
|
||
from config.json. The Supervisor sets these configs in | ||
config.json for these | ||
|
||
host services to pick up and apply. | ||
|
||
|
||
Also add host log streaming from | ||
`jetson-qspi-manager.service` as it | ||
|
||
will very soon be needed for Jetson Orins. | ||
footer: | ||
Relates-to: "#2379" | ||
relates-to: "#2379" | ||
See: balena-os/balena-jetson-orin#513 | ||
see: balena-os/balena-jetson-orin#513 | ||
Change-type: minor | ||
change-type: minor | ||
Signed-off-by: Christina Ying Wang <[email protected]> | ||
signed-off-by: Christina Ying Wang <[email protected]> | ||
author: Christina Ying Wang | ||
nested: [] | ||
version: balena-supervisor-16.9.0 | ||
title: "" | ||
date: 2024-12-06T17:52:55.615Z | ||
- commits: | ||
- subject: Take update locks for host-config changes | ||
hash: a2d4b31b231d7e7981d2032b0bb76d301088ca95 | ||
body: > | ||
This adds update-lock support to hostname changes via | ||
the host-config | ||
|
||
endpoint, in addition to proxy changes as changing the | ||
hostname may | ||
|
||
cause an engine restart from the OS. | ||
footer: | ||
Change-type: minor | ||
change-type: minor | ||
author: Felipe Lalanne | ||
nested: [] | ||
version: balena-supervisor-16.8.0 | ||
title: "" | ||
date: 2024-12-05T17:06:07.578Z | ||
- commits: | ||
- subject: Clean up remaining locks on state settle | ||
hash: 9c09329b86f08523501d4fbc54511cb2051b4bea | ||
body: > | ||
Locks could remain from a previous supervisor run that | ||
didn't get to | ||
|
||
settle the state. This ensures that cleanup will happen | ||
for remaining | ||
|
||
locks every time the state is settled. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Felipe Lalanne | ||
nested: [] | ||
- subject: Refactor update-locks implementation | ||
hash: 3c6e9dd209a259211ed3fd2e7bbe00f3235f87aa | ||
body: > | ||
The refactor simplifies the implementation and ensures | ||
that locks per | ||
|
||
app can only be held by one supervisor task at the time. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Felipe Lalanne | ||
nested: [] | ||
- subject: Refactor lockfile module | ||
hash: d8f54c05e7536096576ada4db3294785bef6b0ff | ||
body: | | ||
Updated interfaces for clarity | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Felipe Lalanne | ||
nested: [] | ||
version: balena-supervisor-16.7.8 | ||
title: "" | ||
date: 2024-11-28T21:23:24.352Z | ||
version: meta-balena-6.1.23 | ||
title: "" | ||
date: 2024-12-06T19:49:58.749Z | ||
- commits: | ||
- subject: "os-helpers-fs: add function to erase disks" | ||
hash: cb2e8b97f6451c40504543cc0b56130564394bc0 | ||
body: > | ||
The function overwrites the first 16 MiB of each partition (the | ||
default | ||
|
||
LUKS2 header size), as well as the primary and backup GPT | ||
partition | ||
|
||
tables. | ||
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.22 | ||
title: "" | ||
date: 2024-12-05T17:35:54.393Z | ||
version: 6.1.24 | ||
title: "" | ||
date: 2024-12-11T07:49:49.285Z | ||
- commits: | ||
- subject: Update balena-yocto-scripts to cece7bfab266136d81db610c3b22dae221ee7682 | ||
hash: 85db464d933ce0559b3832cf48551c97994cbc15 | ||
|
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.1.21+rev1 | ||
6.1.24 |