diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c175835ba..70b929f9f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "Loki: split tenants by organization rather than fleet" + hash: 1dd4ed3f2fda977ac6a8acbeba7a23f995500ca5 + body: "" + footer: + Change-type: major + change-type: major + author: Pagan Gazzard + nested: [] + version: 34.0.0 + title: "" + date: 2024-12-13T16:56:02.124Z - commits: - subject: "Loki: add extra checks that were able able to populate the loki context" hash: b5110bfee2c64120d3661c0eb2ca061a2df31d2c @@ -2772,6 +2784,7 @@ + The internal and @@ -2901,6 +2914,7 @@ + Update @@ -3984,6 +3998,7 @@ + Update @@ -4129,6 +4144,7 @@ + As balena-lint @@ -4249,6 +4265,7 @@ + As engine and npm is @@ -4384,6 +4401,7 @@ + Ensure that the @@ -4682,6 +4700,7 @@ + This also deprecates @@ -4808,6 +4827,7 @@ + It can in fact be a @@ -4935,6 +4955,7 @@ + We know what type @@ -5067,6 +5088,7 @@ + Update @@ -5310,6 +5332,7 @@ + This also deprecates @@ -5609,6 +5632,7 @@ + As balena-lint @@ -5728,6 +5752,7 @@ + As engine and npm is @@ -5862,6 +5887,7 @@ + Ensure that the @@ -6056,6 +6082,7 @@ + As balena-lint @@ -6175,6 +6202,7 @@ + As engine and npm is @@ -6309,6 +6337,7 @@ + Ensure that the @@ -8516,6 +8545,7 @@ + As balena-lint @@ -8635,6 +8665,7 @@ + As engine and npm is @@ -8769,6 +8800,7 @@ + Ensure that the @@ -8966,6 +8998,7 @@ + This also deprecates @@ -9091,6 +9124,7 @@ + It can in fact be a @@ -9217,6 +9251,7 @@ + We know what type @@ -9348,6 +9383,7 @@ + Update @@ -9590,6 +9626,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 294222fb4..81038f526 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.0.0 - 2024-12-13 + +* Loki: split tenants by organization rather than fleet [Pagan Gazzard] + ## 33.0.6 - 2024-12-13 * Loki: add extra checks that were able able to populate the loki context [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index b80c1ff7a..a83f3e3e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "33.0.6", + "version": "34.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "33.0.6", + "version": "34.0.0", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 7dd71b759..683d60a6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "33.0.6", + "version": "34.0.0", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-12-13T16:42:58.635Z" + "publishedAt": "2024-12-13T16:56:03.267Z" } }