mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 06:33:30 +00:00
v10.6.2
This commit is contained in:
parent
a6e372da60
commit
95f2814f98
@ -1,3 +1,42 @@
|
||||
- commits:
|
||||
- subject: Define the database type of the application
|
||||
hash: 053e111626330ab4cc7a7dc545c94aa0674405ee
|
||||
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: Extract loadTargetFromFile function to preload module
|
||||
hash: 09a8231fdee467b8b726269a2ef1bc8338733a19
|
||||
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: Define TargetApplicationState in types and remove Application type
|
||||
hash: fea80c52059752fe7d97ce9032828243355c9981
|
||||
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: Upgrade typescript to 3.7
|
||||
hash: 1d89174caf116236e856ee849369f35445f29d9d
|
||||
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.6.2
|
||||
date: 2019-11-07T09:49:48.602Z
|
||||
- commits:
|
||||
- subject: 'event-tracker: Use std mixpanel types'
|
||||
hash: 2143180d27d9ba0939a365ebcfd56fa069f6e2c8
|
||||
|
@ -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/).
|
||||
|
||||
## 10.6.2 - 2019-11-07
|
||||
|
||||
* Define the database type of the application [Cameron Diver]
|
||||
* Extract loadTargetFromFile function to preload module [Cameron Diver]
|
||||
* Define TargetApplicationState in types and remove Application type [Cameron Diver]
|
||||
* Upgrade typescript to 3.7 [Cameron Diver]
|
||||
|
||||
## 10.6.1 - 2019-11-05
|
||||
|
||||
* Event-tracker: Use std mixpanel types [Roman Mazur]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.6.1",
|
||||
"version": "10.6.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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.1",
|
||||
"version": "10.6.2",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user