This commit is contained in:
flowzone-app[bot] 2023-10-03 13:34:33 +00:00 committed by GitHub
parent f162899539
commit acb859c1c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 175 additions and 1 deletions

View file

@ -1,3 +1,126 @@
- commits:
- subject: Update layers/meta-balena to 953223d8666ab4ca470e1e5def671a4d0c12cb50
hash: a5228b850e01b0fe42fc5c26d40e73321d5bd95c
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to 953223d8666ab4ca470e1e5def671a4d0c12cb50
changelog-entry: Update layers/meta-balena to 953223d8666ab4ca470e1e5def671a4d0c12cb50
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: "flowzone: meta-balena-esr: add weekly run to keep workflow enabled"
hash: 858161349540531fb1554be2ca3bcf1468f57dea
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <alexg@balena.io>
signed-off-by: Alex Gonzalez <alexg@balena.io>
author: Alex Gonzalez
nested: []
version: meta-balena-4.0.19
title: ""
date: 2023-10-03T10:42:46.377Z
- commits:
- subject: Update balena-supervisor to v14.13.4
hash: 5d0cd299c2ee51c73e4165df5681ab9ef9fcba81
body: |
Update balena-supervisor from 14.12.2 to 14.13.4
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: Add tmpfs for /mnt/root/tmp in test env
hash: 5564a51acf4897c7981808d8bdd28e1c016caca1
body: >
This is to prevent the target state cache from getting
written to host
during tests.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <christina@balena.io>
signed-off-by: Christina Ying Wang <christina@balena.io>
author: Christina Ying Wang
nested: []
version: balena-supervisor-14.13.4
title: ""
date: 2023-10-02T21:38:10.350Z
- commits:
- subject: Use `~=` to specify alpine package versions
hash: 4a4a8a59bfd664e9683f60d4681a0c6583c68dd1
body: >
Alpine allows the `~=` syntax to match a part of the
package version
when installing. In this case we want to use it to specify node and
npm major versions
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: balena-supervisor-14.13.3
title: ""
date: 2023-10-02T14:22:18.491Z
- commits:
- subject: Use native structuredClone instead of _.cloneDeep
hash: 06d4775178af40264d0dfe476ee11815235fc52e
body: >
Memory tests have shown performance improvements to
using the native method.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <christina@balena.io>
signed-off-by: Christina Ying Wang <christina@balena.io>
author: Christina Ying Wang
nested: []
version: balena-supervisor-14.13.2
title: ""
date: 2023-09-30T00:37:03.496Z
- commits:
- subject: Update balena-io/deploy-to-balena-action to v1.0.3
hash: aa07a160e9fb7b94576b428064ff61b6de193170
body: Update balena-io/deploy-to-balena-action
footer:
Changelog-entry: Update balena-io/deploy-to-balena-action to v1.0.3
changelog-entry: Update balena-io/deploy-to-balena-action to v1.0.3
Change-type: patch
change-type: patch
Signed-off-by: Christina Ying Wang <christina@balena.io>
signed-off-by: Christina Ying Wang <christina@balena.io>
author: Self-hosted Renovate Bot
nested: []
version: balena-supervisor-14.13.1
title: ""
date: 2023-09-28T20:17:05.922Z
- commits:
- subject: Update runtime-base image to alpine:3.18
hash: 3766013cbdbb8864abf2f353332b27713c357818
body: |
We were still on 3.16, where the nodejs package was
pointed at Node 16. 3.18 moves the pointer to Node 18.
footer:
Change-type: minor
change-type: minor
Signed-off-by: Christina Ying Wang <christina@balena.io>
signed-off-by: Christina Ying Wang <christina@balena.io>
author: Christina Ying Wang
nested: []
version: balena-supervisor-14.13.0
title: ""
date: 2023-09-28T18:13:11.954Z
version: meta-balena-4.0.18
title: ""
date: 2023-10-03T10:09:53.629Z
version: 4.0.19
title: ""
date: 2023-10-03T13:34:25.001Z
- commits: - commits:
- subject: Update layers/meta-balena to b1e2d7f34e4bffe2c6149b0a360cb226c6f644a7 - subject: Update layers/meta-balena to b1e2d7f34e4bffe2c6149b0a360cb226c6f644a7
hash: 2d1e267ae3f9edda6b41c28b9534d6a53a79a1b3 hash: 2d1e267ae3f9edda6b41c28b9534d6a53a79a1b3

View file

@ -1,6 +1,57 @@
Change log Change log
----------- -----------
# v4.0.19
## (2023-10-03)
<details>
<summary> Update layers/meta-balena to 953223d8666ab4ca470e1e5def671a4d0c12cb50 [Self-hosted Renovate Bot] </summary>
> ## meta-balena-4.0.19
> ### (2023-10-03)
>
> * flowzone: meta-balena-esr: add weekly run to keep workflow enabled [Alex Gonzalez]
>
> ## meta-balena-4.0.18
> ### (2023-10-03)
>
>
> <details>
> <summary> Update balena-supervisor to v14.13.4 [Self-hosted Renovate Bot] </summary>
>
>> ### balena-supervisor-14.13.4
>> #### (2023-10-02)
>>
>> * Add tmpfs for /mnt/root/tmp in test env [Christina Ying Wang]
>>
>> ### balena-supervisor-14.13.3
>> #### (2023-10-02)
>>
>> * Use `~=` to specify alpine package versions [Felipe Lalanne]
>>
>> ### balena-supervisor-14.13.2
>> #### (Invalid date)
>>
>> * Use native structuredClone instead of _.cloneDeep [Christina Ying Wang]
>>
>> ### balena-supervisor-14.13.1
>> #### (2023-09-28)
>>
>> * Update balena-io/deploy-to-balena-action to v1.0.3 [Self-hosted Renovate Bot]
>>
>> ### balena-supervisor-14.13.0
>> #### (2023-09-28)
>>
>> * Update runtime-base image to alpine:3.18 [Christina Ying Wang]
>>
>
> </details>
>
>
</details>
# v4.0.17 # v4.0.17
## (2023-10-03) ## (2023-10-03)

View file

@ -1 +1 @@
4.0.17 4.0.19