This commit is contained in:
Giovanni Garufi 2019-02-25 13:16:22 +01:00
parent 0e3f260978
commit 58fa0ac761
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix provisioning workflow when UUID already exists
hash: 0e3f2609781c460dbb7f91932d385fdabbbd5def
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 9.8.4
date: 2019-02-25T12:14:25.872Z
- commits:
- subject: Run iptables rules synchronous to avoid locking errors
hash: 911ee7f009f5daa85067e7b7781ce79ca1e85424

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.8.4 - 2019-02-25
* Fix provisioning workflow when UUID already exists [Cameron Diver]
## 9.8.3 - 2019-02-19
* Run iptables rules synchronous to avoid locking errors [Cameron Diver]

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.8.3",
"version": "9.8.4",
"license": "Apache-2.0",
"repository": {
"type": "git",