From 8ceabbdb4dcc846e36fb59a28a5ccf5f4d648625 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 6 May 2021 03:06:40 +0300 Subject: [PATCH] v12.6.4 --- .versionbot/CHANGELOG.yml | 15 +++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 23 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4859b668..43a5a64c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Log error responses from API when reporting state + hash: 2203f78d517a9edf75a261dd3c77cdf5b609548c + body: | + This adds the error message from the API to journal logs to better + identify those cases where patching to the API fails. + footer: + Change-type: patch + change-type: patch + Relates-to: '#1680' + relates-to: '#1680' + author: Felipe Lalanne + nested: [] + version: 12.6.4 + date: 2021-05-05T19:06:49.805Z - commits: - subject: Added configurations.md to document all configurable vars hash: 07a0344dc6ac15a67513080c63dffe0d6b811ebf diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a17dd5..3712a273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +# v12.6.4 +## (2021-05-05) + +* Log error responses from API when reporting state [Felipe Lalanne] + # v12.6.3 ## (2021-05-04) diff --git a/VERSION b/VERSION index cabbe6d9..e75790e6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.6.3 \ No newline at end of file +12.6.4 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 64613df4..646a7d0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.6.3", + "version": "12.6.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2dcef8d0..2bd51ad3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.", - "version": "12.6.3", + "version": "12.6.4", "license": "Apache-2.0", "repository": { "type": "git",