diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 105745cd5..7a5c2f953 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "Loki: allow configuring `LOKI_RETRIES_ENABLED` and `LOKI_PUSH_TIMEOUT`" + hash: 984ab4fd77b8e2ae3489fc54ffdc79672de08a4b + body: "" + footer: + Change-type: minor + change-type: minor + author: Pagan Gazzard + nested: [] + version: 34.2.0 + title: "" + date: 2024-12-17T18:25:12.329Z - commits: - subject: "Loki: make sure to transform logs synchronously" hash: 60fd99bb80dde1bc7755b2af6a2ea37c4aa939c3 @@ -2811,6 +2823,7 @@ + The internal and @@ -2943,6 +2956,7 @@ + Update @@ -4029,6 +4043,7 @@ + Update @@ -4177,6 +4192,7 @@ + As balena-lint @@ -4300,6 +4316,7 @@ + As engine and npm is @@ -4438,6 +4455,7 @@ + Ensure that the @@ -4739,6 +4757,7 @@ + This also deprecates @@ -4868,6 +4887,7 @@ + It can in fact be a @@ -4998,6 +5018,7 @@ + We know what type @@ -5133,6 +5154,7 @@ + Update @@ -5379,6 +5401,7 @@ + This also deprecates @@ -5681,6 +5704,7 @@ + As balena-lint @@ -5803,6 +5827,7 @@ + As engine and npm is @@ -5940,6 +5965,7 @@ + Ensure that the @@ -6137,6 +6163,7 @@ + As balena-lint @@ -6259,6 +6286,7 @@ + As engine and npm is @@ -6396,6 +6424,7 @@ + Ensure that the @@ -8606,6 +8635,7 @@ + As balena-lint @@ -8728,6 +8758,7 @@ + As engine and npm is @@ -8865,6 +8896,7 @@ + Ensure that the @@ -9065,6 +9097,7 @@ + This also deprecates @@ -9193,6 +9226,7 @@ + It can in fact be a @@ -9322,6 +9356,7 @@ + We know what type @@ -9456,6 +9491,7 @@ + Update @@ -9701,6 +9737,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 85eb66333..c75429fe0 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.2.0 - 2024-12-17 + +* Loki: allow configuring `LOKI_RETRIES_ENABLED` and `LOKI_PUSH_TIMEOUT` [Pagan Gazzard] + ## 34.1.1 - 2024-12-16 * Loki: make sure to transform logs synchronously [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index aa0ab0c17..1951564ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "34.1.1", + "version": "34.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "34.1.1", + "version": "34.2.0", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index c42e88404..18210f139 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.1", + "version": "34.2.0", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-12-16T21:20:38.187Z" + "publishedAt": "2024-12-17T18:25:13.403Z" } }