diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b667d3b..20589a4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: publish to ghcr.io + hash: e7921e9b28ce7a658a8829e4c165e455f4c0bae2 + body: "" + footer: + change-type: patch + author: Anton Belodedenko + nested: [] + version: 5.0.55 + title: "" + date: 2024-07-15T13:24:18.707Z - commits: - subject: Update docker Docker tag to v26.1.4 hash: 5ac909ad0e66b9191b2cf4591645ab86d88feba5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5242a04..87a46ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.55 +## (2024-07-15) + +* publish to ghcr.io [Anton Belodedenko] + # v5.0.54 ## (2024-06-19) diff --git a/VERSION b/VERSION index 764d664..65c5e6f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.54 \ No newline at end of file +5.0.55 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 69d6f0a..dcca4f1 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.54 +version: 5.0.55 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index 890d366..7817a84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.54", + "version": "5.0.55", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.54", + "version": "5.0.55", "license": "Apache-2.0", "dependencies": { "auth-header": "^1.0.0", diff --git a/package.json b/package.json index c68c970..03d10ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.54", + "version": "5.0.55", "description": "Proxied names for balena registry release images", "private": true, "main": "src/app", @@ -76,6 +76,6 @@ "npm": "^10.4.0" }, "versionist": { - "publishedAt": "2024-06-19T16:58:45.251Z" + "publishedAt": "2024-07-15T13:24:18.907Z" } }