diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 3b521b3..dc7b528 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update dependencies + hash: 6ab64d10736109e15792a30153bb4d1a32ac0975 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 5.0.57 + title: "" + date: 2024-07-19T13:26:41.806Z - commits: - subject: Update balena/open-balena-base Docker tag to v18 hash: 92eaad7be75fbc1041a9843b8995cac5220a5590 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2820358..6e851fc 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.57 +## (2024-07-19) + +* Update dependencies [Pagan Gazzard] + # v5.0.56 ## (2024-07-19) diff --git a/VERSION b/VERSION index aec0ea1..8df39ea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.56 \ No newline at end of file +5.0.57 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 8f2ace2..2d4b98f 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.56 +version: 5.0.57 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index 7a7ce66..370f3af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.56", + "version": "5.0.57", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.56", + "version": "5.0.57", "license": "Apache-2.0", "dependencies": { "auth-header": "^1.0.0", diff --git a/package.json b/package.json index c4460c6..37bd5f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.56", + "version": "5.0.57", "description": "Proxied names for balena registry release images", "private": true, "main": "src/app", @@ -76,6 +76,6 @@ "npm": "^10.7.0" }, "versionist": { - "publishedAt": "2024-07-19T13:11:44.571Z" + "publishedAt": "2024-07-19T13:26:42.006Z" } }