mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-16 07:26:35 +00:00
v9.9.1
This commit is contained in:
parent
d3e3d3116a
commit
92049534f5
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "9.9.0",
|
||||
"version": "9.9.1",
|
||||
"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": "9.9.0",
|
||||
"version": "9.9.1",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user