mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-01 07:10:48 +00:00
v10.6.3
This commit is contained in:
parent
461d519f54
commit
b62c069583
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.6.2",
|
||||
"version": "10.6.3",
|
||||
"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.6.2",
|
||||
"version": "10.6.3",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user