mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 14:37:49 +00:00
v9.3.1
This commit is contained in:
parent
37725a8e60
commit
acf2a6d6b5
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Send connection message when streaming local mode logs
|
||||
hash: 06cdaddd714b3310574dcacabc6e416d03646b33
|
||||
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: 9.3.1
|
||||
date: 2019-01-16T13:18:15.975Z
|
||||
- commits:
|
||||
- subject: 'refactor: Remove unnecessary validations and casts'
|
||||
hash: 6a3148ff80989ac061b33332938181ed7c1ca3ba
|
||||
|
@ -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/).
|
||||
|
||||
## 9.3.1 - 2019-01-16
|
||||
|
||||
* Send connection message when streaming local mode logs [Cameron Diver]
|
||||
|
||||
## 9.3.0 - 2019-01-11
|
||||
|
||||
* Refactor: Remove unnecessary validations and casts [Cameron Diver]
|
||||
|
@ -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": "9.3.0",
|
||||
"version": "9.3.1",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user