diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 14297c0a..54093154 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,30 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v17.0.18 + hash: 4b07a1d582baebe039b841eaa9e42930507a6c83 + body: | + Update balena/open-balena-base from 17.0.17 to 17.0.18 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update ghcr.io/balena-io-modules/confd-releases Docker tag to v0.0.3 + hash: 3f22162c3a2eaf8143ad94244d5e259fe8212a2e + body: > + Update ghcr.io/balena-io-modules/confd-releases from 0.0.2 to + 0.0.3 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: open-balena-base-17.0.18 + title: "" + date: 2024-05-01T20:52:03.368Z + version: 11.30.16 + title: "" + date: 2024-05-01T22:05:33.122Z - commits: - subject: Update balena/open-balena-base Docker tag to v17.0.17 hash: 617549848d8490bc725514d1a29fe72260d63c40 diff --git a/CHANGELOG.md b/CHANGELOG.md index 516d7abb..4fb03bb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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/). +# v11.30.16 +## (2024-05-01) + + +
+ Update balena/open-balena-base Docker tag to v17.0.18 [Self-hosted Renovate Bot] + +> ## open-balena-base-17.0.18 +> ### (2024-05-01) +> +> * Update ghcr.io/balena-io-modules/confd-releases Docker tag to v0.0.3 [Self-hosted Renovate Bot] +> + +
+ # v11.30.15 ## (2024-05-01) diff --git a/VERSION b/VERSION index 62f4da15..a74c9b31 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.30.15 \ No newline at end of file +11.30.16 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 25a0bd83..0b0f5e50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-balena-vpn", - "version": "11.30.15", + "version": "11.30.16", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-balena-vpn", - "version": "11.30.15", + "version": "11.30.16", "license": "AGPL-3.0", "dependencies": { "@balena/env-parsing": "^1.1.12", diff --git a/package.json b/package.json index bd81dd75..e3e52a49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "open-balena-vpn", "private": true, - "version": "11.30.15", + "version": "11.30.16", "description": "RESTful VPN api", "type": "commonjs", "license": "AGPL-3.0", @@ -79,6 +79,6 @@ "exit": true }, "versionist": { - "publishedAt": "2024-05-01T21:03:36.877Z" + "publishedAt": "2024-05-01T22:05:34.177Z" } }