mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 03:55:22 +00:00
v9.15.9
This commit is contained in:
parent
27e901320b
commit
2c1164cd62
@ -1,3 +1,18 @@
|
||||
- commits:
|
||||
- subject: Update and improve debug and development tools
|
||||
hash: 392c56b4d38bab367429d4b9bdaf2ee2c7fa18e6
|
||||
body: |
|
||||
Add a debounce to the livepush invocations, execute on start and also
|
||||
add a wait on the supervisor CMD line for those rare occassions where
|
||||
the supervisor enters a restart loop.
|
||||
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.15.9
|
||||
date: 2019-05-29T14:07:45.253Z
|
||||
- commits:
|
||||
- subject: Add a controlling variable for mixpanel reporting
|
||||
hash: 1a7ed0f95bb24474ef7326309696da091e68a3d9
|
||||
|
@ -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.15.9 - 2019-05-29
|
||||
|
||||
* Update and improve debug and development tools [Cameron Diver]
|
||||
|
||||
## 9.15.8 - 2019-05-29
|
||||
|
||||
* Add a controlling variable for mixpanel reporting [Cameron Diver]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "9.15.8",
|
||||
"version": "9.15.9",
|
||||
"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.8",
|
||||
"version": "9.15.9",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user