This commit is contained in:
Balena CI 2020-05-08 14:56:10 +03:00 committed by VersionBot
parent 1a2a96d45f
commit fff87127ce
5 changed files with 26 additions and 3 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: 'CI: Use node 12 for tests to match runtime version'
hash: 095f67c83011b60a06d75c5f0432937b93049ad5
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: 'CI: Use docker 18 client to match remote'
hash: 8c1838fd5ea0d36787857d7040f8359d9618c061
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.3.7
date: 2020-05-08T11:43:11.578Z
- commits: - commits:
- subject: Move SupervisorAPI state change logs to appropriate functions - subject: Move SupervisorAPI state change logs to appropriate functions
hash: 60c07fc2fc2c352091995c2e599752fb12c05148 hash: 60c07fc2fc2c352091995c2e599752fb12c05148

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
# v11.3.7
## (2020-05-08)
* CI: Use node 12 for tests to match runtime version [Pagan Gazzard]
* CI: Use docker 18 client to match remote [Pagan Gazzard]
# v11.3.6 # v11.3.6
## (2020-05-07) ## (2020-05-07)

View File

@ -1 +1 @@
11.3.6 11.3.7

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "11.3.6", "version": "11.3.7",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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