diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ea065de..3d2f735 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,27 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v18.0.8 + hash: 320cde22145f40f56c4bb8f4b37feaedafdb7371 + body: | + Update balena/open-balena-base from 18.0.7 to 18.0.8 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Switch to self-hosted + hash: 1e8c4f149cb14533de02307209e52095f5153b32 + body: "" + footer: + change-type: patch + author: Anton Belodedenko + nested: [] + version: open-balena-base-18.0.8 + title: "" + date: 2024-07-23T18:29:28.474Z + version: 5.0.63 + title: "" + date: 2024-07-25T13:08:19.505Z - commits: - subject: Lock file maintenance hash: c32717957592c2729df3387990993415c4805d12 diff --git a/CHANGELOG.md b/CHANGELOG.md index b2124b8..a3eb2b6 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.63 +## (2024-07-25) + + +
+ Update balena/open-balena-base Docker tag to v18.0.8 [Self-hosted Renovate Bot] + +> ## open-balena-base-18.0.8 +> ### (2024-07-23) +> +> * Switch to self-hosted [Anton Belodedenko] +> + +
+ # v5.0.62 ## (2024-07-22) diff --git a/VERSION b/VERSION index 8dc5986..d753fc0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.62 \ No newline at end of file +5.0.63 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 1a0ce4c..65fe6dc 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.62 +version: 5.0.63 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index 9f0cc07..eff5a8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.62", + "version": "5.0.63", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.62", + "version": "5.0.63", "license": "Apache-2.0", "dependencies": { "@balena/env-parsing": "^1.1.12", diff --git a/package.json b/package.json index 020e618..f39b60f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.62", + "version": "5.0.63", "description": "Proxied names for balena registry release images", "private": true, "main": "src/app", @@ -72,6 +72,6 @@ "npm": "^10.7.0" }, "versionist": { - "publishedAt": "2024-07-22T01:23:10.707Z" + "publishedAt": "2024-07-25T13:08:20.612Z" } }