Skip to content

Commit

Permalink
v2.15.17
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 29, 2024
1 parent a22e568 commit 5382017
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 17 deletions.
31 changes: 15 additions & 16 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- commits:
- subject: Add takeover based upgrade script
hash: 9997307aab2d583f0b6c9570e6ea44c585ed22fc
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ken Bannister <kb2ma@runbox.com>
signed-off-by: Ken Bannister <kb2ma@runbox.com>
author: Ken Bannister
version: 2.15.17
title: ""
date: 2024-11-29T15:49:32.074Z
- commits:
- subject: Resolve part UUID links returned by df
hash: b71e479204a554db7fe18fb7cdb56013dc856064
Expand Down Expand Up @@ -632,39 +645,25 @@
- commits:
- subject: "upgrade-2.x: apply jetson fix to OS < v2.84.7"
hash: 26519d2cb37a6967204a5e24f5633b5610df4d0b
body: >
body: |
A mistyped path in the hostapp-update hooks in meta-balena caused the
extlinux.conf file to not be persisted across HUP, causing variables set
in the config to be reset by the supervisor, triggering untimely reboots
during upgrades.
A fix has been made to meta-balena [0] to properly persist the
configuration across a HUP, but this will require an OS upgrade to take
effect.
The supervisor has a similar fix in place to prevent reboots when
healthcheck breadcrumbs are present, but this requires a new supervisor
release.
To cover devices that are running older supervisor releases on older OS
versions, extend the version check to apply the Jetson fix to affected
OS versions.
[0]
https://github.com/balena-os/meta-balena/commit/096024808224aea2100e2a2a1f95ef75e23493ef
[0] https://github.com/balena-os/meta-balena/commit/096024808224aea2100e2a2a1f95ef75e23493ef
footer:
Change-type: patch
change-type: patch
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v2.15.17 - 2024-11-29

- Add takeover based upgrade script [Ken Bannister]

## v2.15.16 - 2024-10-31

- Resolve part UUID links returned by df [Kyle Harding]
Expand Down
2 changes: 1 addition & 1 deletion app/meta/balenahupmeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#

title = 'resinhup'
version = '2.15.16'
version = '2.15.17'
description = 'A resin host OS update tool'
author = 'Andrei Gherzan'
author_email = 'andrei@resin.io'
Expand Down

0 comments on commit 5382017

Please sign in to comment.