diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ac0f72138..036db36d4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Add service installs resource specific tests + hash: aaa1cbe8524653e76823274f4fe312d98568d14d + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 30.0.12 + title: "" + date: 2024-10-22T10:27:06.775Z - commits: - subject: Do not include the `FILES_HOST` env var in the `getLogoUrl` cache hash: 256ee47776a19986ba88d71ae9f30408a3e346d2 @@ -976,6 +988,7 @@ + Update @balena/abstract-sql-compiler from 8.5.0 to 9.0.4 @@ -1005,6 +1018,7 @@ + The internal and external representation of @@ -1050,6 +1064,7 @@ + Update @types/chai-datetime from 0.0.37 to @@ -1524,6 +1539,7 @@ + - Update @balena/lint from 6.2.2 to 7.2.4 @@ -2029,6 +2045,7 @@ + Update @balena/odata-parser from 2.4.6 to 3.0.0 @@ -2090,6 +2107,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -2126,6 +2144,7 @@ + As engine and npm is now required as part of package.json we @@ -2177,6 +2196,7 @@ + Ensure that the input passed in for JSON types is either @@ -2254,6 +2274,7 @@ + Update @balena/abstract-sql-compiler from 8.4.0 to 8.4.1 @@ -2296,6 +2317,7 @@ + Update @balena/abstract-sql-compiler from 8.0.0 to 8.4.0 @@ -2328,6 +2350,7 @@ + This also deprecates the legacy version footer: @@ -2370,6 +2393,7 @@ + It can in fact be a lot of different things and that is @@ -2413,6 +2437,7 @@ + We know what type they return and they should be explicitly @@ -2461,6 +2486,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -2620,6 +2646,7 @@ + This also deprecates the legacy use of direct true/false @@ -2835,6 +2862,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -2870,6 +2898,7 @@ + As engine and npm is now required as part of package.json we @@ -2920,6 +2949,7 @@ + Ensure that the input passed in for JSON types is either @@ -3030,6 +3060,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -3065,6 +3096,7 @@ + As engine and npm is now required as part of package.json we @@ -3115,6 +3147,7 @@ + Ensure that the input passed in for JSON types is either @@ -5246,6 +5279,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -5281,6 +5315,7 @@ + As engine and npm is now required as part of package.json we @@ -5331,6 +5366,7 @@ + Ensure that the input passed in for JSON types is either @@ -5451,6 +5487,7 @@ + This also deprecates the legacy version footer: @@ -5492,6 +5529,7 @@ + It can in fact be a lot of different things and that is @@ -5534,6 +5572,7 @@ + We know what type they return and they should be explicitly @@ -5581,6 +5620,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -5739,6 +5779,7 @@ + This also deprecates the legacy use of direct true/false diff --git a/CHANGELOG.md b/CHANGELOG.md index 10310736e..f350cd5d1 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.12 - 2024-10-22 + +* Add service installs resource specific tests [Otavio Jacobi] + ## 30.0.11 - 2024-10-21 * Do not include the `FILES_HOST` env var in the `getLogoUrl` cache [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index c8ba7f5a0..9955b80a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "30.0.11", + "version": "30.0.12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "30.0.11", + "version": "30.0.12", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 5692e4aef..2fa753218 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.11", + "version": "30.0.12", "license": "AGPL-3.0", "repository": { "type": "git", @@ -167,6 +167,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-10-21T17:26:38.923Z" + "publishedAt": "2024-10-22T10:27:07.788Z" } }