-
Notifications
You must be signed in to change notification settings - Fork 14
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
8efb610
commit c8f85d6
Showing
3 changed files
with
235 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,173 @@ | ||
- commits: | ||
- subject: Update layers/meta-balena to 6d6ebe2b54ad45236c5fe53c1cc046cf350efdbe | ||
hash: d52f6a62f14b0aba4dc6aed66df28134120a7347 | ||
body: Update layers/meta-balena | ||
footer: | ||
Changelog-entry: Update layers/meta-balena to 6d6ebe2b54ad45236c5fe53c1cc046cf350efdbe | ||
changelog-entry: Update layers/meta-balena to 6d6ebe2b54ad45236c5fe53c1cc046cf350efdbe | ||
author: Self-hosted Renovate Bot | ||
nested: | ||
- commits: | ||
- subject: "kernel-balena: do not use cache for signed kernel modules" | ||
hash: 389054e84c0b1fd382d737c39fb2bb02c2b3e9b2 | ||
body: > | ||
On parallel builds that share a state cache there are mismatches | ||
between | ||
|
||
a signed kernel and modules. Avoid using the cache when building | ||
signed | ||
|
||
modules to avoid this mismatch. | ||
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-5.3.19 | ||
title: "" | ||
date: 2024-06-10T16:38:00.806Z | ||
- commits: | ||
- subject: Update balena-supervisor to v16.3.15 | ||
hash: c2d302e736ee35a65ccb57094aac780ddecd48cd | ||
body: | | ||
Update balena-supervisor from 16.3.14 to 16.3.15 | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: | ||
- commits: | ||
- subject: Update balena-io/deploy-to-balena-action action to v2.0.71 | ||
hash: 552f77cef5aa4ff0107c5bd558755e4ed4c81ab2 | ||
body: > | ||
Update balena-io/deploy-to-balena-action from 2.0.70 to | ||
2.0.71 | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: [] | ||
version: balena-supervisor-16.3.15 | ||
title: "" | ||
date: 2024-06-10T01:57:02.800Z | ||
version: meta-balena-5.3.18 | ||
title: "" | ||
date: 2024-06-10T06:36:26.645Z | ||
- commits: | ||
- subject: Update balena-supervisor to v16.3.14 | ||
hash: 30faae36bf1a000b2aa0ca6a0d99bf374426354a | ||
body: | | ||
Update balena-supervisor from 16.3.11 to 16.3.14 | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: | ||
- commits: | ||
- subject: Update got to v14.4.1 | ||
hash: 11628cda16986b76f67969970fe708e24d3ab125 | ||
body: | | ||
Update got from 14.3.0 to 14.4.1 | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: [] | ||
version: balena-supervisor-16.3.14 | ||
title: "" | ||
date: 2024-06-09T13:29:56.248Z | ||
- commits: | ||
- subject: Split target state set/get into separate module | ||
hash: 45d1f1f964e777b5168b089858af0cec33f98c68 | ||
body: > | ||
This removes the circular dependency between device | ||
state index and | ||
|
||
preloading and cleans up the device state module code | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Felipe Lalanne | ||
nested: [] | ||
- subject: Move device-state.ts into the device-state/index.ts | ||
hash: fedeb518e5315a7cb593818c2e80a5d8e459cefa | ||
body: "" | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Felipe Lalanne | ||
nested: [] | ||
- subject: Move device-state/target state to api-binder/poll | ||
hash: 9497eed380e63f3b5d794071879ad9e8e4369178 | ||
body: > | ||
This goes in the direction of grouping modules by | ||
responsibility. The | ||
|
||
api-binder module is the middleware between the device | ||
and the backend, | ||
|
||
thus the target state polling code makes more sense | ||
there. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Felipe Lalanne | ||
nested: [] | ||
version: balena-supervisor-16.3.13 | ||
title: "" | ||
date: 2024-06-05T20:43:08.205Z | ||
- commits: | ||
- subject: Update balena-io/deploy-to-balena-action action to v2.0.70 | ||
hash: d7a325b80a5c79d290b7bb232dabb4a7ac2737f9 | ||
body: > | ||
Update balena-io/deploy-to-balena-action from 2.0.69 to | ||
2.0.70 | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
author: Self-hosted Renovate Bot | ||
nested: [] | ||
version: balena-supervisor-16.3.12 | ||
title: "" | ||
date: 2024-06-03T01:55:57.227Z | ||
version: meta-balena-5.3.17 | ||
title: "" | ||
date: 2024-06-09T18:34:28.024Z | ||
- commits: | ||
- subject: Work around uuid file corruption in balenaEngine health check | ||
hash: e3696fc97f5553f138c92947c5f080ccdef5c6e5 | ||
body: > | ||
We have detected one more way in which the uuid file used by | ||
containerd | ||
|
||
can get corrupted. This time, the file is not empty, but doesn't | ||
contain | ||
|
||
a valid UUID either. | ||
|
||
|
||
This commit thus extends the existing workaround to also handle | ||
this | ||
|
||
case. | ||
|
||
|
||
See https://github.com/balena-os/balena-engine/issues/322 | ||
footer: | ||
Signed-off-by: Leandro Motta Barros <[email protected]> | ||
signed-off-by: Leandro Motta Barros <[email protected]> | ||
Change-type: patch | ||
change-type: patch | ||
author: Leandro Motta Barros | ||
nested: [] | ||
version: meta-balena-5.3.16 | ||
title: "" | ||
date: 2024-06-06T22:28:17.347Z | ||
version: 5.3.19 | ||
title: "" | ||
date: 2024-06-11T00:39:51.394Z | ||
- commits: | ||
- subject: Update layers/meta-balena to 8352e3480e96f4503361752cfe72aca9622250a3 | ||
hash: 914a88c5f3aff17f592fccf9f50bf65ba203a673 | ||
|
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 @@ | ||
5.3.15 | ||
5.3.19 |