From 58fa0ac761585458de9dcabf87147eb2f28cb517 Mon Sep 17 00:00:00 2001 From: Giovanni Garufi Date: Mon, 25 Feb 2019 13:16:22 +0100 Subject: [PATCH] v9.8.4 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package.json | 2 +- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d3070fd3..0cd5b7b8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Cameron Diver + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index dcdfa08c..839427d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/package.json b/package.json index f0e4d82f..ff1b9feb 100644 --- a/package.json +++ b/package.json @@ -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",