diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 703dd3a6..672701dd 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Use renovate annotations to manage dockerfile version args + hash: b037b532f02e022dcaf4e9622677cde5ea72a545 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 11.29.1 + title: "" + date: 2023-08-23T19:32:51.534Z - commits: - subject: Add a configurable minimum client drain rate when terminating hash: 13d3899e2a45be47939e2c2e5ef97573f74f07d3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 77641ca3..25f65448 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/). +# v11.29.1 +## (2023-08-23) + +* Use renovate annotations to manage dockerfile version args [Kyle Harding] + # v11.29.0 ## (2023-08-07) diff --git a/VERSION b/VERSION index 4f202a46..aa2a2c19 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.29.0 \ No newline at end of file +11.29.1 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 69881e85..f63f94cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-balena-vpn", - "version": "11.29.0", + "version": "11.29.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-balena-vpn", - "version": "11.29.0", + "version": "11.29.1", "license": "AGPL-3.0", "dependencies": { "@balena/env-parsing": "^1.1.5", diff --git a/package.json b/package.json index b46bfb1c..40cecfc1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "open-balena-vpn", "private": true, - "version": "11.29.0", + "version": "11.29.1", "description": "RESTful VPN api", "license": "AGPL-3.0", "scripts": { @@ -78,6 +78,6 @@ "exit": true }, "versionist": { - "publishedAt": "2023-08-07T13:19:06.799Z" + "publishedAt": "2023-08-23T19:32:52.076Z" } }