From d156db99975ca07174f596369186541cfd56e822 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:10:45 +0000 Subject: [PATCH] v14.13.8 --- .versionbot/CHANGELOG.yml | 26 ++++++++++++++++++++++++++ CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 43 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index cd1b9473c..9e653c439 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v16.0.13 + hash: 8993ad8591a9e1ad0d14557160851aee9ce024e9 + body: | + Update balena/open-balena-base from 16.0.12 to 16.0.13 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update dependency npm to v10.2.3 + hash: 01f85340e6131d54f8c6eed7a74c37ff68b8d902 + body: | + Update npm from 10.2.2 to 10.2.3 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: open-balena-base-16.0.13 + title: "" + date: 2023-11-02T21:00:19.215Z + version: 14.13.8 + title: "" + date: 2023-11-02T22:10:39.569Z - commits: - subject: "rate-limiting: Use the ceiling of ms values for the Retry-After header" hash: bdae2895e3ef0c91cd45793417169b2300a4dec9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4976f5743..b590e7c9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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/). +## 14.13.8 - 2023-11-02 + + +
+ Update balena/open-balena-base Docker tag to v16.0.13 [Self-hosted Renovate Bot] + +> ### open-balena-base-16.0.13 - 2023-11-02 +> +> * Update dependency npm to v10.2.3 [Self-hosted Renovate Bot] +> + +
+ ## 14.13.7 - 2023-11-02 * rate-limiting: Use the ceiling of ms values for the Retry-After header [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index 49e925f94..47268e6b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "14.13.7", + "version": "14.13.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "14.13.7", + "version": "14.13.8", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.0.3", diff --git a/package.json b/package.json index 7c5f1d1f0..906c83c7a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "14.13.7", + "version": "14.13.8", "license": "AGPL-3.0", "repository": { "type": "git", @@ -154,6 +154,6 @@ "_": "index.js" }, "versionist": { - "publishedAt": "2023-11-02T16:24:09.347Z" + "publishedAt": "2023-11-02T22:10:41.567Z" } }