diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4eaf8cc..97a97ef 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Lock file maintenance + hash: 311732a1503ab2ced8b06b52a4f390fbaad3ed93 + body: | + Update + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 5.0.36 + title: "" + date: 2024-01-15T01:23:54.467Z - commits: - subject: Update balena/open-balena-base Docker tag to no-systemd-v17.0.1 hash: 89c1805506e3d074dd93f2edcff08acbb58aa556 diff --git a/CHANGELOG.md b/CHANGELOG.md index 98e494b..23b96a5 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.36 +## (2024-01-15) + +* Lock file maintenance [Self-hosted Renovate Bot] + # v5.0.35 ## (2024-01-10) diff --git a/VERSION b/VERSION index a7755d5..28021cf 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.35 \ No newline at end of file +5.0.36 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 13f0524..2b3da07 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.35 +version: 5.0.36 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index 311d1a0..963aefd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.35", + "version": "5.0.36", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.35", + "version": "5.0.36", "license": "Apache-2.0", "dependencies": { "auth-header": "^1.0.0", diff --git a/package.json b/package.json index 56d516e..9043c35 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.35", + "version": "5.0.36", "description": "Proxied names for balena registry release images", "private": true, "main": "src/app", @@ -76,6 +76,6 @@ "npm": "^10.1.0" }, "versionist": { - "publishedAt": "2024-01-10T23:05:16.743Z" + "publishedAt": "2024-01-15T01:23:54.648Z" } }