This commit is contained in:
Balena CI 2019-09-20 17:37:24 +03:00
parent ab6fd22c1e
commit 89d9e9d117
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: 'ping: move /ping out from authentication'
hash: 8d5633a11f15cee356854e9c21502ada4b89e7c7
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Matthew McGinn <matthew@balena.io>
signed-off-by: Matthew McGinn <matthew@balena.io>
author: Matthew McGinn
version: 10.3.7
date: 2019-09-20T13:19:51.070Z
- commits:
- subject: Explicitly remove volumes when purging
hash: 15a1f45fd70117c4d819af436b95cb6f796dccba

View File

@ -4,6 +4,10 @@ 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/).
## 10.3.7 - 2019-09-20
* Ping: move /ping out from authentication [Matthew McGinn]
## 10.3.6 - 2019-09-18
* Explicitly remove volumes when purging [Cameron Diver]

2
package-lock.json generated
View File

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