From 622e8edec159f50085346fc85ba218a8d64683f6 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 27 Oct 2020 15:29:06 +0200 Subject: [PATCH] v12.0.9 --- .versionbot/CHANGELOG.yml | 17 +++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ea5fcbd1..f593a674 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,20 @@ +- commits: + - subject: Change source of deviceType to device-type.json + hash: f5183df35677f091f1374c3f6e86706b141471f3 + body: | + The source of truth for the device-type should be + device-type.json instead of config.json + footer: + Change-type: patch + change-type: patch + Signed-off-by: Felipe Lalanne + signed-off-by: Felipe Lalanne + Connects-to: '#1472' + connects-to: '#1472' + author: Felipe Lalanne + nested: [] + version: 12.0.9 + date: 2020-10-27T12:43:11.383Z - commits: - subject: Fixed evaluating if updates are needed to reach target state hash: 77333f1e110070f17f4bf95c1554075c94a35d63 diff --git a/CHANGELOG.md b/CHANGELOG.md index bad91627..5f26e505 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.0.9 +## (2020-10-27) + +* Change source of deviceType to device-type.json [Felipe Lalanne] + # v12.0.8 ## (2020-10-26) diff --git a/VERSION b/VERSION index 448c471f..439137cb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.0.8 \ No newline at end of file +12.0.9 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 28a39c11..9d389c89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.0.8", + "version": "12.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7ab4a016..7baa951a 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.0.8", + "version": "12.0.9", "license": "Apache-2.0", "repository": { "type": "git",