From a7fcfdfcd7a5bd49b28daa0bd78249e6b2353126 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:11:23 +0000 Subject: [PATCH] v31.2.8 --- .versionbot/CHANGELOG.yml | 52 +++++++++++++++++++++++++++++++++++++++ CHANGELOG.md | 13 ++++++++++ package-lock.json | 4 +-- package.json | 4 +-- 4 files changed, 69 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 76887f706..e0fa439a7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,30 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v18.0.18 + hash: 71afd872fb5aa1ddbc910acd1b1014d18645d5e8 + body: | + Update balena/open-balena-base from 18.0.17 to 18.0.18 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: + - commits: + - subject: Update ghcr.io/balena-io-modules/confd-releases Docker tag to v0.0.6 + hash: 840445d0c20392cb1383a257b8818f90e42894ce + body: > + Update ghcr.io/balena-io-modules/confd-releases from 0.0.5 to + 0.0.6 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: open-balena-base-18.0.18 + title: "" + date: 2024-11-18T20:54:44.165Z + version: 31.2.8 + title: "" + date: 2024-11-19T20:11:18.401Z - commits: - subject: Update grafana/loki Docker tag to v3.3.0 hash: e2f664af19f5080b14b8a1c6b6831a63d4587453 @@ -1809,6 +1836,7 @@ + The internal and @@ -1892,6 +1920,7 @@ + Update @@ -2929,6 +2958,7 @@ + Update @@ -3028,6 +3058,7 @@ + As balena-lint @@ -3102,6 +3133,7 @@ + As engine and npm is @@ -3191,6 +3223,7 @@ + Ensure that the @@ -3443,6 +3476,7 @@ + This also deprecates @@ -3523,6 +3557,7 @@ + It can in fact be a @@ -3604,6 +3639,7 @@ + We know what type @@ -3690,6 +3726,7 @@ + Update @@ -3887,6 +3924,7 @@ + This also deprecates @@ -4140,6 +4178,7 @@ + As balena-lint @@ -4213,6 +4252,7 @@ + As engine and npm is @@ -4301,6 +4341,7 @@ + Ensure that the @@ -4449,6 +4490,7 @@ + As balena-lint @@ -4522,6 +4564,7 @@ + As engine and npm is @@ -4610,6 +4653,7 @@ + Ensure that the @@ -6771,6 +6815,7 @@ + As balena-lint @@ -6844,6 +6889,7 @@ + As engine and npm is @@ -6932,6 +6978,7 @@ + Ensure that the @@ -7083,6 +7130,7 @@ + This also deprecates @@ -7162,6 +7210,7 @@ + It can in fact be a @@ -7242,6 +7291,7 @@ + We know what type @@ -7327,6 +7377,7 @@ + Update @@ -7523,6 +7574,7 @@ + This also deprecates diff --git a/CHANGELOG.md b/CHANGELOG.md index 22e0b2f23..0996cde03 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.2.8 - 2024-11-19 + + +
+ Update balena/open-balena-base Docker tag to v18.0.18 [balena-renovate[bot]] + +> ### open-balena-base-18.0.18 - 2024-11-18 +> +> * Update ghcr.io/balena-io-modules/confd-releases Docker tag to v0.0.6 [Self-hosted Renovate Bot] +> + +
+ ## 31.2.7 - 2024-11-19 * Update grafana/loki Docker tag to v3.3.0 [balena-renovate[bot]] diff --git a/package-lock.json b/package-lock.json index a33c5657c..7019345eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "31.2.7", + "version": "31.2.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "31.2.7", + "version": "31.2.8", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^10.0.1", diff --git a/package.json b/package.json index 205044ce6..d175d01bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "31.2.7", + "version": "31.2.8", "license": "AGPL-3.0", "repository": { "type": "git", @@ -166,6 +166,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-11-19T19:14:48.426Z" + "publishedAt": "2024-11-19T20:11:19.985Z" } }