This commit is contained in:
Resin CI 2019-06-21 16:28:07 +03:00
parent 45f00c86ac
commit 4cc83d5520
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Update the resinos version for the dind supervisor
hash: f5aedffa055baa4037dc912db8962468e5f42b8b
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 9.17.1
date: 2019-06-21T12:35:30.821Z
- commits:
- subject: Report device state in local mode
hash: 024b9c45f493526d135a3e6926d0eda39c259446

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/).
## 9.17.1 - 2019-06-21
* Update the resinos version for the dind supervisor [Pagan Gazzard]
## 9.17.0 - 2019-06-20
* Report device state in local mode [Roman Mazur]

2
package-lock.json generated
View File

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