This commit is contained in:
Resin CI 2019-08-05 12:26:43 +03:00
parent 9241fca512
commit fa26988ca6
4 changed files with 20 additions and 2 deletions

View File

@ -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 <heds@balena.io>
signed-off-by: Heds Simons <heds@balena.io>
author: Cameron Diver
version: 10.1.5
date: 2019-07-25T14:43:36.876Z
- commits:
- subject: Filter both null and omitted values
hash: 4688524e4564b4f55870ce7a44a7a5c7d90c21ce

View File

@ -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]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "10.1.4",
"version": "10.1.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",