This commit is contained in:
Resin CI 2019-08-21 16:31:22 +03:00
parent aea9362abd
commit 5121767766
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Correctly generate network or volume creation steps
hash: ded828da9a284c28f1617cd49ba6fbbd09f489a9
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.7
date: 2019-08-21T09:51:54.225Z
- commits:
- subject: Extract composition step work out to typescript compose module
hash: 4f31b1867059d944469073551687da6ac25100c9

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.2.7 - 2019-08-21
* Correctly generate network or volume creation steps [Cameron Diver]
## 10.2.6 - 2019-08-19
* Extract composition step work out to typescript compose module [Cameron Diver]

2
package-lock.json generated
View File

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