This commit is contained in:
Balena CI 2020-04-02 20:09:40 +03:00
parent 67b22cee54
commit 91d590bed4
5 changed files with 66 additions and 3 deletions

View File

@ -1,3 +1,55 @@
- commits:
- subject: Convert test/18-startup.coffee to typescript
hash: d3221ca235aa0bd22191516f3eeebcabdf32e94b
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Convert test/19-compose-utils.coffee to javascript
hash: 70b07055513f8948bf4c9867718ed4df3df61bc1
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Convert test/18-compose-network.coffee to javascript
hash: 98e956831a4f8dc9e7e08bc98b21c0f8dd89e263
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Convert test/17-config-utils.spec.coffee to javascript
hash: d3cf650ac48e94a1f7040b72b497e11945671015
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Convert test/16-ports.spec.coffee to typescript
hash: dcb01cb8632c6a438e3989e6cbcdf2639d0367ba
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Convert test/15-conversions.spec.coffee to javascript
hash: 515fb059f409ba33b0537c778e7d8191bf387a48
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Convert test/12-logger.spec.coffee to javascript
hash: fd4cec31e7473d53ffa6a8650b341e7dec49a2cf
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 10.11.3
date: 2020-04-02T13:29:44.498Z
- commits:
- subject: Pass in deviceId when fetching device tags
hash: 3c59944ce126570cc814626f20a9d67d6e67ff4d

View File

@ -4,6 +4,17 @@ 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.11.3
## (2020-04-02)
* Convert test/18-startup.coffee to typescript [Pagan Gazzard]
* Convert test/19-compose-utils.coffee to javascript [Pagan Gazzard]
* Convert test/18-compose-network.coffee to javascript [Pagan Gazzard]
* Convert test/17-config-utils.spec.coffee to javascript [Pagan Gazzard]
* Convert test/16-ports.spec.coffee to typescript [Pagan Gazzard]
* Convert test/15-conversions.spec.coffee to javascript [Pagan Gazzard]
* Convert test/12-logger.spec.coffee to javascript [Pagan Gazzard]
# v10.11.2
## (2020-03-31)

View File

@ -1 +1 @@
10.11.2
10.11.3

2
package-lock.json generated
View File

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