mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
v11.9.6
This commit is contained in:
parent
fc3c678cc9
commit
dd2ff8f9a3
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "11.9.5",
|
||||
"version": "11.9.6",
|
||||
"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.9.5",
|
||||
"version": "11.9.6",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user