mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v10.6.1
This commit is contained in:
parent
f8cfdebba8
commit
dbf1e4d776
@ -1,3 +1,19 @@
|
||||
- commits:
|
||||
- subject: 'event-tracker: Use std mixpanel types'
|
||||
hash: 2143180d27d9ba0939a365ebcfd56fa069f6e2c8
|
||||
body: >
|
||||
Custom type definitions are removed for mixpanel module since they are
|
||||
embedded
|
||||
|
||||
into their npm package.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Roman Mazur <roman@balena.io>
|
||||
signed-off-by: Roman Mazur <roman@balena.io>
|
||||
author: Roman Mazur
|
||||
version: 10.6.1
|
||||
date: 2019-11-05T21:14:55.593Z
|
||||
- commits:
|
||||
- subject: Report any optional containers that aren't being run
|
||||
hash: 8223bf2ccb8e3c50a79860088b5d12607ad71671
|
||||
|
@ -4,6 +4,10 @@ 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.1 - 2019-11-05
|
||||
|
||||
* Event-tracker: Use std mixpanel types [Roman Mazur]
|
||||
|
||||
## 10.6.0 - 2019-11-05
|
||||
|
||||
* Report any optional containers that aren't being run [Cameron Diver]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.6.0",
|
||||
"version": "10.6.1",
|
||||
"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.0",
|
||||
"version": "10.6.1",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user