From 41a4bf241ae02de1ebaaff0ff3cbe7fa787a6b44 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:29:55 +0000 Subject: [PATCH] v16.2.18 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 6 files changed, 24 insertions(+), 6 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 41c5c042a..80952eeae 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update event-stream to v3.3.5 + hash: 36e0fed219b041fa9695dd97629f710d52d76129 + body: | + Update event-stream from 3.3.4 to 3.3.5 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 16.2.18 + title: "" + date: 2024-04-15T21:29:50.342Z - commits: - subject: Add additional update lock tests for lockOverride & force hash: 57207c35398f147205fdc25d5010ec3fb51b132e diff --git a/CHANGELOG.md b/CHANGELOG.md index 24b737be4..f8f2a5cb2 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/). +# v16.2.18 +## (2024-04-15) + +* Update event-stream to v3.3.5 [Self-hosted Renovate Bot] + # v16.2.17 ## (2024-04-15) diff --git a/VERSION b/VERSION index b6bee47eb..6d58e4f5b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -16.2.17 \ No newline at end of file +16.2.18 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 2e8d3bd3d..f225c764b 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: 16.2.17 +version: 16.2.18 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index d6fe02798..1085fa6ef 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-supervisor", - "version": "16.2.17", + "version": "16.2.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-supervisor", - "version": "16.2.17", + "version": "16.2.18", "license": "Apache-2.0", "dependencies": { "@balena/systemd": "^0.5.0", diff --git a/package.json b/package.json index b84b216ef..c4c90e485 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": "16.2.17", + "version": "16.2.18", "license": "Apache-2.0", "repository": { "type": "git", @@ -142,6 +142,6 @@ "yargs": "^15.4.1" }, "versionist": { - "publishedAt": "2024-04-15T20:57:04.338Z" + "publishedAt": "2024-04-15T21:29:50.851Z" } }