mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 10:46:22 +00:00
v10.3.7
This commit is contained in:
parent
ab6fd22c1e
commit
89d9e9d117
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.3.6",
|
||||
"version": "10.3.7",
|
||||
"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": "10.3.6",
|
||||
"version": "10.3.7",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user