This commit is contained in:
Balena CI 2020-07-20 21:15:01 +03:00 committed by VersionBot
parent fc3c678cc9
commit dd2ff8f9a3
5 changed files with 32 additions and 3 deletions

View File

@ -1,3 +1,26 @@
- commits:
- subject: Fix purge and restart invocations by providing instanced apps
hash: d14d8f31ccee62fa8cec88209cc3674a1b280e34
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
nested: []
- subject: Fix purge invocations of new singletons
hash: d2a7d3b9653a2afbd8eca009b75871cf54dbf3ac
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
nested: []
version: 11.9.6
date: 2020-07-20T17:25:37.311Z
- commits:
- subject: Update ESR version information
hash: c2b534a51b3863bf3c787db00c7299517224464f

View File

@ -4,6 +4,12 @@ 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.9.6
## (2020-07-20)
* Fix purge and restart invocations by providing instanced apps [Cameron Diver]
* Fix purge invocations of new singletons [Cameron Diver]
# v11.9.5
## (2020-07-14)

View File

@ -1 +1 @@
11.9.5
11.9.6

2
package-lock.json generated
View File

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