From f9eb84bbb1f9f6fd9e58ce76cbc3d01ffab91ac5 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:35:56 +0000 Subject: [PATCH] v30.0.9 --- .versionbot/CHANGELOG.yml | 41 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 49 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 12ce7a483..f892e94ee 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Add the ability to enable pine async tasks + hash: b461715e3b6eb2c1c21b8bca1ad95c94fbafcb6f + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 30.0.9 + title: "" + date: 2024-10-21T12:35:52.116Z - commits: - subject: Lock file maintenance hash: d2d1242e9133f8ab825e8f4b10e4785dc3149e05 @@ -936,6 +948,7 @@ + Update @balena/abstract-sql-compiler from 8.5.0 to 9.0.4 @@ -962,6 +975,7 @@ + The internal and external representation of @@ -1004,6 +1018,7 @@ + Update @types/chai-datetime from 0.0.37 to @@ -1475,6 +1490,7 @@ + - Update @balena/lint from 6.2.2 to 7.2.4 @@ -1977,6 +1993,7 @@ + Update @balena/odata-parser from 2.4.6 to 3.0.0 @@ -2035,6 +2052,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -2068,6 +2086,7 @@ + As engine and npm is now required as part of package.json we @@ -2116,6 +2135,7 @@ + Ensure that the input passed in for JSON types is either @@ -2190,6 +2210,7 @@ + Update @balena/abstract-sql-compiler from 8.4.0 to 8.4.1 @@ -2229,6 +2250,7 @@ + Update @balena/abstract-sql-compiler from 8.0.0 to 8.4.0 @@ -2258,6 +2280,7 @@ + This also deprecates the legacy version footer: @@ -2297,6 +2320,7 @@ + It can in fact be a lot of different things and that is @@ -2337,6 +2361,7 @@ + We know what type they return and they should be explicitly @@ -2382,6 +2407,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -2538,6 +2564,7 @@ + This also deprecates the legacy use of direct true/false @@ -2750,6 +2777,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -2782,6 +2810,7 @@ + As engine and npm is now required as part of package.json we @@ -2829,6 +2858,7 @@ + Ensure that the input passed in for JSON types is either @@ -2936,6 +2966,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -2968,6 +2999,7 @@ + As engine and npm is now required as part of package.json we @@ -3015,6 +3047,7 @@ + Ensure that the input passed in for JSON types is either @@ -5143,6 +5176,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -5175,6 +5209,7 @@ + As engine and npm is now required as part of package.json we @@ -5222,6 +5257,7 @@ + Ensure that the input passed in for JSON types is either @@ -5339,6 +5375,7 @@ + This also deprecates the legacy version footer: @@ -5377,6 +5414,7 @@ + It can in fact be a lot of different things and that is @@ -5416,6 +5454,7 @@ + We know what type they return and they should be explicitly @@ -5460,6 +5499,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -5615,6 +5655,7 @@ + This also deprecates the legacy use of direct true/false diff --git a/CHANGELOG.md b/CHANGELOG.md index 0806f55ba..8912028e5 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.0.9 - 2024-10-21 + +* Add the ability to enable pine async tasks [Otavio Jacobi] + ## 30.0.8 - 2024-10-21 * Lock file maintenance [Self-hosted Renovate Bot] diff --git a/package-lock.json b/package-lock.json index 02bc1f9c6..1d3db7230 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "30.0.8", + "version": "30.0.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "30.0.8", + "version": "30.0.9", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index ceed9c578..8bb97ab00 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "30.0.8", + "version": "30.0.9", "license": "AGPL-3.0", "repository": { "type": "git", @@ -167,6 +167,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-10-21T01:29:56.498Z" + "publishedAt": "2024-10-21T12:35:53.132Z" } }