diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3a04176..12253a6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Michal Toman + 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: - subject: Update layers/meta-balena to a71647f35b7987e21887d7cf0d0f6a883662ff5b hash: c78cc97f1676224afa0aeca1c8ecf27ab5f91f99 diff --git a/CHANGELOG.md b/CHANGELOG.md index eb76751..e483f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,21 @@ Change log ----------- +# v3.1.6 +## (2023-08-02) + + +
+ Update layers/meta-balena to a84dc6fbc5967f67acf0d12f4fe5a9081a70cb63 [Self-hosted Renovate Bot] + +> ## meta-balena-3.1.6 +> ### (2023-08-02) +> +> * resin-init-flasher: Allow background device registration [Michal Toman] +> + +
+ # v3.1.5 ## (2023-08-02) diff --git a/VERSION b/VERSION index 97ceee1..8a4b275 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.5 \ No newline at end of file +3.1.6 \ No newline at end of file