diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5c2793388..9063ec580 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v18.0.17 + hash: db1b5785fcde4709fdc68d9dcc4dc56274c58a66 + body: | + Update balena/open-balena-base from 18.0.16 to 18.0.17 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: + - commits: + - subject: Update dependency node to v22.11.0 + hash: 5784aea25b60d6bc6b5523a5c9149eda354a5502 + body: | + Update node from 22.10.0 to 22.11.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: open-balena-base-18.0.17 + title: "" + date: 2024-11-04T15:49:14.625Z + version: 31.0.6 + title: "" + date: 2024-11-04T17:14:58.928Z - commits: - subject: Remove the the no longer needed @types/uuid dependency hash: 12a9e2b9a6ec399f4ac435c8d32bae5dd3cd4395 @@ -1535,6 +1561,7 @@ + Update @@ -1589,6 +1616,7 @@ + The internal and @@ -1659,6 +1687,7 @@ + Update @@ -2158,6 +2187,7 @@ + - Update @@ -2688,6 +2718,7 @@ + Update @@ -2774,6 +2805,7 @@ + As balena-lint @@ -2835,6 +2867,7 @@ + As engine and npm is @@ -2911,6 +2944,7 @@ + Ensure that the @@ -3013,6 +3047,7 @@ + Update @@ -3080,6 +3115,7 @@ + Update @@ -3137,6 +3173,7 @@ + This also deprecates @@ -3204,6 +3241,7 @@ + It can in fact be a @@ -3272,6 +3310,7 @@ + We know what type @@ -3345,6 +3384,7 @@ + Update @@ -3529,6 +3569,7 @@ + This also deprecates @@ -3769,6 +3810,7 @@ + As balena-lint @@ -3829,6 +3871,7 @@ + As engine and npm is @@ -3904,6 +3947,7 @@ + Ensure that the @@ -4039,6 +4083,7 @@ + As balena-lint @@ -4099,6 +4144,7 @@ + As engine and npm is @@ -4174,6 +4220,7 @@ + Ensure that the @@ -6330,6 +6377,7 @@ + As balena-lint @@ -6390,6 +6438,7 @@ + As engine and npm is @@ -6465,6 +6514,7 @@ + Ensure that the @@ -6610,6 +6660,7 @@ + This also deprecates @@ -6676,6 +6727,7 @@ + It can in fact be a @@ -6743,6 +6795,7 @@ + We know what type @@ -6815,6 +6868,7 @@ + Update @@ -6998,6 +7052,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index f02852ded..c37efda5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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.0.6 - 2024-11-04 + + +
+ Update balena/open-balena-base Docker tag to v18.0.17 [balena-renovate[bot]] + +> ### open-balena-base-18.0.17 - 2024-11-04 +> +> * Update dependency node to v22.11.0 [Self-hosted Renovate Bot] +> + +
+ ## 31.0.5 - 2024-11-04 * Remove the the no longer needed @types/uuid dependency [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index c9f0595d9..5abfe465c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "31.0.5", + "version": "31.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "31.0.5", + "version": "31.0.6", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 9039e7bf5..6bffa00d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "31.0.5", + "version": "31.0.6", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-11-04T09:50:04.480Z" + "publishedAt": "2024-11-04T17:15:00.998Z" } }