From ade6513c661ce5e591e09fdcaef8cead099b750a Mon Sep 17 00:00:00 2001 From: Balena CI Date: Mon, 19 Sep 2022 21:21:53 +0000 Subject: [PATCH] v14.1.1 --- .versionbot/CHANGELOG.yml | 64 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 19 ++++++++++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 4 +-- package.json | 4 +-- 6 files changed, 89 insertions(+), 6 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 62a92187..af8ebba5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,67 @@ +- commits: + - subject: Update balena-register-device to 8.0.0 + hash: 1baf972e162cb3f9bf8904f7e734f29e2afe6b6d + body: | + Update balena-register-device from 7.2.0 to 8.0.0 + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + nested: + - commits: + - subject: Remove the travis & appveyor configurations + hash: 32c19504ca79ec134b34e30a4e6a52157a7b0bd6 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + - subject: "tsconfig: Enable strict type checking" + hash: 77b5211af6f87c364302342f24f9f95bc6c8ba35 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + - subject: Update devDependencies + hash: 32a482be80c978b3c8f83a2335a17c70a224cb52 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + - subject: Update the uuid package to v9 + hash: 4567f824d6f45c825594fda3ec7c4b8e5f3ea561 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + - subject: Prevent creating a package-lock.json + hash: 3c0e432980a30a1fb0678acd8d0459bd53d69565 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + - subject: Drop support for node 10 in favor of 14 & 16 + hash: ea7c5670950918363380cff9576a082abad6dbb9 + body: | + That's required in order to update uuid to v9. + footer: + Change-type: major + change-type: major + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + version: balena-register-device-8.0.0 + title: "'Drop node 10 in favor of 14 & 16 & update the uuid package to v9'" + date: 2022-09-06T12:49:29.202Z + version: 14.1.1 + title: "" + date: 2022-09-19T21:21:50.712Z - commits: - subject: Update to nodejs 16 hash: 5518eb17bd232d53d3fd73afd0cd565ad2d93ca4 diff --git a/CHANGELOG.md b/CHANGELOG.md index fd1e8110..dada444c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ 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.1.1 +## (2022-09-19) + + +
+ Update balena-register-device to 8.0.0 [Thodoris Greasidis] + +> ## balena-register-device-8.0.0 +> ### (2022-09-06) +> +> * Remove the travis & appveyor configurations [Thodoris Greasidis] +> * tsconfig: Enable strict type checking [Thodoris Greasidis] +> * Update devDependencies [Thodoris Greasidis] +> * Update the uuid package to v9 [Thodoris Greasidis] +> * Prevent creating a package-lock.json [Thodoris Greasidis] +> * Drop support for node 10 in favor of 14 & 16 [Thodoris Greasidis] +> +
+ # v14.1.0 ## (2022-09-19) diff --git a/VERSION b/VERSION index 2f0f3c13..e199ade4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.1.0 \ No newline at end of file +14.1.1 \ No newline at end of file diff --git a/balena.yml b/balena.yml index f28eebe4..d3ab653f 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.1.0 +version: 14.1.1 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 45ad0639..92a8bdd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-supervisor", - "version": "14.1.0", + "version": "14.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-supervisor", - "version": "14.1.0", + "version": "14.1.1", "license": "Apache-2.0", "dependencies": { "@balena/happy-eyeballs": "0.0.6", diff --git a/package.json b/package.json index 501cc87b..5ba6ff9b 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.1.0", + "version": "14.1.1", "license": "Apache-2.0", "repository": { "type": "git", @@ -142,6 +142,6 @@ } }, "versionist": { - "publishedAt": "2022-09-19T20:36:46.447Z" + "publishedAt": "2022-09-19T21:21:51.961Z" } }