This commit is contained in:
Resin CI 2019-01-16 14:29:54 +01:00
parent 37725a8e60
commit acf2a6d6b5
3 changed files with 17 additions and 1 deletions

View File

@ -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: - commits:
- subject: 'refactor: Remove unnecessary validations and casts' - subject: 'refactor: Remove unnecessary validations and casts'
hash: 6a3148ff80989ac061b33332938181ed7c1ca3ba hash: 6a3148ff80989ac061b33332938181ed7c1ca3ba

View File

@ -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! 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/).
## 9.3.1 - 2019-01-16
* Send connection message when streaming local mode logs [Cameron Diver]
## 9.3.0 - 2019-01-11 ## 9.3.0 - 2019-01-11
* Refactor: Remove unnecessary validations and casts [Cameron Diver] * Refactor: Remove unnecessary validations and casts [Cameron Diver]

View File

@ -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": "9.3.0", "version": "9.3.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",