mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-10 22:44:29 +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:
|
- commits:
|
||||||
- subject: Cache delta auth token request results for 10 minutes
|
- subject: Cache delta auth token request results for 10 minutes
|
||||||
hash: 51703621a572ae4bd71b7f0ef01cf53364b97939
|
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!
|
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.14.11 - 2019-05-10
|
||||||
|
|
||||||
|
* Fix supervisor tests for node v10.12.0 and above [Cameron Diver]
|
||||||
|
|
||||||
## 9.14.10 - 2019-05-10
|
## 9.14.10 - 2019-05-10
|
||||||
|
|
||||||
* Cache delta auth token request results for 10 minutes [Cameron Diver]
|
* 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",
|
"name": "balena-supervisor",
|
||||||
"version": "9.14.10",
|
"version": "9.14.11",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -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.14.10",
|
"version": "9.14.11",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user