From 6b36ccfddf3421742059d370dbb1af0d23aabe8c Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 6 Sep 2022 13:48:02 -0400 Subject: [PATCH] v14.0.16 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 6 files changed, 24 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f425c77a..ec30a2ea 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Add custom DTB support for imx8mm-var-som + hash: 36544b7d6e53c8a501a6def40ac0370346e63b78 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + nested: [] + version: 14.0.16 + title: "'Add custom DTB support for imx8mm-var-som'" + date: 2022-09-06T14:36:03.142Z - commits: - subject: Create `test/unit` and `test/integration` folders hash: c1e6dadeb47c3c52958383a2fc775a821362f853 diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b17c1e..4bec23cc 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/). +# v14.0.16 +## (2022-09-06) + +* Add custom DTB support for imx8mm-var-som [Alexandru Costache] + # v14.0.15 ## (2022-08-24) diff --git a/VERSION b/VERSION index 400dc384..1b8df774 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.0.15 \ No newline at end of file +14.0.16 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 8e6b8f94..75e52cee 100644 --- a/balena.yml +++ b/balena.yml @@ -2,6 +2,6 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 14.0.15 +version: 14.0.16 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 072112c6..58d97c00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "14.0.15", + "version": "14.0.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3e567391..279842fc 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": "14.0.15", + "version": "14.0.16", "license": "Apache-2.0", "repository": { "type": "git", @@ -140,6 +140,6 @@ } }, "versionist": { - "publishedAt": "2022-08-24T20:10:00.278Z" + "publishedAt": "2022-09-06T14:36:03.587Z" } }