mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 14:37:49 +00:00
v10.9.1
This commit is contained in:
parent
98b3c29e5a
commit
23de9e90e7
@ -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:
|
- commits:
|
||||||
- subject: >-
|
- subject: >-
|
||||||
Add a containerId request parameter for journal-logs api endpoint, and
|
Add a containerId request parameter for journal-logs api endpoint, and
|
||||||
|
@ -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!
|
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/).
|
||||||
|
|
||||||
|
# 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
|
# v10.9.0
|
||||||
## (2020-02-24)
|
## (2020-02-24)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "10.9.0",
|
"version": "10.9.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -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": "10.9.0",
|
"version": "10.9.1",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user