Skip to content

Commit

Permalink
v5.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Feb 1, 2024
1 parent 3a83efc commit e3d750d
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 1 deletion.
103 changes: 103 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,106 @@
- commits:
- subject: Update layers/meta-balena to cb6fcbc870bbb5c3a39a36647fb3c91747718a93
hash: 02c48250e3c3fc7d10f3b539dacc9a5bc91a80e5
body: Update layers/meta-balena
footer:
Changelog-entry: Update layers/meta-balena to cb6fcbc870bbb5c3a39a36647fb3c91747718a93
changelog-entry: Update layers/meta-balena to cb6fcbc870bbb5c3a39a36647fb3c91747718a93
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: Update balena-supervisor to v15.3.0
hash: 8b1e69874e07597b410c093a814d5968dd83991f
body: |
Update balena-supervisor from 15.2.0 to 15.3.0
footer:
Change-type: patch
change-type: patch
author: Self-hosted Renovate Bot
nested:
- commits:
- subject: Pin docker version to v24 for tests
hash: 0500fe10bb1c35b01a4a46713c98165685a93433
body: >
Moby v25 adds the dynamically generated MAC address to
the Config field,

which breaks the state engine, preventing the state from settling as the

current state never matches the target state (empty mac address). This

seems to be a bug in Moby that we reported in moby/moby#47228


The issue won't affect Balena devices until balenaEngine is updated, and this

change fixes testing for now.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Fix docker utils tests for docker v25
hash: 6ee606806d5bb7b1805baa67051eaa4d132e5a39
body: >
From docker 25, the engine will validate IPAM config.
This would cause

the docker utils test to fail since the network/subnet configuration was

incorrect.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Enable nodemon when using test:env
hash: 23fae633ca2351b37befbf1870e8749c7b03d906
body: >
This avoids the need to rebuild the environment when
making code changes

and running integration tests
footer:
Change-type: minor
change-type: minor
author: Felipe Lalanne
nested: []
- subject: Improve test:compose and test:env commands
hash: 2f3e3d2e610160b7111024b597df6f2f6844ce9a
body: >
The commands now use docker-compose run instead of
docker compose up

for simplicity and also to match what flowzone does.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- subject: Add prettierrc for editor compatibility
hash: e2f54e29faba4f74a59971fd66d64b7c38e9eb0f
body: >
The tsserver lsp doesn't seem to work well with
.editorconfig. Using

prettierrc will allow formatting to work correctly with editor plugins


This also updates editorconfig to work well with json
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: balena-supervisor-15.3.0
title: ""
date: 2024-01-26T14:51:00.446Z
version: meta-balena-5.1.20
title: ""
date: 2024-02-01T04:15:55.799Z
version: 5.1.20
title: ""
date: 2024-02-01T06:16:32.039Z
- commits:
- subject: Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1
hash: 27f62a3d04513b640d287d050c730b397e03cf93
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
Change log
-----------

# v5.1.20
## (2024-02-01)


<details>
<summary> Update layers/meta-balena to cb6fcbc870bbb5c3a39a36647fb3c91747718a93 [Self-hosted Renovate Bot] </summary>

> ## meta-balena-5.1.20
> ### (2024-02-01)
>
>
> <details>
> <summary> Update balena-supervisor to v15.3.0 [Self-hosted Renovate Bot] </summary>
>
>> ### balena-supervisor-15.3.0
>> #### (2024-01-26)
>>
>> * Pin docker version to v24 for tests [Felipe Lalanne]
>> * Fix docker utils tests for docker v25 [Felipe Lalanne]
>> * Enable nodemon when using test:env [Felipe Lalanne]
>> * Improve test:compose and test:env commands [Felipe Lalanne]
>> * Add prettierrc for editor compatibility [Felipe Lalanne]
>>
>
> </details>
>
>

</details>

# v5.1.19
## (2024-01-31)

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

0 comments on commit e3d750d

Please sign in to comment.