diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e1ac34dfd..0b0ab21ac 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Avoid throwing when `service_install` not found in state-get endpoints + hash: 60105509a14b5c1229cc4bfd68cad454298bcadb + body: > + A given device does not require that the service_install has been + previously created in order for state-get to work. + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 29.1.4 + title: "" + date: 2024-10-16T11:16:57.468Z - commits: - subject: Fix the application cleanup in the resource filtering tests hash: c7206fbe7252a4e1c7c0a1efe7216de6a7914d57 @@ -692,6 +706,7 @@ body: > + Update @balena/abstract-sql-compiler from 8.5.0 to 9.0.4 @@ -708,6 +723,7 @@ body: > + The internal and external representation of @@ -740,6 +756,7 @@ body: > + Update @types/chai-datetime from 0.0.37 to @@ -1201,6 +1218,7 @@ body: > + - Update @balena/lint from 6.2.2 to 7.2.4 @@ -1693,6 +1711,7 @@ body: > + Update @balena/odata-parser from 2.4.6 to 3.0.0 @@ -1741,6 +1760,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -1764,6 +1784,7 @@ + As engine and npm is now required as part of package.json we @@ -1802,6 +1823,7 @@ + Ensure that the input passed in for JSON types is either @@ -1866,6 +1888,7 @@ body: > + Update @balena/abstract-sql-compiler from 8.4.0 to 8.4.1 @@ -1895,6 +1918,7 @@ body: > + Update @balena/abstract-sql-compiler from 8.0.0 to 8.4.0 @@ -1914,6 +1938,7 @@ + This also deprecates the legacy version footer: @@ -1943,6 +1968,7 @@ + It can in fact be a lot of different things and that is @@ -1973,6 +1999,7 @@ + We know what type they return and they should be explicitly @@ -2008,6 +2035,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -2154,6 +2182,7 @@ + This also deprecates the legacy use of direct true/false @@ -2356,6 +2385,7 @@ body: > + As balena-lint rejects `new Boolean()`, `new @@ -2378,6 +2408,7 @@ body: > + As engine and npm is now required as part of package.json we @@ -2415,6 +2446,7 @@ body: > + Ensure that the input passed in for JSON types is either @@ -2512,6 +2544,7 @@ body: > + As balena-lint rejects `new Boolean()`, `new @@ -2534,6 +2567,7 @@ body: > + As engine and npm is now required as part of package.json we @@ -2571,6 +2605,7 @@ body: > + Ensure that the input passed in for JSON types is either @@ -4689,6 +4724,7 @@ body: > + As balena-lint rejects `new Boolean()`, `new @@ -4711,6 +4747,7 @@ body: > + As engine and npm is now required as part of package.json we @@ -4748,6 +4785,7 @@ body: > + Ensure that the input passed in for JSON types is either @@ -4855,6 +4893,7 @@ body: > + This also deprecates the legacy version footer: @@ -4883,6 +4922,7 @@ body: > + It can in fact be a lot of different things and that is @@ -4912,6 +4952,7 @@ body: > + We know what type they return and they should be explicitly @@ -4946,6 +4987,7 @@ body: > + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -5091,6 +5133,7 @@ body: > + This also deprecates the legacy use of direct true/false diff --git a/CHANGELOG.md b/CHANGELOG.md index d42059a5b..3e21a326a 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/). +## 29.1.4 - 2024-10-16 + +* Avoid throwing when `service_install` not found in state-get endpoints [Otavio Jacobi] + ## 29.1.3 - 2024-10-10 * Fix the application cleanup in the resource filtering tests [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index bde70a540..619384c5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "29.1.3", + "version": "29.1.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "29.1.3", + "version": "29.1.4", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 76176fcf4..afe4dff0f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "29.1.3", + "version": "29.1.4", "license": "AGPL-3.0", "repository": { "type": "git", @@ -168,6 +168,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-10-10T22:46:19.306Z" + "publishedAt": "2024-10-16T11:16:58.478Z" } }