From 79dbfcf806ac2e968918210c72cb0aa0fd2401cc Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:43:01 +0000 Subject: [PATCH] v33.0.6 --- .versionbot/CHANGELOG.yml | 45 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 54 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 28e27af4f..c175835ba 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: "Loki: add extra checks that were able able to populate the loki context" + hash: b5110bfee2c64120d3661c0eb2ca061a2df31d2c + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + - subject: "Loki: store the app id as a string rather than constantly converting" + hash: 8f8b85b29c97f3cad169874881d831177078916a + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 33.0.6 + title: "" + date: 2024-12-13T16:42:57.544Z - commits: - subject: Improve patch-state-v3 typing hash: 63fece16a1e09c2121401447193bd72e6fb431f9 @@ -2751,6 +2771,7 @@ + The internal and @@ -2879,6 +2900,7 @@ + Update @@ -3961,6 +3983,7 @@ + Update @@ -4105,6 +4128,7 @@ + As balena-lint @@ -4224,6 +4248,7 @@ + As engine and npm is @@ -4358,6 +4383,7 @@ + Ensure that the @@ -4655,6 +4681,7 @@ + This also deprecates @@ -4780,6 +4807,7 @@ + It can in fact be a @@ -4906,6 +4934,7 @@ + We know what type @@ -5037,6 +5066,7 @@ + Update @@ -5279,6 +5309,7 @@ + This also deprecates @@ -5577,6 +5608,7 @@ + As balena-lint @@ -5695,6 +5727,7 @@ + As engine and npm is @@ -5828,6 +5861,7 @@ + Ensure that the @@ -6021,6 +6055,7 @@ + As balena-lint @@ -6139,6 +6174,7 @@ + As engine and npm is @@ -6272,6 +6308,7 @@ + Ensure that the @@ -8478,6 +8515,7 @@ + As balena-lint @@ -8596,6 +8634,7 @@ + As engine and npm is @@ -8729,6 +8768,7 @@ + Ensure that the @@ -8925,6 +8965,7 @@ + This also deprecates @@ -9049,6 +9090,7 @@ + It can in fact be a @@ -9174,6 +9216,7 @@ + We know what type @@ -9304,6 +9347,7 @@ + Update @@ -9545,6 +9589,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 7099ac18e..294222fb4 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/). +## 33.0.6 - 2024-12-13 + +* Loki: add extra checks that were able able to populate the loki context [Pagan Gazzard] +* Loki: store the app id as a string rather than constantly converting [Pagan Gazzard] + ## 33.0.5 - 2024-12-13 * Improve patch-state-v3 typing [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index b4e744edd..b80c1ff7a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "33.0.5", + "version": "33.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "33.0.5", + "version": "33.0.6", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 3c2f1e8a5..7dd71b759 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "33.0.5", + "version": "33.0.6", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-12-13T16:29:16.126Z" + "publishedAt": "2024-12-13T16:42:58.635Z" } }