diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f892e94ee..0fc96a649 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Change state GET v2 & v3 to use the `release_image` term form instead + of `release.contains__image` + hash: ecce0f0e3c07b4b5f4bf7569eb4d587d6950e784 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 30.0.10 + title: "" + date: 2024-10-21T15:06:33.460Z - commits: - subject: Add the ability to enable pine async tasks hash: b461715e3b6eb2c1c21b8bca1ad95c94fbafcb6f @@ -949,6 +962,7 @@ + Update @balena/abstract-sql-compiler from 8.5.0 to 9.0.4 @@ -976,6 +990,7 @@ + The internal and external representation of @@ -1019,6 +1034,7 @@ + Update @types/chai-datetime from 0.0.37 to @@ -1491,6 +1507,7 @@ + - Update @balena/lint from 6.2.2 to 7.2.4 @@ -1994,6 +2011,7 @@ + Update @balena/odata-parser from 2.4.6 to 3.0.0 @@ -2053,6 +2071,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -2087,6 +2106,7 @@ + As engine and npm is now required as part of package.json we @@ -2136,6 +2156,7 @@ + Ensure that the input passed in for JSON types is either @@ -2211,6 +2232,7 @@ + Update @balena/abstract-sql-compiler from 8.4.0 to 8.4.1 @@ -2251,6 +2273,7 @@ + Update @balena/abstract-sql-compiler from 8.0.0 to 8.4.0 @@ -2281,6 +2304,7 @@ + This also deprecates the legacy version footer: @@ -2321,6 +2345,7 @@ + It can in fact be a lot of different things and that is @@ -2362,6 +2387,7 @@ + We know what type they return and they should be explicitly @@ -2408,6 +2434,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -2565,6 +2592,7 @@ + This also deprecates the legacy use of direct true/false @@ -2778,6 +2806,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -2811,6 +2840,7 @@ + As engine and npm is now required as part of package.json we @@ -2859,6 +2889,7 @@ + Ensure that the input passed in for JSON types is either @@ -2967,6 +2998,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -3000,6 +3032,7 @@ + As engine and npm is now required as part of package.json we @@ -3048,6 +3081,7 @@ + Ensure that the input passed in for JSON types is either @@ -5177,6 +5211,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -5210,6 +5245,7 @@ + As engine and npm is now required as part of package.json we @@ -5258,6 +5294,7 @@ + Ensure that the input passed in for JSON types is either @@ -5376,6 +5413,7 @@ + This also deprecates the legacy version footer: @@ -5415,6 +5453,7 @@ + It can in fact be a lot of different things and that is @@ -5455,6 +5494,7 @@ + We know what type they return and they should be explicitly @@ -5500,6 +5540,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -5656,6 +5697,7 @@ + This also deprecates the legacy use of direct true/false diff --git a/CHANGELOG.md b/CHANGELOG.md index 8912028e5..fef8349df 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.10 - 2024-10-21 + +* Change state GET v2 & v3 to use the `release_image` term form instead of `release.contains__image` [Thodoris Greasidis] + ## 30.0.9 - 2024-10-21 * Add the ability to enable pine async tasks [Otavio Jacobi] diff --git a/package-lock.json b/package-lock.json index 1d3db7230..526058c30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "30.0.9", + "version": "30.0.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "30.0.9", + "version": "30.0.10", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 8bb97ab00..ae6e5aecd 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.9", + "version": "30.0.10", "license": "AGPL-3.0", "repository": { "type": "git", @@ -167,6 +167,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-10-21T12:35:53.132Z" + "publishedAt": "2024-10-21T15:06:34.653Z" } }