v2.114.7
This commit is contained in:
parent
34385bf1f4
commit
843ab7b9ea
3 changed files with 99 additions and 1 deletions
|
@ -1,3 +1,70 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update layers/meta-balena to f2637a0d4cf774ed903613dd058ff9db037ad23e
|
||||||
|
hash: ef7372f075cbab2d24955279a2ae3c162da0e511
|
||||||
|
body: Update layers/meta-balena
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Update layers/meta-balena to f2637a0d4cf774ed903613dd058ff9db037ad23e
|
||||||
|
changelog-entry: Update layers/meta-balena to f2637a0d4cf774ed903613dd058ff9db037ad23e
|
||||||
|
author: Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: Update balena-supervisor to v14.10.6
|
||||||
|
hash: ddd2e839ed3cab692488640cb98cdd6a795fcfba
|
||||||
|
body: |
|
||||||
|
Update balena-supervisor from 14.10.4 to 14.10.6
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: Do not restart balena-hostname on rename
|
||||||
|
hash: 7b68ee4c4f03f464c762afc0b3da06e3f4620440
|
||||||
|
body: >
|
||||||
|
The OS since v2.82.6 will monitor changes to config.json and restart
|
||||||
|
|
||||||
|
the relevant services to apply the changes. There is no need to trigger
|
||||||
|
|
||||||
|
restart of the services via the supervisor. Users on older OS versions
|
||||||
|
|
||||||
|
will need to update their OS or restart the services manually as OS
|
||||||
|
|
||||||
|
loses support after 2y.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Closes: "#2160"
|
||||||
|
closes: "#2160"
|
||||||
|
author: Felipe Lalanne
|
||||||
|
nested: []
|
||||||
|
version: balena-supervisor-14.10.6
|
||||||
|
title: ""
|
||||||
|
date: 2023-04-20T18:25:01.001Z
|
||||||
|
- commits:
|
||||||
|
- subject: Remove anonymous build volume from Dockerfile
|
||||||
|
hash: a3675651898f050eaefce0a9c4e02890ddc57b57
|
||||||
|
body: >
|
||||||
|
We don't need this anonymous volume as /data is bind mounted into
|
||||||
|
|
||||||
|
the container from host (legacy), and will soon be mounted by the
|
||||||
|
|
||||||
|
Supervisor itself on startup.
|
||||||
|
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.10.5
|
||||||
|
title: ""
|
||||||
|
date: 2023-04-13T21:01:21.133Z
|
||||||
|
version: meta-balena-2.114.7
|
||||||
|
title: ""
|
||||||
|
date: 2023-04-20T20:18:09.935Z
|
||||||
|
version: 2.114.7
|
||||||
|
title: ""
|
||||||
|
date: 2023-04-20T22:24:06.680Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update layers/meta-balena to ac3e9193544d0bc3188473f725e3d88495caed75
|
- subject: Update layers/meta-balena to ac3e9193544d0bc3188473f725e3d88495caed75
|
||||||
hash: de97c0b480efb3fc2d1146c1e80e22504339e7d1
|
hash: de97c0b480efb3fc2d1146c1e80e22504339e7d1
|
||||||
|
|
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -1,6 +1,37 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v2.114.7
|
||||||
|
## (2023-04-20)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to f2637a0d4cf774ed903613dd058ff9db037ad23e [Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-2.114.7
|
||||||
|
> ### (2023-04-20)
|
||||||
|
>
|
||||||
|
>
|
||||||
|
> <details>
|
||||||
|
> <summary> Update balena-supervisor to v14.10.6 [Renovate Bot] </summary>
|
||||||
|
>
|
||||||
|
>> ### balena-supervisor-14.10.6
|
||||||
|
>> #### (2023-04-20)
|
||||||
|
>>
|
||||||
|
>> * Do not restart balena-hostname on rename [Felipe Lalanne]
|
||||||
|
>>
|
||||||
|
>> ### balena-supervisor-14.10.5
|
||||||
|
>> #### (2023-04-13)
|
||||||
|
>>
|
||||||
|
>> * Remove anonymous build volume from Dockerfile [Christina Ying Wang]
|
||||||
|
>>
|
||||||
|
>
|
||||||
|
> </details>
|
||||||
|
>
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v2.114.6
|
# v2.114.6
|
||||||
## (2023-04-20)
|
## (2023-04-20)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.114.6
|
2.114.7
|
Loading…
Add table
Reference in a new issue