This commit is contained in:
Balena CI 2019-11-07 20:09:50 +02:00
parent 461d519f54
commit b62c069583
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Extract normaliseLegacy as normalise to migration module
hash: cf79ed8cdb96431a5a5fbe94885c1e96680df75c
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Theodor Gherzan <theodor@balena.io>
signed-off-by: Theodor Gherzan <theodor@balena.io>
author: Theodor Gherzan
version: 10.6.3
date: 2019-11-07T17:52:39.365Z
- commits:
- subject: Define the database type of the application
hash: 053e111626330ab4cc7a7dc545c94aa0674405ee

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.6.3 - 2019-11-07
* Extract normaliseLegacy as normalise to migration module [Theodor Gherzan]
## 10.6.2 - 2019-11-07
* Define the database type of the application [Cameron Diver]

2
package-lock.json generated
View File

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