This commit is contained in:
Balena CI
2020-05-07 11:20:07 +03:00
committed by VersionBot
parent 320090850b
commit 94a1e5ccb1
5 changed files with 22 additions and 3 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Don't use the openvpn alias to check VPN status
hash: 8f09022d1fd85f63d760017e19150b0f23a2884a
body: ''
footer:
Closes: '#1293'
closes: '#1293'
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 11.3.4
date: 2020-05-06T16:19:09.090Z
- commits: - commits:
- subject: Use lstat rather than stat to avoid error with symlinks in sync - subject: Use lstat rather than stat to avoid error with symlinks in sync
hash: a7399fd78b914e6dccacd2935cd98f77176d65d8 hash: a7399fd78b914e6dccacd2935cd98f77176d65d8

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
# v11.3.4
## (2020-05-06)
* Don't use the openvpn alias to check VPN status [Cameron Diver]
# v11.3.3 # v11.3.3
## (2020-05-06) ## (2020-05-06)

View File

@ -1 +1 @@
11.3.3 11.3.4

2
package-lock.json generated
View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "balena-supervisor", "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.", "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.3", "version": "11.3.4",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",