From aa023051f6a374a8fa622a80299f9b8c8567a78e Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 16 Mar 2022 23:13:15 +0200 Subject: [PATCH] v12.11.41 --- .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 f962bcec..f82fd5e2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Added PR template doc + hash: edcbb622d84bc1290cc5ce0ef7929a9ef9195df4 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: 20k-ultra <3946250+20k-ultra@users.noreply.github.com> + signed-off-by: 20k-ultra <3946250+20k-ultra@users.noreply.github.com> + author: 20k-ultra + nested: [] + version: 12.11.41 + title: "'Added PR template doc'" + date: 2022-03-16T20:56:50.062Z - commits: - subject: Only count report connectivity errors for healthcheck hash: e217ff9027dad3e2ab092d16290b2eca0ecf6c25 diff --git a/CHANGELOG.md b/CHANGELOG.md index 190b7594..7da07d21 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.41 +## (2022-03-16) + +* Added PR template doc [20k-ultra] + # v12.11.40 ## (2022-03-16) diff --git a/VERSION b/VERSION index 1b64cea6..41e1a824 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.40 \ No newline at end of file +12.11.41 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 089b9ab6..c1e1467a 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.40 +version: 12.11.41 diff --git a/package-lock.json b/package-lock.json index d567e63f..92c49bff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.40", + "version": "12.11.41", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d91e8a63..99aae4bd 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.40", + "version": "12.11.41", "license": "Apache-2.0", "repository": { "type": "git", @@ -139,6 +139,6 @@ } }, "versionist": { - "publishedAt": "2022-03-16T19:01:21.019Z" + "publishedAt": "2022-03-16T20:56:50.584Z" } }