From 34397cc045f876d2bdd6401ea9902fcdd22695be Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 10 May 2019 15:28:59 +0300 Subject: [PATCH] v9.14.11 --- .versionbot/CHANGELOG.yml | 18 ++++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9f4c7a16..b92c5889 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Cameron Diver + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ecc9524a..595f547b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package-lock.json b/package-lock.json index 38f156cf..9e110a98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "9.14.10", + "version": "9.14.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 162f93e3..e4bbd0f6 100644 --- a/package.json +++ b/package.json @@ -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",