From 228586f0209e4629eedb080d8f89c683db89acd6 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:34:18 +0000 Subject: [PATCH] v31.4.8 --- .versionbot/CHANGELOG.yml | 51 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 13 ++++++++++ package-lock.json | 4 +-- package.json | 4 +-- 4 files changed, 68 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 37e6ac5a9..2a462adce 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v18.0.21 + hash: 3ea42c7f801985e6ae98cea283296b87b7415552 + body: | + Update balena/open-balena-base from 18.0.20 to 18.0.21 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: + - commits: + - subject: Update dependency npm to v10.9.2 + hash: 951f021cd0eeeaca473bafa79294c8d8c5ea4fbf + body: | + Update npm from 10.9.1 to 10.9.2 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: open-balena-base-18.0.21 + title: "" + date: 2024-12-04T23:53:49.199Z + version: 31.4.8 + title: "" + date: 2024-12-05T08:34:11.660Z - commits: - subject: Update grafana/loki Docker tag to v3.3.1 hash: 5dc57191dc911196d58036743cc79eefbe3648b0 @@ -2416,6 +2442,7 @@ + The internal and @@ -2526,6 +2553,7 @@ + Update @@ -3590,6 +3618,7 @@ + Update @@ -3716,6 +3745,7 @@ + As balena-lint @@ -3817,6 +3847,7 @@ + As engine and npm is @@ -3933,6 +3964,7 @@ + Ensure that the @@ -4212,6 +4244,7 @@ + This also deprecates @@ -4319,6 +4352,7 @@ + It can in fact be a @@ -4427,6 +4461,7 @@ + We know what type @@ -4540,6 +4575,7 @@ + Update @@ -4764,6 +4800,7 @@ + This also deprecates @@ -5044,6 +5081,7 @@ + As balena-lint @@ -5144,6 +5182,7 @@ + As engine and npm is @@ -5259,6 +5298,7 @@ + Ensure that the @@ -5434,6 +5474,7 @@ + As balena-lint @@ -5534,6 +5575,7 @@ + As engine and npm is @@ -5649,6 +5691,7 @@ + Ensure that the @@ -7837,6 +7880,7 @@ + As balena-lint @@ -7937,6 +7981,7 @@ + As engine and npm is @@ -8052,6 +8097,7 @@ + Ensure that the @@ -8230,6 +8276,7 @@ + This also deprecates @@ -8336,6 +8383,7 @@ + It can in fact be a @@ -8443,6 +8491,7 @@ + We know what type @@ -8555,6 +8604,7 @@ + Update @@ -8778,6 +8828,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c1186c0..ebc683f4d 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/). +## 31.4.8 - 2024-12-05 + + +
+ Update balena/open-balena-base Docker tag to v18.0.21 [balena-renovate[bot]] + +> ### open-balena-base-18.0.21 - 2024-12-04 +> +> * Update dependency npm to v10.9.2 [Self-hosted Renovate Bot] +> + +
+ ## 31.4.7 - 2024-12-04 * Update grafana/loki Docker tag to v3.3.1 [balena-renovate[bot]] diff --git a/package-lock.json b/package-lock.json index 46da860e4..7790e15b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "31.4.7", + "version": "31.4.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "31.4.7", + "version": "31.4.8", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 3638ace85..5f5448d56 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "31.4.7", + "version": "31.4.8", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-12-04T23:11:37.867Z" + "publishedAt": "2024-12-05T08:34:13.728Z" } }