From ad6224f689cd51243f41068f027f952f989863a8 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 17:17:25 +0000 Subject: [PATCH] v34.1.0 --- .versionbot/CHANGELOG.yml | 37 +++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 45 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 70b929f9f..29922cb3b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Add `/api-key/v2` endpoint which makes `expiryDate` mandatory + hash: edf946093bd454bd4ac0d4d4e704e25fe46d4a8c + body: "" + footer: + Change-type: minor + change-type: minor + author: Pagan Gazzard + nested: [] + version: 34.1.0 + title: "" + date: 2024-12-13T17:17:20.540Z - commits: - subject: "Loki: split tenants by organization rather than fleet" hash: 1dd4ed3f2fda977ac6a8acbeba7a23f995500ca5 @@ -2785,6 +2797,7 @@ + The internal and @@ -2915,6 +2928,7 @@ + Update @@ -3999,6 +4013,7 @@ + Update @@ -4145,6 +4160,7 @@ + As balena-lint @@ -4266,6 +4282,7 @@ + As engine and npm is @@ -4402,6 +4419,7 @@ + Ensure that the @@ -4701,6 +4719,7 @@ + This also deprecates @@ -4828,6 +4847,7 @@ + It can in fact be a @@ -4956,6 +4976,7 @@ + We know what type @@ -5089,6 +5110,7 @@ + Update @@ -5333,6 +5355,7 @@ + This also deprecates @@ -5633,6 +5656,7 @@ + As balena-lint @@ -5753,6 +5777,7 @@ + As engine and npm is @@ -5888,6 +5913,7 @@ + Ensure that the @@ -6083,6 +6109,7 @@ + As balena-lint @@ -6203,6 +6230,7 @@ + As engine and npm is @@ -6338,6 +6366,7 @@ + Ensure that the @@ -8546,6 +8575,7 @@ + As balena-lint @@ -8666,6 +8696,7 @@ + As engine and npm is @@ -8801,6 +8832,7 @@ + Ensure that the @@ -8999,6 +9031,7 @@ + This also deprecates @@ -9125,6 +9158,7 @@ + It can in fact be a @@ -9252,6 +9286,7 @@ + We know what type @@ -9384,6 +9419,7 @@ + Update @@ -9627,6 +9663,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 81038f526..d013b8995 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.0 - 2024-12-13 + +* Add `/api-key/v2` endpoint which makes `expiryDate` mandatory [Pagan Gazzard] + ## 34.0.0 - 2024-12-13 * Loki: split tenants by organization rather than fleet [Pagan Gazzard] diff --git a/package-lock.json b/package-lock.json index a83f3e3e8..26a4b8492 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "34.0.0", + "version": "34.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "34.0.0", + "version": "34.1.0", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 683d60a6c..5c9d3e205 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "34.0.0", + "version": "34.1.0", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-12-13T16:56:03.267Z" + "publishedAt": "2024-12-13T17:17:21.626Z" } }