This commit is contained in:
Balena CI 2020-01-09 10:56:59 +02:00
parent e517830745
commit 0b69e98c1e
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Ensure that we always have the pi4 overlay assigned
hash: 426d8cd10ad22fcf79b019dc49e2c2f6c27cd06d
body: ''
footer:
Change-type: patch
change-type: patch
Closes: '#1171'
closes: '#1171'
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 10.6.28
date: 2020-01-08T17:08:33.840Z
- commits:
- subject: Throttle state report patches to once per 10 seconds
hash: 4b0f431f9b4eadcec30a21483a5ee5e3c2ecb14b

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.6.28 - 2020-01-08
* Ensure that we always have the pi4 overlay assigned [Cameron Diver]
## 10.6.27 - 2019-12-19
* Throttle state report patches to once per 10 seconds [Cameron Diver]

2
package-lock.json generated
View File

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