v5.1.20
This commit is contained in:
parent
a58e95d25b
commit
49be1947b0
3 changed files with 134 additions and 1 deletions
|
@ -1,3 +1,106 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update layers/meta-balena to cb6fcbc870bbb5c3a39a36647fb3c91747718a93
|
||||||
|
hash: 0e7b1336c284fa2a1f1a5b411d2b3642025346ca
|
||||||
|
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-01T07:16:38.534Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1
|
- subject: Update layers/meta-balena to 03a97aa37d6dd74ad0c18e944d7dc6022b5851b1
|
||||||
hash: 55cacad42d9b927df2ebd42fae3573f168e47f36
|
hash: 55cacad42d9b927df2ebd42fae3573f168e47f36
|
||||||
|
|
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -1,6 +1,36 @@
|
||||||
Change log
|
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
|
# v5.1.19
|
||||||
## (2024-02-01)
|
## (2024-02-01)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
5.1.19
|
5.1.20
|
Loading…
Add table
Reference in a new issue