From f9b2872648dca437394f2fc8ffb73a1eb8aa678b Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 17 Nov 2021 19:05:58 +0200 Subject: [PATCH] v12.11.11 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 2 +- package.json | 4 ++-- 6 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9a26334c..63538e2c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: 'backends/extra-uEnv: Extend custom DTB support for Nano 2GB Devkit' + hash: 3b9c68246e984aea99d03953060c435dad59d117 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + nested: [] + version: 12.11.11 + date: 2021-11-17T12:51:08.705Z - commits: - subject: Fix `delete-then-download` strategy hash: 394377e0a183d5a26ae6527f5aafb1f29e7fa140 diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2cbe6c..511d17ec 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.11.11 +## (2021-11-17) + +* backends/extra-uEnv: Extend custom DTB support for Nano 2GB Devkit [Alexandru Costache] + # v12.11.10 ## (2021-11-16) diff --git a/VERSION b/VERSION index 2ab5bd04..82dc407e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.10 \ No newline at end of file +12.11.11 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 2261000f..5e44d96e 100644 --- a/balena.yml +++ b/balena.yml @@ -2,4 +2,4 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 12.11.10 +version: 12.11.11 diff --git a/package-lock.json b/package-lock.json index f7ebd64a..d222312b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.10", + "version": "12.11.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 60968f43..86126d0b 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.11.10", + "version": "12.11.11", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2021-11-16T19:43:14.757Z" + "publishedAt": "2021-11-17T12:51:08.935Z" } }