From fa26988ca6cee12a8205b65efb8dd4c7bed6d895 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 5 Aug 2019 12:26:43 +0300 Subject: [PATCH] v10.1.5 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 9c9fea04..76548ef6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: 'api: Avoid cloneDeep when copying target state.' + hash: c62f4afe8d5bbf2803359b804372e512d70b3745 + body: | + This can cause issues where the stack is exhausted + on large applications. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Heds Simons + signed-off-by: Heds Simons + author: Cameron Diver + version: 10.1.5 + date: 2019-07-25T14:43:36.876Z - commits: - subject: Filter both null and omitted values hash: 4688524e4564b4f55870ce7a44a7a5c7d90c21ce diff --git a/CHANGELOG.md b/CHANGELOG.md index dada5c7b..0b43f2b9 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/). +## 10.1.5 - 2019-07-25 + +* Api: Avoid cloneDeep when copying target state. [Cameron Diver] + ## 10.1.4 - 2019-07-25 * Filter both null and omitted values [Roman Mazur] diff --git a/package-lock.json b/package-lock.json index 764f6df9..bd793b1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.1.4", + "version": "10.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e11a0e18..eb4fafea 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": "10.1.4", + "version": "10.1.5", "license": "Apache-2.0", "repository": { "type": "git",