diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0bdc70ae7..b60cf4705 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Fix creating service installs only relevant to each device of each batch + hash: d8f6c8085f055ae8051b01a119682dfb617ee56f + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 31.2.6 + title: "" + date: 2024-11-19T15:25:24.276Z - commits: - subject: "Service installs: Transform the device object earlier to allow GC" hash: b0a7482099c474fd6951abe7d8b60eeeb7298da6 @@ -1782,6 +1794,7 @@ + The internal and @@ -1863,6 +1876,7 @@ + Update @@ -2898,6 +2912,7 @@ + Update @@ -2995,6 +3010,7 @@ + As balena-lint @@ -3067,6 +3083,7 @@ + As engine and npm is @@ -3154,6 +3171,7 @@ + Ensure that the @@ -3404,6 +3422,7 @@ + This also deprecates @@ -3482,6 +3501,7 @@ + It can in fact be a @@ -3561,6 +3581,7 @@ + We know what type @@ -3645,6 +3666,7 @@ + Update @@ -3840,6 +3862,7 @@ + This also deprecates @@ -4091,6 +4114,7 @@ + As balena-lint @@ -4162,6 +4186,7 @@ + As engine and npm is @@ -4248,6 +4273,7 @@ + Ensure that the @@ -4394,6 +4420,7 @@ + As balena-lint @@ -4465,6 +4492,7 @@ + As engine and npm is @@ -4551,6 +4579,7 @@ + Ensure that the @@ -6710,6 +6739,7 @@ + As balena-lint @@ -6781,6 +6811,7 @@ + As engine and npm is @@ -6867,6 +6898,7 @@ + Ensure that the @@ -7016,6 +7048,7 @@ + This also deprecates @@ -7093,6 +7126,7 @@ + It can in fact be a @@ -7171,6 +7205,7 @@ + We know what type @@ -7254,6 +7289,7 @@ + Update @@ -7448,6 +7484,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index f39ffc32b..91d3f4f7e 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.2.6 - 2024-11-19 + +* Fix creating service installs only relevant to each device of each batch [Thodoris Greasidis] + ## 31.2.5 - 2024-11-19 * Service installs: Transform the device object earlier to allow GC [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index e94a11384..94da0dd18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "31.2.5", + "version": "31.2.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "31.2.5", + "version": "31.2.6", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index cd0c4bb15..ff619cf5a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "31.2.5", + "version": "31.2.6", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-11-19T14:28:16.830Z" + "publishedAt": "2024-11-19T15:25:25.294Z" } }