This commit is contained in:
Balena CI 2020-02-25 14:57:19 +02:00
parent 98b3c29e5a
commit 23de9e90e7
5 changed files with 40 additions and 3 deletions

View File

@ -1,3 +1,33 @@
- commits:
- subject: Convert device-state module to typescript
hash: c21da8f3dbafe965ad0fae12b027066208debd12
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
- subject: Improve application-manager typings
hash: 23094425555f0d1ef9c04c2bc500c19f62984503
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
- subject: Improve and extend internal typings
hash: e161888516e7f234154245cfc8c9f82b6e2b656b
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: 10.9.1
date: 2020-02-25T07:53:23.189Z
- commits:
- subject: >-
Add a containerId request parameter for journal-logs api endpoint, and

View File

@ -4,6 +4,13 @@ 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.9.1
## (2020-02-25)
* Convert device-state module to typescript [Cameron Diver]
* Improve application-manager typings [Cameron Diver]
* Improve and extend internal typings [Cameron Diver]
# v10.9.0
## (2020-02-24)

View File

@ -1 +1 @@
10.9.0
10.9.1

2
package-lock.json generated
View File

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