mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 00:23:57 +00:00
v10.1.5
This commit is contained in:
parent
9241fca512
commit
fa26988ca6
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "10.1.4",
|
||||
"version": "10.1.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user