From f7396cf335b221ebc3088b1eb7e3caca3ef8c3ac Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:43:24 +0000 Subject: [PATCH] v14.13.13 --- .versionbot/CHANGELOG.yml | 76 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 13 +++++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 4 +-- package.json | 4 +-- 6 files changed, 95 insertions(+), 6 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 978308cb..23d5363e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,79 @@ +- commits: + - subject: Switch some _.includes usage to native versions + hash: e15205301c345398873097b07869c191d1f09d08 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + - subject: Switch _.assign usage to native versions + hash: a4a9a17c1aba1a7611b000b2b440600331349a07 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + - subject: Switch _.isNaN usage to native versions + hash: d0cb54537f74c19f5262a6b1515e13cfb476dfd3 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + - subject: Switch _.isFunction usage to native versions + hash: c9f032e13ad0f2b31b8316c8334f2175f3af4014 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + - subject: Switch _.isUndefined usage to native versions + hash: 3bfdc4454e90732f17e8adaaadfe60c21a8f3748 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + - subject: Switch _.isNull usage to native versions + hash: 8e23091aa9c997dbcbce8faacd34c275239a746e + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + - subject: Switch _.isNumber usage to native versions + hash: ca3faebfc9ade3b720380b5f002a747ba4817b92 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + - subject: Switch _.isArray usage to native versions + hash: 20df54668ce12790320ec78cbc8044a4065f6a16 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + - subject: Switch _.isString usage to native versions + hash: 3fe8a22fb0158bf456bf3eba1b0a0b27ce004c8a + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 14.13.13 + title: "" + date: 2023-10-16T21:43:19.070Z - commits: - subject: Revert "Do not expose ports from image if service network mode" hash: 3e828dcc5262528639a7a039d62855d9607d1779 diff --git a/CHANGELOG.md b/CHANGELOG.md index f02d95e6..4421d30f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.13.13 +## (2023-10-16) + +* Switch some _.includes usage to native versions [Pagan Gazzard] +* Switch _.assign usage to native versions [Pagan Gazzard] +* Switch _.isNaN usage to native versions [Pagan Gazzard] +* Switch _.isFunction usage to native versions [Pagan Gazzard] +* Switch _.isUndefined usage to native versions [Pagan Gazzard] +* Switch _.isNull usage to native versions [Pagan Gazzard] +* Switch _.isNumber usage to native versions [Pagan Gazzard] +* Switch _.isArray usage to native versions [Pagan Gazzard] +* Switch _.isString usage to native versions [Pagan Gazzard] + # v14.13.12 ## (2023-10-16) diff --git a/VERSION b/VERSION index b3357af4..1d5dfed0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.13.12 \ No newline at end of file +14.13.13 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 254b404a..39aaab48 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.13.12 +version: 14.13.13 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index a8207094..c71f72c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-supervisor", - "version": "14.13.12", + "version": "14.13.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-supervisor", - "version": "14.13.12", + "version": "14.13.13", "license": "Apache-2.0", "dependencies": { "@balena/systemd": "^0.4.1", diff --git a/package.json b/package.json index 8a7ff85b..5f69122c 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.13.12", + "version": "14.13.13", "license": "Apache-2.0", "repository": { "type": "git", @@ -140,6 +140,6 @@ "yargs": "^15.4.1" }, "versionist": { - "publishedAt": "2023-10-16T16:59:14.516Z" + "publishedAt": "2023-10-16T21:43:19.827Z" } }