diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2a462adce..5b7ab71aa 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Rewrite service install FKs on balena model + hash: 8994bf41f95b28b21cbb4a6498d46edc55ab11e8 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 31.4.9 + title: "" + date: 2024-12-05T12:28:39.439Z - commits: - subject: Update balena/open-balena-base Docker tag to v18.0.21 hash: 3ea42c7f801985e6ae98cea283296b87b7415552 @@ -2443,6 +2455,7 @@ + The internal and @@ -2554,6 +2567,7 @@ + Update @@ -3619,6 +3633,7 @@ + Update @@ -3746,6 +3761,7 @@ + As balena-lint @@ -3848,6 +3864,7 @@ + As engine and npm is @@ -3965,6 +3982,7 @@ + Ensure that the @@ -4245,6 +4263,7 @@ + This also deprecates @@ -4353,6 +4372,7 @@ + It can in fact be a @@ -4462,6 +4482,7 @@ + We know what type @@ -4576,6 +4597,7 @@ + Update @@ -4801,6 +4823,7 @@ + This also deprecates @@ -5082,6 +5105,7 @@ + As balena-lint @@ -5183,6 +5207,7 @@ + As engine and npm is @@ -5299,6 +5324,7 @@ + Ensure that the @@ -5475,6 +5501,7 @@ + As balena-lint @@ -5576,6 +5603,7 @@ + As engine and npm is @@ -5692,6 +5720,7 @@ + Ensure that the @@ -7881,6 +7910,7 @@ + As balena-lint @@ -7982,6 +8012,7 @@ + As engine and npm is @@ -8098,6 +8129,7 @@ + Ensure that the @@ -8277,6 +8309,7 @@ + This also deprecates @@ -8384,6 +8417,7 @@ + It can in fact be a @@ -8492,6 +8526,7 @@ + We know what type @@ -8605,6 +8640,7 @@ + Update @@ -8829,6 +8865,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc683f4d..f182ed2d6 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/). +## 31.4.9 - 2024-12-05 + +* Rewrite service install FKs on balena model [Otavio Jacobi] + ## 31.4.8 - 2024-12-05 diff --git a/package-lock.json b/package-lock.json index 7790e15b8..c67163947 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "31.4.8", + "version": "31.4.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "31.4.8", + "version": "31.4.9", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 5f5448d56..8ec2350b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "31.4.8", + "version": "31.4.9", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-12-05T08:34:13.728Z" + "publishedAt": "2024-12-05T12:28:40.489Z" } }