Skip to content

Commit e1ec9d3

Browse files
v12.3.72
1 parent e699d88 commit e1ec9d3

5 files changed

Lines changed: 26 additions & 5 deletions

File tree

.versionbot/CHANGELOG.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
- commits:
2+
- subject: Treat 503 as an expected authentication response
3+
hash: 7855e4776ce4271dcecc5fb4bb07c60cc5df3ec9
4+
body: |
5+
This avoids spamming error reports on a 503 and instead uses the auth
6+
failure delay mechanism which will reduce the load we create on the API
7+
and also on openvpn from reconnect attempts and help reduce subsequent
8+
503s and other slowness
9+
footer:
10+
Change-type: patch
11+
change-type: patch
12+
author: Pagan Gazzard
13+
nested: []
14+
version: 12.3.72
15+
title: ""
16+
date: 2026-07-24T16:58:14.502Z
117
- commits:
218
- subject: Update balena/open-balena-base Docker tag to v21.0.29
319
hash: 4496b3f6f93f4ee898afc94d92d8b14fbca79c52

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v12.3.72
8+
## (2026-07-24)
9+
10+
* Treat 503 as an expected authentication response [Pagan Gazzard]
11+
712
# v12.3.71
813
## (2026-07-24)
914

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.3.71
1+
12.3.72

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "open-balena-vpn",
33
"private": true,
4-
"version": "12.3.71",
4+
"version": "12.3.72",
55
"description": "RESTful VPN api",
66
"type": "module",
77
"license": "AGPL-3.0",
@@ -85,6 +85,6 @@
8585
"exit": true
8686
},
8787
"versionist": {
88-
"publishedAt": "2026-07-24T16:41:29.176Z"
88+
"publishedAt": "2026-07-24T16:58:14.849Z"
8989
}
9090
}

0 commit comments

Comments
 (0)