diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7767c77..8e88b27 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to no-systemd-v17.0.3 + hash: 07a9e1edcf6342c3d6f9d0ddff414a3bceea0b18 + body: > + Update balena/open-balena-base from no-systemd-17.0.2 to + no-systemd-17.0.3 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 5.0.39 + title: "" + date: 2024-01-22T21:00:56.414Z - commits: - subject: Lock file maintenance hash: 0a910a6d6620b8a75fb1fd18b1895e509c062453 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac115a..dc1a324 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.39 +## (2024-01-22) + +* Update balena/open-balena-base Docker tag to no-systemd-v17.0.3 [Self-hosted Renovate Bot] + # v5.0.38 ## (2024-01-22) diff --git a/VERSION b/VERSION index 88a3c38..60d2511 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.0.38 \ No newline at end of file +5.0.39 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 0c9f999..d92d064 100644 --- a/balena.yml +++ b/balena.yml @@ -1,6 +1,6 @@ name: open-balena-registry-proxy type: sw.block -version: 5.0.38 +version: 5.0.39 description: >- Pull container images directly from the balenaHub container registry! assets: diff --git a/package-lock.json b/package-lock.json index 7dc94ef..48e3e35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-registry-proxy", - "version": "5.0.38", + "version": "5.0.39", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-registry-proxy", - "version": "5.0.38", + "version": "5.0.39", "license": "Apache-2.0", "dependencies": { "auth-header": "^1.0.0", diff --git a/package.json b/package.json index 40d51fb..57e65ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-registry-proxy", - "version": "5.0.38", + "version": "5.0.39", "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-22T01:22:55.998Z" + "publishedAt": "2024-01-22T21:00:57.653Z" } }