This commit is contained in:
Resin CI 2019-07-24 18:21:15 +03:00
parent 61b6d9fe20
commit 7c18ff2901
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: 'api: Perform network checks if device is unmanaged'
hash: f9aa4681fa07a28cd5b9d63e697d76cff0faf4e6
body: |
Without these checks the API GET /v1/device doesn't return a
value for `ip_address`.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Rich Bayliss <rich@balena.io>
signed-off-by: Rich Bayliss <rich@balena.io>
author: Rich Bayliss
version: 10.1.2
date: 2019-07-24T14:44:11.596Z
- commits:
- subject: Fix invocation of livepush with sync-debug
hash: 37ea6a92836faaf819a77568f43b3efc05e460a5

View File

@ -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/).
## 10.1.2 - 2019-07-24
* Api: Perform network checks if device is unmanaged [Rich Bayliss]
## 10.1.1 - 2019-07-23
* Fix invocation of livepush with sync-debug [Cameron Diver]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "10.1.1",
"version": "10.1.2",
"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": "10.1.1",
"version": "10.1.2",
"license": "Apache-2.0",
"repository": {
"type": "git",