This commit is contained in:
Balena CI 2020-01-28 13:32:10 +02:00
parent f69e73b2d3
commit 6bb7a5fd57
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Set docker type and update CHANGELOG.md to the correct format
hash: d1a3663d47b5e79c611929802c3a63b375e1a24f
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Giovanni Garufi <giovanni@balena.io>
signed-off-by: Giovanni Garufi <giovanni@balena.io>
author: Giovanni Garufi
version: 10.6.32
date: 2020-01-28T00:22:10.551Z
- commits:
- subject: Update docker used for CI builds
hash: 9dc9e0704b69f3e8980c8747cb341004b9be8399

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.6.32
## (2020-01-28)
* Set docker type and update CHANGELOG.md to the correct format [Giovanni Garufi]
# v10.6.31
## (2020-01-17)

2
package-lock.json generated
View File

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