This commit is contained in:
Resin CI 2019-08-19 23:04:25 +03:00
parent 408ddaa477
commit 9a823475b5
4 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: Extract composition step work out to typescript compose module
hash: 4f31b1867059d944469073551687da6ac25100c9
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
- subject: Remove unused local mode parameter from images.getAvailable
hash: 55ee5a468f088612c5df3629cf1a7216d000bb94
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: 10.2.6
date: 2019-08-19T16:02:20.801Z
- commits:
- subject: Only consider certain array fields without order
hash: 76de276b924edbbeb30cdad41ed491ad20129492

View File

@ -4,6 +4,11 @@ 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.2.6 - 2019-08-19
* Extract composition step work out to typescript compose module [Cameron Diver]
* Remove unused local mode parameter from images.getAvailable [Cameron Diver]
## 10.2.5 - 2019-08-19
* Only consider certain array fields without order [Cameron Diver]

2
package-lock.json generated
View File

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