This commit is contained in:
Balena CI 2019-12-19 15:42:30 +02:00
parent 44c41f9c9b
commit 7811ab4f22
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Throttle state report patches to once per 10 seconds
hash: 4b0f431f9b4eadcec30a21483a5ee5e3c2ecb14b
body: ''
footer:
Change-type: patch
change-type: patch
Closes: '#1158'
closes: '#1158'
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 10.6.27
date: 2019-12-19T12:35:53.720Z
- commits: - commits:
- subject: Report the correct error when we cannot remove a network - subject: Report the correct error when we cannot remove a network
hash: 2d4ac244031bdaccace508c0ca3a77df77e4c368 hash: 2d4ac244031bdaccace508c0ca3a77df77e4c368

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 10.6.27 - 2019-12-19
* Throttle state report patches to once per 10 seconds [Cameron Diver]
## 10.6.26 - 2019-12-18 ## 10.6.26 - 2019-12-18
* Report the correct error when we cannot remove a network [Cameron Diver] * Report the correct error when we cannot remove a network [Cameron Diver]

2
package-lock.json generated
View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "balena-supervisor", "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.", "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.6.26", "version": "10.6.27",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",