diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 893b497..b667d3b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update docker Docker tag to v26.1.4 + hash: 5ac909ad0e66b9191b2cf4591645ab86d88feba5 + body: | + Update docker from 26.0.1 to 26.1.4 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 5.0.54 + title: "" + date: 2024-06-19T16:58:45.050Z - commits: - subject: Update balena/open-balena-base Docker tag to v17.0.20 hash: a3700815e7fe05f09afc73083c340d968f55359c diff --git a/CHANGELOG.md b/CHANGELOG.md index 461559c..5242a04 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.54 +## (2024-06-19) + +* Update docker Docker tag to v26.1.4 [Self-hosted Renovate Bot] + # v5.0.53 ## (2024-06-19) diff --git a/VERSION b/VERSION index 87620ce..764d664 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.53 \ No newline at end of file +5.0.54 \ No newline at end of file diff --git a/balena.yml b/balena.yml index f6919e1..69d6f0a 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.53 +version: 5.0.54 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index 23490a1..890d366 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.53", + "version": "5.0.54", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.53", + "version": "5.0.54", "license": "Apache-2.0", "dependencies": { "auth-header": "^1.0.0", diff --git a/package.json b/package.json index 2945b85..c68c970 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.53", + "version": "5.0.54", "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-19T15:59:53.069Z" + "publishedAt": "2024-06-19T16:58:45.251Z" } }