From a3ebfeb32bf2ddee759839564b6484d42df5a893 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 11 Nov 2019 13:13:07 +0200 Subject: [PATCH] v10.6.4 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 910c72fd..53995f2a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Michel Wohlert + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b05da82..765da1fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package-lock.json b/package-lock.json index b27f1894..32ee4df9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.6.3", + "version": "10.6.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 99ec1802..fbce2578 100644 --- a/package.json +++ b/package.json @@ -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",