Skip to content

Commit

Permalink
v11.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 23, 2023
1 parent a78ec98 commit 47b264a
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 5 deletions.
14 changes: 14 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
signed-off-by: Kyle Harding <[email protected]>
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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.29.0
11.29.1
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -78,6 +78,6 @@
"exit": true
},
"versionist": {
"publishedAt": "2023-08-07T13:19:06.799Z"
"publishedAt": "2023-08-23T19:32:52.076Z"
}
}

0 comments on commit 47b264a

Please sign in to comment.