diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ed842e9..4a0a0c2 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.14 + hash: 961db57270e45583751d078e72a470eb5cdbe2fd + body: | + Update balena/open-balena-base from 18.0.13 to 18.0.14 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update dependency node to v22.9.0 + hash: e243ed0004921fd6e7edaf5438bdddeac1cfac0f + body: | + Update node from 22.8.0 to 22.9.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: open-balena-base-18.0.14 + title: "" + date: 2024-09-17T21:53:23.380Z + version: 5.0.77 + title: "" + date: 2024-09-17T22:58:42.130Z - commits: - subject: Lock file maintenance hash: 8d7cb2676f0d1b37171d1eb65288cdf1a740686c diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b2627..36ac9eb 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.77 +## (2024-09-17) + + +
+ Update balena/open-balena-base Docker tag to v18.0.14 [Self-hosted Renovate Bot] + +> ## open-balena-base-18.0.14 +> ### (2024-09-17) +> +> * Update dependency node to v22.9.0 [Self-hosted Renovate Bot] +> + +
+ # v5.0.76 ## (2024-09-16) diff --git a/VERSION b/VERSION index d58c26c..63032f5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.76 \ No newline at end of file +5.0.77 \ No newline at end of file diff --git a/balena.yml b/balena.yml index e8ba071..6290e09 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.76 +version: 5.0.77 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index c2fa893..0c3164b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.76", + "version": "5.0.77", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.76", + "version": "5.0.77", "license": "Apache-2.0", "dependencies": { "@balena/env-parsing": "^1.1.12", diff --git a/package.json b/package.json index c45a15d..528c188 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.76", + "version": "5.0.77", "description": "Proxied names for balena registry release images", "private": true, "main": "src/app", @@ -72,6 +72,6 @@ "npm": "^10.7.0" }, "versionist": { - "publishedAt": "2024-09-16T01:23:16.108Z" + "publishedAt": "2024-09-17T22:58:42.928Z" } }