This commit is contained in:
Resin CI 2019-06-20 23:45:43 +03:00
parent 56c4f1d23f
commit 30897ddbba
4 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: Report device state in local mode
hash: 024b9c45f493526d135a3e6926d0eda39c259446
body: |
In local mode, we now update device status on the backend,
but omit applications info in our updates.
footer:
Closes: '#959'
closes: '#959'
Change-type: minor
change-type: minor
Signed-off-by: Roman Mazur <roman@balena.io>
signed-off-by: Roman Mazur <roman@balena.io>
author: Roman Mazur
version: 9.17.0
date: 2019-06-20T12:45:10.472Z
- commits: - commits:
- subject: Don't drop failed api patch data - subject: Don't drop failed api patch data
hash: 8c69ae7645763cca7af90b500076f8d176265b02 hash: 8c69ae7645763cca7af90b500076f8d176265b02

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 9.17.0 - 2019-06-20
* Report device state in local mode [Roman Mazur]
## 9.16.7 - 2019-06-20 ## 9.16.7 - 2019-06-20
* Don't drop failed api patch data [Cameron Diver] * Don't drop failed api patch data [Cameron Diver]

2
package-lock.json generated
View File

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

View File

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