Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit

Permalink
v4.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 3, 2023
1 parent 860bf2c commit 0051b1c
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 1 deletion.
123 changes: 123 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,126 @@
- commits:
- subject: Update layers/meta-balena to 953223d8666ab4ca470e1e5def671a4d0c12cb50
hash: c672ef8b62d8a25e9ba920b6a852357491bfab2b
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 <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
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 <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
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 <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
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 <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
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 <[email protected]>
signed-off-by: Christina Ying Wang <[email protected]>
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-03T14:34:27.552Z
- commits:
- subject: Update layers/meta-balena to b1e2d7f34e4bffe2c6149b0a360cb226c6f644a7
hash: 223909811f08a25832d740b788fc354d841638c5
Expand Down
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,57 @@
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
## (2023-10-03)

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

0 comments on commit 0051b1c

Please sign in to comment.