Skip to content

Commit

Permalink
v2.15.14
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Apr 26, 2024
1 parent 8bc0e17 commit 3ebe331
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
28 changes: 28 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
- commits:
- subject: "upgrade-2.x: avoid log function blocking execution"
hash: 046fd01a79356ada733ffff8c28c661f7ca670a7
body: |
Appending to /dev/stderr can cause the script to block if the device
is not available.
Also, always include the script name in the logs.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
- subject: "upgrade-2.x: move error reporting to exit handler"
hash: 2ce06a41acf9ec307c8dda9f7c47e0a97d3b6a03
body: |
By using the exit handler and checking for the error code the script
will always attempt to report a failed update.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Gonzalez <[email protected]>
signed-off-by: Alex Gonzalez <[email protected]>
author: Alex Gonzalez
version: 2.15.14
title: ""
date: 2024-04-26T09:47:49.692Z
- commits:
- subject: "Upgrade-2.x.sh: Comment why we still need to use the release_tags"
hash: 15f4bc62ce538aca173de42a92b1fb819ad20120
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.14 - 2024-04-26

- Upgrade-2.x: avoid log function blocking execution [Alex Gonzalez]
- Upgrade-2.x: move error reporting to exit handler [Alex Gonzalez]

## v2.15.13 - 2024-03-28

- Upgrade-2.x.sh: Comment why we still need to use the release_tags [Thodoris Greasidis]
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.13'
version = '2.15.14'
description = 'A resin host OS update tool'
author = 'Andrei Gherzan'
author_email = '[email protected]'
Expand Down

0 comments on commit 3ebe331

Please sign in to comment.