diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 29922cb3b..105745cd5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "Loki: make sure to transform logs synchronously" + hash: 60fd99bb80dde1bc7755b2af6a2ea37c4aa939c3 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 34.1.1 + title: "" + date: 2024-12-16T21:20:37.100Z - commits: - subject: Add `/api-key/v2` endpoint which makes `expiryDate` mandatory hash: edf946093bd454bd4ac0d4d4e704e25fe46d4a8c @@ -2798,6 +2810,7 @@ + The internal and @@ -2929,6 +2942,7 @@ + Update @@ -4014,6 +4028,7 @@ + Update @@ -4161,6 +4176,7 @@ + As balena-lint @@ -4283,6 +4299,7 @@ + As engine and npm is @@ -4420,6 +4437,7 @@ + Ensure that the @@ -4720,6 +4738,7 @@ + This also deprecates @@ -4848,6 +4867,7 @@ + It can in fact be a @@ -4977,6 +4997,7 @@ + We know what type @@ -5111,6 +5132,7 @@ + Update @@ -5356,6 +5378,7 @@ + This also deprecates @@ -5657,6 +5680,7 @@ + As balena-lint @@ -5778,6 +5802,7 @@ + As engine and npm is @@ -5914,6 +5939,7 @@ + Ensure that the @@ -6110,6 +6136,7 @@ + As balena-lint @@ -6231,6 +6258,7 @@ + As engine and npm is @@ -6367,6 +6395,7 @@ + Ensure that the @@ -8576,6 +8605,7 @@ + As balena-lint @@ -8697,6 +8727,7 @@ + As engine and npm is @@ -8833,6 +8864,7 @@ + Ensure that the @@ -9032,6 +9064,7 @@ + This also deprecates @@ -9159,6 +9192,7 @@ + It can in fact be a @@ -9287,6 +9321,7 @@ + We know what type @@ -9420,6 +9455,7 @@ + Update @@ -9664,6 +9700,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index d013b8995..85eb66333 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/). +## 34.1.1 - 2024-12-16 + +* Loki: make sure to transform logs synchronously [Pagan Gazzard] + ## 34.1.0 - 2024-12-13 * Add `/api-key/v2` endpoint which makes `expiryDate` mandatory [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index 26a4b8492..aa0ab0c17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "34.1.0", + "version": "34.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "34.1.0", + "version": "34.1.1", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 5c9d3e205..c42e88404 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "34.1.0", + "version": "34.1.1", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-12-13T17:17:21.626Z" + "publishedAt": "2024-12-16T21:20:38.187Z" } }