From 3020529d4e0aba6992b7a34a9e2c71aabdd917f5 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:11:47 +0000 Subject: [PATCH] v32.2.2 --- .versionbot/CHANGELOG.yml | 37 +++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 45 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c1600d782..0b2309218 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "Loki: simplify stream logic as we only use a single stream per device" + hash: 339f6a1dad9b1f4fd15130cfc9e8c46b4c70b4f6 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 32.2.2 + title: "" + date: 2024-12-11T15:11:40.490Z - commits: - subject: Revert reading service install as a computed term hash: 5e4630485af270811aa896e380a962b4b34cb28f @@ -2612,6 +2624,7 @@ + The internal and @@ -2733,6 +2746,7 @@ + Update @@ -3808,6 +3822,7 @@ + Update @@ -3945,6 +3960,7 @@ + As balena-lint @@ -4057,6 +4073,7 @@ + As engine and npm is @@ -4184,6 +4201,7 @@ + Ensure that the @@ -4474,6 +4492,7 @@ + This also deprecates @@ -4592,6 +4611,7 @@ + It can in fact be a @@ -4711,6 +4731,7 @@ + We know what type @@ -4835,6 +4856,7 @@ + Update @@ -5070,6 +5092,7 @@ + This also deprecates @@ -5361,6 +5384,7 @@ + As balena-lint @@ -5472,6 +5496,7 @@ + As engine and npm is @@ -5598,6 +5623,7 @@ + Ensure that the @@ -5784,6 +5810,7 @@ + As balena-lint @@ -5895,6 +5922,7 @@ + As engine and npm is @@ -6021,6 +6049,7 @@ + Ensure that the @@ -8220,6 +8249,7 @@ + As balena-lint @@ -8331,6 +8361,7 @@ + As engine and npm is @@ -8457,6 +8488,7 @@ + Ensure that the @@ -8646,6 +8678,7 @@ + This also deprecates @@ -8763,6 +8796,7 @@ + It can in fact be a @@ -8881,6 +8915,7 @@ + We know what type @@ -9004,6 +9039,7 @@ + Update @@ -9238,6 +9274,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d51896c..f68241011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 32.2.2 - 2024-12-11 + +* Loki: simplify stream logic as we only use a single stream per device [Pagan Gazzard] + ## 32.2.1 - 2024-12-11 * Revert reading service install as a computed term [Otavio Jacobi] diff --git a/package-lock.json b/package-lock.json index 67a495b5d..d3541f3d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "32.2.1", + "version": "32.2.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "32.2.1", + "version": "32.2.2", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index d59d219f1..077e60bbb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "32.2.1", + "version": "32.2.2", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-12-11T12:52:08.143Z" + "publishedAt": "2024-12-11T15:11:41.532Z" } }