Skip to content

Commit

Permalink
v6.1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 11, 2024
1 parent 39e93d2 commit 8e5ce3a
Show file tree
Hide file tree
Showing 3 changed files with 139 additions and 1 deletion.
107 changes: 107 additions & 0 deletions .versionbot/CHANGELOG.yml
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
Expand Down
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,37 @@
Change log
-----------

# v6.1.24
## (2024-12-11)


<details>
<summary> Update layers/meta-balena to 955eb6cd447b3b1bee456b0df9376f8b40adf812 [balena-renovate[bot]] </summary>

> ## meta-balena-6.1.24
> ### (2024-12-11)
>
>
> <details>
> <summary> Update balena-supervisor to v16.10.1 [balena-renovate[bot]] </summary>
>
>> ### balena-supervisor-16.10.1
>> #### (2024-12-11)
>>
>> * Specify `/tmp/balena|resin` directories as necessary [Christina Ying Wang]
>>
>> ### balena-supervisor-16.10.0
>> #### (2024-12-10)
>>
>> * Add PowerFanConfig config backend [Christina Ying Wang]
>>
>
> </details>
>
>
</details>

# v6.1.23
## (2024-12-10)

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

0 comments on commit 8e5ce3a

Please sign in to comment.