diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 75251026..d9da9418 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Infer legacy Volumes that do not have the supervised label + hash: 183ea88a2ad3bbdf18ab96505920465f1a404df0 + body: '' + footer: + Change-type: patch + change-type: patch + Closes: '#1604' + closes: '#1604' + Signed-off-by: Miguel Casqueira + signed-off-by: Miguel Casqueira + author: Miguel Casqueira + nested: [] + version: 12.4.6 + date: 2021-03-15T23:49:25.274Z - commits: - subject: Add nebra-hnt to raspberry pi variants hash: 8f9254b6b12503573386e8fb613a5f289473f662 diff --git a/CHANGELOG.md b/CHANGELOG.md index 13ac97ba..94dc5bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v12.4.6 +## (2021-03-15) + +* Infer legacy Volumes that do not have the supervised label [Miguel Casqueira] + # v12.4.5 ## (2021-03-12) diff --git a/VERSION b/VERSION index 3c95eeb5..58bd5d28 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.4.5 \ No newline at end of file +12.4.6 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index fead1ef6..663d3133 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.4.5", + "version": "12.4.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3f04b883..585724de 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": "12.4.5", + "version": "12.4.6", "license": "Apache-2.0", "repository": { "type": "git",