mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-16 15:28:52 +00:00
v10.2.7
This commit is contained in:
parent
aea9362abd
commit
5121767766
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.2.6",
|
||||
"version": "10.2.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user