Skip to content

Commit

Permalink
v2.108.1
Browse files Browse the repository at this point in the history
  • Loading branch information
balena-ci committed Dec 18, 2022
1 parent 7555add commit 1d8c6ee
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
- commits:
- subject: "common: signing: improve debug output on failure"
hash: 18599bd74eacf844674f508c612014349575ba55
body: |
If the signing server's response is anything other than successful, such
as with an authentication failure or bad request, the HTTP status code
and response are hidden due to the --silent flag passed to cURL.

Drop the stdio redirect to the output file along with the --silent flag,
and instead use the -o parameter to output the response to the
appropriate file on success. This allows the status code and response to
be shown in the logs upon failure.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Joseph Kogut <[email protected]>
signed-off-by: Joseph Kogut <[email protected]>
author: Joseph Kogut
nested: []
version: 2.108.1
title: ""
date: 2022-12-18T19:27:56.286Z
- commits:
- subject: Update NetworkManager to 1.40.4
hash: aeab6a6b030bd6d0047a92dcc8d41fd9e542ffe7
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Change log
-----------

# v2.108.1
## (2022-12-18)

* common: signing: improve debug output on failure [Joseph Kogut]

# v2.108.0
## (2022-12-16)

Expand Down
2 changes: 1 addition & 1 deletion meta-balena-common/conf/distro/include/balena-os.inc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include conf/distro/include/balena-os-rust-version.inc

DISTRO = "balena-os"
DISTRO_NAME = "balenaOS"
DISTRO_VERSION = "2.108.0"
DISTRO_VERSION = "2.108.1"
HOSTOS_VERSION = "${DISTRO_VERSION}"
python () {
''' Set HOSTOS_VERSION from board VERSION if available '''
Expand Down

0 comments on commit 1d8c6ee

Please sign in to comment.