From 118f37a87b030691ba9f8ee0b7194d13349df281 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:18:59 +0000 Subject: [PATCH] v32.1.3 --- .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 a545340d6..5563a1f08 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Improve `/api-key/v1` validation + hash: 8374c4ad252fc7aa8b932950ab957d6799b3049d + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 32.1.3 + title: "" + date: 2024-12-09T18:18:54.811Z - commits: - subject: Properly cascade delete all `dsev` when a service install is deleted hash: 43a14e6531c7c51c0249886c182889da9d0f8a9b @@ -2555,6 +2567,7 @@ + The internal and @@ -2672,6 +2685,7 @@ + Update @@ -3743,6 +3757,7 @@ + Update @@ -3876,6 +3891,7 @@ + As balena-lint @@ -3984,6 +4000,7 @@ + As engine and npm is @@ -4107,6 +4124,7 @@ + Ensure that the @@ -4393,6 +4411,7 @@ + This also deprecates @@ -4507,6 +4526,7 @@ + It can in fact be a @@ -4622,6 +4642,7 @@ + We know what type @@ -4742,6 +4763,7 @@ + Update @@ -4973,6 +4995,7 @@ + This also deprecates @@ -5260,6 +5283,7 @@ + As balena-lint @@ -5367,6 +5391,7 @@ + As engine and npm is @@ -5489,6 +5514,7 @@ + Ensure that the @@ -5671,6 +5697,7 @@ + As balena-lint @@ -5778,6 +5805,7 @@ + As engine and npm is @@ -5900,6 +5928,7 @@ + Ensure that the @@ -8095,6 +8124,7 @@ + As balena-lint @@ -8202,6 +8232,7 @@ + As engine and npm is @@ -8324,6 +8355,7 @@ + Ensure that the @@ -8509,6 +8541,7 @@ + This also deprecates @@ -8622,6 +8655,7 @@ + It can in fact be a @@ -8736,6 +8770,7 @@ + We know what type @@ -8855,6 +8890,7 @@ + Update @@ -9085,6 +9121,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e6cbc0b..5751787a7 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/). +## 32.1.3 - 2024-12-09 + +* Improve `/api-key/v1` validation [Pagan Gazzard] + ## 32.1.2 - 2024-12-09 * Properly cascade delete all `dsev` when a service install is deleted [Otavio Jacobi] diff --git a/package-lock.json b/package-lock.json index ad887f2c6..822deb3bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "32.1.2", + "version": "32.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "32.1.2", + "version": "32.1.3", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 2b4b10b9e..30064156d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "32.1.2", + "version": "32.1.3", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-12-09T16:50:38.446Z" + "publishedAt": "2024-12-09T18:18:55.863Z" } }