This commit is contained in:
Resin CI 2019-03-08 17:54:16 +02:00
parent d3e3d3116a
commit 92049534f5
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: 'codeowners: Add @CameronDiver, @pcarranzav and @Page-'
hash: 68a28955ad1b5dc40b8f23c8ed1b998e195bc36d
body: ''
footer:
Connects-to: '#926'
connects-to: '#926'
Change-type: patch
change-type: patch
Signed-off-by: Heds Simons <heds@balena.io>
signed-off-by: Heds Simons <heds@balena.io>
author: Heds Simons
version: 9.9.1
date: 2019-03-08T15:38:29.388Z
- commits:
- subject: 'state-engine: Add an exponential backoff for device-config noops'
hash: 1aa58fd7b94e95a855b31dcb6fca8a374972a47b

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/).
## 9.9.1 - 2019-03-08
* Codeowners: Add @CameronDiver, @pcarranzav and @Page- [Heds Simons]
## 9.9.0 - 2019-03-07
* State-engine: Add an exponential backoff for device-config noops [Cameron Diver]

2
package-lock.json generated
View File

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