Skip to content

Commit

Permalink
v6.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jan 31, 2025
1 parent 6074fd6 commit c027c1f
Show file tree
Hide file tree
Showing 3 changed files with 176 additions and 1 deletion.
134 changes: 134 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,137 @@
- commits:
- subject: Update layers/meta-balena to a62daefb9f01eb0c494ec27b1efe051b40f1f54b
hash: 774f853950bab6a3f7e6ad38a15f19093540b23e
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to a62daefb9f01eb0c494ec27b1efe051b40f1f54b
changelog-entry: Update layers/meta-balena to a62daefb9f01eb0c494ec27b1efe051b40f1f54b
author: balena-renovate[bot]
nested:
- commits:
- subject: "kernel-balena.bbclass: silence regex escape warnings"
hash: 2b737fdc534da23c6f22efc83e1e64e109a8fb29
body: |
This patch converts the regex strings to raw strings to silence
`DeprecationWarning: invalid escape sequence \d`
footer:
Change-type: patch
change-type: patch
Signed-off-by: Michal Toman <michalt@balena.io>
signed-off-by: Michal Toman <michalt@balena.io>
author: Michal Toman
nested: []
- subject: "kernel-balena.bbclass: Add aufs patches for 6.6 kernels"
hash: 54faaa0714db55ebe486a101eb2ad62e75679ffd
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Michal Toman <michalt@balena.io>
signed-off-by: Michal Toman <michalt@balena.io>
author: Michal Toman
nested: []
version: meta-balena-6.3.12
title: ""
date: 2025-01-30T11:44:21.994Z
- commits:
- subject: Update balena-supervisor to v16.12.0
hash: 41c4f1ded4dd881dc97eabaa531a2ccfb212e528
body: |
Update balena-supervisor from 16.10.3 to 16.12.0
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested:
- commits:
- subject: Update contrato to v0.12.0
hash: 85fc5784bcd187d086bffbd0c2167ce9eb34650f
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Update alpine base image to 3.21
hash: 55f22dbc0f4792033b6253af89c6adde6a727ab0
body: >
This allows to update Node to v22 on production
supervisor images
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Update Node support to v22
hash: ea594b18abb6b82f498071e50f71422dedb5b280
body: |
Updates @types/node and expands module support to v22.
Support for v20 will be removed on a future version.
footer:
Change-type: minor
change-type: minor
author: Felipe Lalanne
nested: []
version: balena-supervisor-16.12.0
title: ""
date: 2025-01-20T22:14:35.646Z
- commits:
- subject: Add support for `io.balena.update.requires-reboot`
hash: e416ad0daf61fba14cd8c2012c5b2f66d8fb5f4a
body: >
This label can be used by user services to indicate that
a reboot is

required after the install of a service in order to
fully apply an update.
footer:
Change-type: minor
change-type: minor
author: Felipe Lalanne
nested: []
- subject: Move reboot breadcrumb check to device-state
hash: 75127c6074531fd20199ed07d6860687b4105cfb
body: >
This was on device-config before, but we'll need to set
the reboot

breadcrumb from the application-manager as well when we
introduce

`requires-reboot` as a label.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Refactor device-config as part of device-state
hash: 51f1fb0f30e04ece6a00d2d8b9420b49703a2fde
body: >
Move the device-config module to the device-state folder
and export only

those functions that are needed elsewhere in the
codebase


This moves us closer to making the device-state module
the only way to

modify application and configuration.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: balena-supervisor-16.11.0
title: ""
date: 2025-01-14T18:15:55.879Z
version: meta-balena-6.3.11
title: ""
date: 2025-01-27T20:20:58.111Z
version: 6.3.12
title: ""
date: 2025-01-31T21:45:03.090Z
- commits:
- subject: Update contracts to b042ab7fbdd2b774e8b462f442c1c37fa6da1377
hash: 4de38861707c86fc9a5f61ea132fb7b0826ccbda
Expand Down
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
Change log
-----------

# v6.3.12
## (2025-01-31)


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

> ## meta-balena-6.3.12
> ### (Invalid date)
>
> * kernel-balena.bbclass: silence regex escape warnings [Michal Toman]
> * kernel-balena.bbclass: Add aufs patches for 6.6 kernels [Michal Toman]
>
> ## meta-balena-6.3.11
> ### (2025-01-27)
>
>
> <details>
> <summary> Update balena-supervisor to v16.12.0 [balena-renovate[bot]] </summary>
>
>> ### balena-supervisor-16.12.0
>> #### (2025-01-20)
>>
>> * Update contrato to v0.12.0 [Felipe Lalanne]
>> * Update alpine base image to 3.21 [Felipe Lalanne]
>> * Update Node support to v22 [Felipe Lalanne]
>>
>> ### balena-supervisor-16.11.0
>> #### (2025-01-14)
>>
>> * Add support for `io.balena.update.requires-reboot` [Felipe Lalanne]
>> * Move reboot breadcrumb check to device-state [Felipe Lalanne]
>> * Refactor device-config as part of device-state [Felipe Lalanne]
>>
>
> </details>
>
>
</details>

# v6.3.10+rev3
## (2025-01-31)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.10+rev3
6.3.12

0 comments on commit c027c1f

Please sign in to comment.