mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 14:37:49 +00:00
v9.14.11
This commit is contained in:
parent
6f89fc5c8b
commit
34397cc045
@ -1,3 +1,21 @@
|
||||
- commits:
|
||||
- subject: Fix supervisor tests for node v10.12.0 and above
|
||||
hash: 932a6f29973547b1e9fd6b8bbbb1f075cc13669f
|
||||
body: |
|
||||
Changes in the node engine related to streams would cause the gzip
|
||||
streams flush function to be called at the wrong times. The sinon fake
|
||||
timers were also interacting with this.
|
||||
|
||||
We use setImmediate to call the flush function, and remove sinon timers
|
||||
for the logging tests.
|
||||
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.14.11
|
||||
date: 2019-05-10T11:36:26.579Z
|
||||
- commits:
|
||||
- subject: Cache delta auth token request results for 10 minutes
|
||||
hash: 51703621a572ae4bd71b7f0ef01cf53364b97939
|
||||
|
@ -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.14.11 - 2019-05-10
|
||||
|
||||
* Fix supervisor tests for node v10.12.0 and above [Cameron Diver]
|
||||
|
||||
## 9.14.10 - 2019-05-10
|
||||
|
||||
* Cache delta auth token request results for 10 minutes [Cameron Diver]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "9.14.10",
|
||||
"version": "9.14.11",
|
||||
"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.14.10",
|
||||
"version": "9.14.11",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user