diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 20dcb07..cbe3174 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Lock file maintenance + hash: 79e8c1647edf5a4bc5c53371988584a66a4eebdf + body: | + Update + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 5.0.32 + title: "" + date: 2024-01-01T01:20:46.017Z - commits: - subject: Update balena/open-balena-base Docker tag to v17 hash: 76d77f49f4ad0ba854ea6a0fbd5f30886ebe4a46 diff --git a/CHANGELOG.md b/CHANGELOG.md index ac6dab9..45de5fa 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.32 +## (2024-01-01) + +* Lock file maintenance [Self-hosted Renovate Bot] + # v5.0.31 ## (2023-12-25) diff --git a/VERSION b/VERSION index 802fbeb..030bca2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.31 \ No newline at end of file +5.0.32 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 03f1b8c..ec0992d 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.31 +version: 5.0.32 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index e2e1d03..467f4f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.31", + "version": "5.0.32", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.31", + "version": "5.0.32", "license": "Apache-2.0", "dependencies": { "auth-header": "^1.0.0", diff --git a/package.json b/package.json index 147520f..5c3b8fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.31", + "version": "5.0.32", "description": "Proxied names for balena registry release images", "private": true, "main": "src/app", @@ -76,6 +76,6 @@ "npm": "^10.1.0" }, "versionist": { - "publishedAt": "2023-12-25T23:46:32.721Z" + "publishedAt": "2024-01-01T01:20:46.185Z" } }