This commit is contained in:
Balena CI 2020-05-07 20:43:53 +03:00 committed by VersionBot
parent f44cb32180
commit 5ec86813c1
5 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Add 20k-ultra to codeowners
hash: 74d012dc7f972ad30896007e78386a9c03224a05
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Miguel Casqueira <miguel@balena.io>
signed-off-by: Miguel Casqueira <miguel@balena.io>
author: Miguel Casqueira
version: 11.3.5
date: 2020-05-07T16:11:47.494Z
- commits:
- subject: Don't use the openvpn alias to check VPN status
hash: 8f09022d1fd85f63d760017e19150b0f23a2884a

View File

@ -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.3.5
## (2020-05-07)
* Add 20k-ultra to codeowners [Miguel Casqueira]
# v11.3.4
## (2020-05-06)

View File

@ -1 +1 @@
11.3.4
11.3.5

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "11.3.4",
"version": "11.3.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "balena-supervisor",
"description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.",
"version": "11.3.4",
"version": "11.3.5",
"license": "Apache-2.0",
"repository": {
"type": "git",