From 73e9f801e2d0fe847e770a9b12033840ddef03aa Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 12 Sep 2019 15:27:34 +0300 Subject: [PATCH] v11.9.6 --- .versionbot/CHANGELOG.yml | 34 ++++++++++++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 41 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a025eaa5..07540c90 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,37 @@ +- commits: + - subject: Mitigate "MaxListenersExceededWarning" by reusing Logger instance + hash: 6631fb5a69c0c791b59a954a960eeb28b797a458 + body: > + The full warning output was: + + (node:43572) MaxListenersExceededWarning: Possible EventEmitter memory + leak detected. 11 drain listeners added. Use emitter.setMaxListeners() + to increase limit + + (node:43572) MaxListenersExceededWarning: Possible EventEmitter memory + leak detected. 11 error listeners added. Use emitter.setMaxListeners() + to increase limit + + (node:43572) MaxListenersExceededWarning: Possible EventEmitter memory + leak detected. 11 close listeners added. Use emitter.setMaxListeners() + to increase limit + footer: + Change-type: patch + change-type: patch + Signed-off-by: Paulo Castro + signed-off-by: Paulo Castro + author: Paulo Castro + - subject: 'Update balena-sdk from 11.18.0 to 12.10.0 (pre-req for #1153 and #1304)' + hash: f76ca1804aef20852edd6176ab0eda58b2d7984c + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Paulo Castro + signed-off-by: Paulo Castro + author: Paulo Castro + version: 11.9.6 + date: 2019-09-12T00:51:55.302Z - commits: - subject: >- Detect Docker Desktop (Docker for Mac) and warn about architecture diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3cdee2..e2ee325e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +## 11.9.6 - 2019-09-12 + +* Mitigate "MaxListenersExceededWarning" by reusing Logger instance [Paulo Castro] +* Update balena-sdk from 11.18.0 to 12.10.0 (pre-req for #1153 and #1304) [Paulo Castro] + ## 11.9.5 - 2019-09-11 * Detect Docker Desktop (Docker for Mac) and warn about architecture emulation [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e51c1421..c61dfd51 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.9.5", + "version": "11.9.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0ccae62b..f73c24d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.9.5", + "version": "11.9.6", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",