mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v10.0.0
This commit is contained in:
parent
9fe1592a28
commit
e4caf100b5
@ -1,3 +1,60 @@
|
||||
- commits:
|
||||
- subject: Don't remove volumes when switching into local mode
|
||||
hash: e076622fe627d936f0b8e8c8f9ec9f9fba25de4f
|
||||
body: ''
|
||||
footer:
|
||||
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
|
||||
- subject: Add volume tests and fix test fixture setup for applications
|
||||
hash: 050c10dbb03dbd13adf6f5ad8447eb8460e327df
|
||||
body: ''
|
||||
footer:
|
||||
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
|
||||
- subject: Add a supervisor endpoint to cleanup orphaned volumes
|
||||
hash: 3304825216ad10fab15fcc1491c00671a144d142
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
- subject: Only remove volumes when we're moving between applications
|
||||
hash: 5357d4729d777b48edeb4230bfab7b81ed67b460
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: major
|
||||
change-type: major
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
- subject: Reorder debug dockerfile to faster livepushes
|
||||
hash: 9fdd1d7427b77f0d38820c0f2150b63f8f7c6312
|
||||
body: ''
|
||||
footer:
|
||||
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
|
||||
- subject: Dont try to set the commit if it's undefined
|
||||
hash: bb549a445be3109308be123ba703d7de29d02b62
|
||||
body: ''
|
||||
footer:
|
||||
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: 10.0.0
|
||||
date: 2019-07-10T13:27:43.106Z
|
||||
- commits:
|
||||
- subject: 'docs: fix up broken meta-balena proxy link'
|
||||
hash: baa0e875134e56418083962f40028f6a4dcb892e
|
||||
|
@ -4,6 +4,15 @@ 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.0.0 - 2019-07-10
|
||||
|
||||
* Don't remove volumes when switching into local mode [Cameron Diver]
|
||||
* Add volume tests and fix test fixture setup for applications [Cameron Diver]
|
||||
* Add a supervisor endpoint to cleanup orphaned volumes [Cameron Diver]
|
||||
* Only remove volumes when we're moving between applications [Cameron Diver]
|
||||
* Reorder debug dockerfile to faster livepushes [Cameron Diver]
|
||||
* Dont try to set the commit if it's undefined [Cameron Diver]
|
||||
|
||||
## 9.18.8 - 2019-07-10
|
||||
|
||||
* Docs: fix up broken meta-balena proxy link [Matthew McGinn]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "9.18.8",
|
||||
"version": "10.0.0",
|
||||
"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": "9.18.8",
|
||||
"version": "10.0.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user