mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-16 23:38:52 +00:00
v11.3.4
This commit is contained in:
parent
320090850b
commit
94a1e5ccb1
@ -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:
|
||||
- subject: Use lstat rather than stat to avoid error with symlinks in sync
|
||||
hash: a7399fd78b914e6dccacd2935cd98f77176d65d8
|
||||
|
@ -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.4
|
||||
## (2020-05-06)
|
||||
|
||||
* Don't use the openvpn alias to check VPN status [Cameron Diver]
|
||||
|
||||
# v11.3.3
|
||||
## (2020-05-06)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "11.3.3",
|
||||
"version": "11.3.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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.3",
|
||||
"version": "11.3.4",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user