From 77ee6511fb89f2ce1861c09335ed1f66d849e721 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:45:51 +0000 Subject: [PATCH] v30.1.1 --- .versionbot/CHANGELOG.yml | 42 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 50 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9008b40f8..54ff4f4b3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: "var-update-trigger: Move finding the devices to update after the TX + commits" + hash: fb9d7df999b3cd9259d01a14060909f6d135f448 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 30.1.1 + title: "" + date: 2024-10-24T16:45:44.753Z - commits: - subject: Add `LOKI_READ_PCT` to enable reading logs from loki hash: a34b73b1f75e1409354b2b33dbecd7c65d9fb9e3 @@ -1208,6 +1221,7 @@ + Update @@ -1245,6 +1259,7 @@ + The internal and @@ -1298,6 +1313,7 @@ + Update @@ -1780,6 +1796,7 @@ + - Update @@ -2293,6 +2310,7 @@ + Update @@ -2362,6 +2380,7 @@ + As balena-lint @@ -2406,6 +2425,7 @@ + As engine and npm is @@ -2465,6 +2485,7 @@ + Ensure that the @@ -2550,6 +2571,7 @@ + Update @@ -2600,6 +2622,7 @@ + Update @@ -2640,6 +2663,7 @@ + This also deprecates @@ -2690,6 +2714,7 @@ + It can in fact be a @@ -2741,6 +2766,7 @@ + We know what type @@ -2797,6 +2823,7 @@ + Update @@ -2964,6 +2991,7 @@ + This also deprecates @@ -3187,6 +3215,7 @@ + As balena-lint @@ -3230,6 +3259,7 @@ + As engine and npm is @@ -3288,6 +3318,7 @@ + Ensure that the @@ -3406,6 +3437,7 @@ + As balena-lint @@ -3449,6 +3481,7 @@ + As engine and npm is @@ -3507,6 +3540,7 @@ + Ensure that the @@ -5646,6 +5680,7 @@ + As balena-lint @@ -5689,6 +5724,7 @@ + As engine and npm is @@ -5747,6 +5783,7 @@ + Ensure that the @@ -5875,6 +5912,7 @@ + This also deprecates @@ -5924,6 +5962,7 @@ + It can in fact be a @@ -5974,6 +6013,7 @@ + We know what type @@ -6029,6 +6069,7 @@ + Update @@ -6195,6 +6236,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index f28850134..25f44572c 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/). +## 30.1.1 - 2024-10-24 + +* var-update-trigger: Move finding the devices to update after the TX commits [Thodoris Greasidis] + ## 30.1.0 - 2024-10-24 * Add `LOKI_READ_PCT` to enable reading logs from loki [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index 76a91dea7..762e5e225 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "30.1.0", + "version": "30.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "30.1.0", + "version": "30.1.1", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 1be91f54b..64efb381c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "30.1.0", + "version": "30.1.1", "license": "AGPL-3.0", "repository": { "type": "git", @@ -167,6 +167,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-10-24T11:45:33.971Z" + "publishedAt": "2024-10-24T16:45:45.753Z" } }