From 61ac49aaf292237cb464b980f41ec43286273383 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 15:42:44 +0000 Subject: [PATCH] v19.4.0 --- .versionbot/CHANGELOG.yml | 22 ++++++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package.json | 4 ++-- 4 files changed, 30 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1033a8407..6af414b3a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Expose `checkApiKey` to allow resolving an api key string + hash: 28be0bbd4d3b1c7e5bc13b3ee8daeac1787cb816 + body: | + This allows for custom api key handlers that don't rely on + `resolveAuthHeader` or `resolveApiKey` + footer: + Change-type: minor + change-type: minor + author: Pagan Gazzard + nested: [] + version: 19.4.0 + title: "" + date: 2024-10-18T15:42:32.007Z - commits: - subject: Allow changing pine's DEBUG mode on runtime when env.DEPLOYMENT=TEST hash: 6b7781dc03c946faa1095def2bc44dcad588bce9 @@ -1667,6 +1681,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -1691,6 +1706,7 @@ + As engine and npm is now required as part of package.json we @@ -1730,6 +1746,7 @@ + Ensure that the input passed in for JSON types is either @@ -1839,6 +1856,7 @@ + This also deprecates the legacy version footer: @@ -1869,6 +1887,7 @@ + It can in fact be a lot of different things and that is @@ -1900,6 +1919,7 @@ + We know what type they return and they should be explicitly @@ -1936,6 +1956,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -2083,6 +2104,7 @@ + This also deprecates the legacy use of direct true/false diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5348e31..d2a6b7c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v19.4.0 +## (2024-10-18) + +* Expose `checkApiKey` to allow resolving an api key string [Pagan Gazzard] + # v19.3.0 ## (2024-10-18) diff --git a/VERSION b/VERSION index f3c7cdec3..1df0364cc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.3.0 \ No newline at end of file +19.4.0 \ No newline at end of file diff --git a/package.json b/package.json index 091a6b80d..0749059aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "19.3.0", + "version": "19.4.0", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -147,6 +147,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-10-18T08:13:35.393Z" + "publishedAt": "2024-10-18T15:42:32.922Z" } }