diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index bf7b7e9..c5ab421 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: b7628b082f05ac9844a235424df9b8228a175338 + 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: 5.0.89 + title: "" + date: 2024-11-18T22:10:12.579Z - commits: - subject: Lock file maintenance hash: 2b3e2875505dd0c677a075b599d8d2c2e517fb30 diff --git a/CHANGELOG.md b/CHANGELOG.md index fe17a69..b8d58c9 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.89 +## (2024-11-18) + + +
+ 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] +> + +
+ # v5.0.88 ## (2024-11-18) diff --git a/VERSION b/VERSION index 73b4aa1..fb9adab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.88 \ No newline at end of file +5.0.89 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 5e35fad..b958bdd 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.88 +version: 5.0.89 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index 584bac6..0633d55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.88", + "version": "5.0.89", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.88", + "version": "5.0.89", "license": "Apache-2.0", "dependencies": { "@balena/env-parsing": "^1.1.12", diff --git a/package.json b/package.json index 29af7c9..b261d67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.88", + "version": "5.0.89", "description": "Proxied names for balena registry release images", "private": true, "main": "src/app", @@ -72,6 +72,6 @@ "npm": "^10.7.0" }, "versionist": { - "publishedAt": "2024-11-18T21:06:01.053Z" + "publishedAt": "2024-11-18T22:10:13.339Z" } }