From 9f908552e9a6780b4fc0efb860b08d0df94995e2 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 22:02:51 +0000 Subject: [PATCH] v5.0.105 --- .versionbot/CHANGELOG.yml | 26 ++++++++++++++++++++++++++ CHANGELOG.md | 15 +++++++++++++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 6 files changed, 47 insertions(+), 6 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c45e2c0..13cccd4 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.23 + hash: a4b23edce866c2edd55f02c08a4447462ca54d1c + body: | + Update balena/open-balena-base from 18.0.22 to 18.0.23 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: + - commits: + - subject: Update dependency node to v22.13.0 + hash: ea2d562f4cb039dfd446f7cdcc64debe790ed303 + body: | + Update node from 22.12.0 to 22.13.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: open-balena-base-18.0.23 + title: "" + date: 2025-01-07T21:01:09.294Z + version: 5.0.105 + title: "" + date: 2025-01-07T22:02:49.547Z - commits: - subject: Lock file maintenance hash: a0666e89c02a36b2ed6fd182b07ae718e5a6946c diff --git a/CHANGELOG.md b/CHANGELOG.md index 98d0789..b8fb02c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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/). +# v5.0.105 +## (2025-01-07) + + +
+ Update balena/open-balena-base Docker tag to v18.0.23 [balena-renovate[bot]] + +> ## open-balena-base-18.0.23 +> ### (2025-01-07) +> +> * Update dependency node to v22.13.0 [Self-hosted Renovate Bot] +> + +
+ # v5.0.104 ## (2025-01-06) diff --git a/VERSION b/VERSION index cee59a4..bd0507b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.104 \ No newline at end of file +5.0.105 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 15ca275..fd2cb94 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.104 +version: 5.0.105 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index 93c6687..4e71749 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.104", + "version": "5.0.105", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.104", + "version": "5.0.105", "license": "Apache-2.0", "dependencies": { "@balena/env-parsing": "^1.1.12", diff --git a/package.json b/package.json index 988004e..b6339d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.104", + "version": "5.0.105", "description": "Proxied names for balena registry release images", "private": true, "main": "src/app", @@ -72,6 +72,6 @@ "npm": "^11.0.0" }, "versionist": { - "publishedAt": "2025-01-06T18:45:33.708Z" + "publishedAt": "2025-01-07T22:02:50.322Z" } }