diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 601f80c..20dcb07 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v17 + hash: 76d77f49f4ad0ba854ea6a0fbd5f30886ebe4a46 + body: > + Update balena/open-balena-base from no-systemd-16.0.18 to + no-systemd-17.0.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 5.0.31 + title: "" + date: 2023-12-25T23:46:31.951Z - commits: - subject: Lock file maintenance hash: 0af30280b1d8726440c5544397495e230262e5bf diff --git a/CHANGELOG.md b/CHANGELOG.md index 377a53a..ac6dab9 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.31 +## (2023-12-25) + +* Update balena/open-balena-base Docker tag to v17 [Self-hosted Renovate Bot] + # v5.0.30 ## (2023-12-25) diff --git a/VERSION b/VERSION index c59541f..802fbeb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.30 \ No newline at end of file +5.0.31 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 235c98f..03f1b8c 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.30 +version: 5.0.31 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index b501ed1..139c038 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.30", + "version": "5.0.31", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.30", + "version": "5.0.31", "license": "Apache-2.0", "dependencies": { "auth-header": "^1.0.0", diff --git a/package.json b/package.json index 3bc1d55..147520f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.30", + "version": "5.0.31", "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-25T01:21:43.283Z" + "publishedAt": "2023-12-25T23:46:32.721Z" } }