This commit is contained in:
Resin CI 2019-06-11 15:43:58 +03:00
parent 04cbadf30b
commit e3d9a9e9da
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix typo in image selection
hash: 65019bb5bc11a31817a6ade7f904d02376146aef
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 9.16.3
date: 2019-06-11T12:12:37.928Z
- commits:
- subject: Re-parallelise current image retrieval code
hash: b1e4e8399b69c1c817a615b4e9b7f219d30538bc

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.16.3 - 2019-06-11
* Fix typo in image selection [Cameron Diver]
## 9.16.2 - 2019-06-11
* Re-parallelise current image retrieval code [Cameron Diver]

2
package-lock.json generated
View File

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