This commit is contained in:
Balena CI 2021-05-06 03:06:40 +03:00 committed by VersionBot
parent 537beae17b
commit 8ceabbdb4d
5 changed files with 23 additions and 3 deletions

View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
12.6.3
12.6.4

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.6.3",
"version": "12.6.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",