v3.1.6
This commit is contained in:
parent
d191b0485d
commit
e8d839b23f
3 changed files with 67 additions and 1 deletions
|
@ -1,3 +1,54 @@
|
||||||
|
- commits:
|
||||||
|
- subject: Update layers/meta-balena to a84dc6fbc5967f67acf0d12f4fe5a9081a70cb63
|
||||||
|
hash: 4e4638a1aa86eaf25a50c61139b2a17fbd59ee04
|
||||||
|
body: Update layers/meta-balena
|
||||||
|
footer:
|
||||||
|
Changelog-entry: Update layers/meta-balena to a84dc6fbc5967f67acf0d12f4fe5a9081a70cb63
|
||||||
|
changelog-entry: Update layers/meta-balena to a84dc6fbc5967f67acf0d12f4fe5a9081a70cb63
|
||||||
|
author: Self-hosted Renovate Bot
|
||||||
|
nested:
|
||||||
|
- commits:
|
||||||
|
- subject: "resin-init-flasher: Allow background device registration"
|
||||||
|
hash: 0b246409da5359741138a81b552fcc6bb3ecc24e
|
||||||
|
body: >
|
||||||
|
314047e and b5c5214 made flasher block until the
|
||||||
|
resin-device-register
|
||||||
|
|
||||||
|
service exits and made resin-device-register give up after 6 seconds
|
||||||
|
|
||||||
|
not to block infinitely when no network is available. This effectively
|
||||||
|
|
||||||
|
means that if the device fails to register within first 6 seconds,
|
||||||
|
|
||||||
|
it will never retry, flasher will not report status to the dashboard
|
||||||
|
|
||||||
|
and the device will only register on first boot.
|
||||||
|
|
||||||
|
|
||||||
|
This patch changes the logic back to resin-device-register trying
|
||||||
|
|
||||||
|
in the background in an infinite loop and moves the "give the device
|
||||||
|
|
||||||
|
a chance to register" delay to flasher itself. It also extends
|
||||||
|
|
||||||
|
the wait to openvpn as flasher already does that and wants VPN to run
|
||||||
|
|
||||||
|
to be debuggable - in case flashing fails, it would be possible
|
||||||
|
|
||||||
|
to SSH in via the VPN and look at the logs remotely.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Michal Toman <michalt@balena.io>
|
||||||
|
signed-off-by: Michal Toman <michalt@balena.io>
|
||||||
|
author: Michal Toman
|
||||||
|
nested: []
|
||||||
|
version: meta-balena-3.1.6
|
||||||
|
title: ""
|
||||||
|
date: 2023-08-02T08:37:52.265Z
|
||||||
|
version: 3.1.6
|
||||||
|
title: ""
|
||||||
|
date: 2023-08-02T10:52:01.945Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update layers/meta-balena to a71647f35b7987e21887d7cf0d0f6a883662ff5b
|
- subject: Update layers/meta-balena to a71647f35b7987e21887d7cf0d0f6a883662ff5b
|
||||||
hash: c78cc97f1676224afa0aeca1c8ecf27ab5f91f99
|
hash: c78cc97f1676224afa0aeca1c8ecf27ab5f91f99
|
||||||
|
|
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,6 +1,21 @@
|
||||||
Change log
|
Change log
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
|
# v3.1.6
|
||||||
|
## (2023-08-02)
|
||||||
|
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary> Update layers/meta-balena to a84dc6fbc5967f67acf0d12f4fe5a9081a70cb63 [Self-hosted Renovate Bot] </summary>
|
||||||
|
|
||||||
|
> ## meta-balena-3.1.6
|
||||||
|
> ### (2023-08-02)
|
||||||
|
>
|
||||||
|
> * resin-init-flasher: Allow background device registration [Michal Toman]
|
||||||
|
>
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
# v3.1.5
|
# v3.1.5
|
||||||
## (2023-08-02)
|
## (2023-08-02)
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
3.1.5
|
3.1.6
|
Loading…
Add table
Reference in a new issue