This commit is contained in:
Balena CI 2020-06-02 22:10:42 +03:00 committed by VersionBot
parent 96e55585ea
commit 0e9f527ff7
5 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Make docker module a singleton
hash: aad20e2c2f9bf62dfb2e3092d898b100f911ecc5
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: 11.5.3
date: 2020-06-02T16:59:27.552Z
- commits:
- subject: Make the config module a singleton
hash: ff4a31a0e6269b823a04eeda2f433665617f583c

View File

@ -4,6 +4,11 @@ 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.5.3
## (2020-06-02)
* Make docker module a singleton [Cameron Diver]
# v11.5.2
## (2020-06-02)

View File

@ -1 +1 @@
11.5.2
11.5.3

2
package-lock.json generated
View File

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