-
Notifications
You must be signed in to change notification settings - Fork 5
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
39e93d2
commit 8e5ce3a
Showing
3 changed files
with
139 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,110 @@ | ||
- commits: | ||
- subject: Update layers/meta-balena to 955eb6cd447b3b1bee456b0df9376f8b40adf812 | ||
hash: 00e51f8baa092a9786f811ae51bb53d132459320 | ||
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 | ||
version: 6.1.24 | ||
title: "" | ||
date: 2024-12-11T06:01:21.881Z | ||
- commits: | ||
- subject: Update layers/meta-balena to 553a15b444e85d07a389349cdc21156b82c012df | ||
hash: c50adae88d3f052567eabb1ac0d6a9e6f7cc32b6 | ||
|
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.23 | ||
6.1.24 |