mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-24 21:09:47 +00:00
v10.6.4
This commit is contained in:
parent
d3a95ed748
commit
a3ebfeb32b
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Check if appId is a number before purging
|
||||
hash: 597f95e1696f3934b6072a775949e7fd7010340e
|
||||
body: ''
|
||||
footer:
|
||||
Change-Type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Michel Wohlert <michel@1012consulting.io>
|
||||
signed-off-by: Michel Wohlert <michel@1012consulting.io>
|
||||
author: Michel Wohlert
|
||||
version: 10.6.4
|
||||
date: 2019-11-11T11:00:29.945Z
|
||||
- commits:
|
||||
- subject: Extract normaliseLegacy as normalise to migration module
|
||||
hash: cf79ed8cdb96431a5a5fbe94885c1e96680df75c
|
||||
|
@ -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.4 - 2019-11-11
|
||||
|
||||
* Check if appId is a number before purging [Michel Wohlert]
|
||||
|
||||
## 10.6.3 - 2019-11-07
|
||||
|
||||
* Extract normaliseLegacy as normalise to migration module [Theodor Gherzan]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.6.3",
|
||||
"version": "10.6.4",
|
||||
"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.3",
|
||||
"version": "10.6.4",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user