mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-23 04:25:24 +00:00
v9.16.0
This commit is contained in:
parent
0871f05445
commit
24f5c7f7c7
@ -1,3 +1,35 @@
|
||||
- commits:
|
||||
- subject: Upgrade typescript and fix warnings
|
||||
hash: ea64f0b0b3c57e6bd2e01ef4483e73d037288fc8
|
||||
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: Pin prettier version to avoid changes in non-ci installs
|
||||
hash: 0593aadcacaedc9d358e0bfbd23cf3cc05613f4c
|
||||
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: Standardise all supervisor output logging
|
||||
hash: 2276dd54e12915cf2a505a56e971231c45e58328
|
||||
body: |
|
||||
Also use the supervisor's own container logging monitoring code when
|
||||
running livepush on the supervisor container.
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
version: 9.16.0
|
||||
date: 2019-06-10T14:39:11.669Z
|
||||
- commits:
|
||||
- subject: Update and improve debug and development tools
|
||||
hash: 392c56b4d38bab367429d4b9bdaf2ee2c7fa18e6
|
||||
|
@ -4,6 +4,12 @@ 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.16.0 - 2019-06-10
|
||||
|
||||
* Upgrade typescript and fix warnings [Cameron Diver]
|
||||
* Pin prettier version to avoid changes in non-ci installs [Cameron Diver]
|
||||
* Standardise all supervisor output logging [Cameron Diver]
|
||||
|
||||
## 9.15.9 - 2019-05-29
|
||||
|
||||
* Update and improve debug and development tools [Cameron Diver]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "9.15.9",
|
||||
"version": "9.16.0",
|
||||
"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": "9.15.9",
|
||||
"version": "9.16.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user