This commit is contained in:
Resin CI 2019-07-19 15:48:09 +03:00
parent 3d7781170c
commit 095ec0620f
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: 'fix: Don''t consider volume supervised labels when comparing'
hash: cbb079e8dc03b9ef85336a8fbd22b85574c7db7e
body: ''
footer:
Change-type: patch
change-type: patch
Closes: '#1039'
closes: '#1039'
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 10.0.3
date: 2019-07-19T11:20:19.861Z
- commits:
- subject: 'device-api: fix up small typos'
hash: 2cb6ecc150c207704c08dee52cf8940a16d760c6

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.0.3 - 2019-07-19
* Fix: Don't consider volume supervised labels when comparing [Cameron Diver]
## 10.0.2 - 2019-07-18
* Device-api: fix up small typos [Matthew McGinn]

2
package-lock.json generated
View File

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