This commit is contained in:
Balena CI 2020-03-23 18:40:12 +02:00
parent 187011c33c
commit 15446929eb
5 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: 'docs: Clarify update locks for multicontainer applications'
hash: a6b0c50d8effc9c63fe92d68cb4efbe397a1e05f
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Gareth Davies <gareth@balena.io>
signed-off-by: Gareth Davies <gareth@balena.io>
author: Gareth Davies
version: 10.10.4
date: 2020-03-16T21:12:52.849Z
- commits:
- subject: 'logging: fix up some typos'
hash: ab7e8b55140cc3169e9337f8c29a77468b13be7c

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/).
# v10.10.4
## (2020-03-16)
* docs: Clarify update locks for multicontainer applications [Gareth Davies]
# v10.10.3
## (2020-03-16)

View File

@ -1 +1 @@
10.10.3
10.10.4

2
package-lock.json generated
View File

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