This commit is contained in:
Balena CI 2020-06-18 15:18:45 +03:00 committed by VersionBot
parent 54cbfface2
commit 7686b8b40f
5 changed files with 52 additions and 3 deletions

View File

@ -1,3 +1,44 @@
- commits:
- subject: Make service-manager module a singleton
hash: 0e8d92e08af5f18fce9aa9e3e1e7057c98dee1c3
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: Make volume-manager module a singleton
hash: adaad786af161a7a3cdf61f2c63926e702fef790
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: Make network-manager module a singleton
hash: 8fc97b9de89392bb9e6fd562e12d261ced3990cb
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 supervisor upgrade document
hash: 989ec83a27621cab6c53dd026c2407dfe1b1b179
body: ''
footer:
Connects-to: 'https://github.com/balena-io/balena-io/issues/2157'
connects-to: 'https://github.com/balena-io/balena-io/issues/2157'
Change-type: patch
change-type: patch
Signed-off-by: Hugh Brown <hugh@balena.io>
signed-off-by: Hugh Brown <hugh@balena.io>
author: Hugh Brown
version: 11.8.2
date: 2020-06-17T14:59:07.731Z
- commits:
- subject: Update webpack dependencies
hash: e1fb8683f4687aa0844bf73780916db34e3ebd3d

View File

@ -4,6 +4,14 @@ 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.8.2
## (2020-06-17)
* Make service-manager module a singleton [Cameron Diver]
* Make volume-manager module a singleton [Cameron Diver]
* Make network-manager module a singleton [Cameron Diver]
* Add supervisor upgrade document [Hugh Brown]
# v11.8.1
## (2020-06-16)

View File

@ -1 +1 @@
11.8.1
11.8.2

2
package-lock.json generated
View File

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