This commit is contained in:
Resin CI 2019-02-11 11:54:12 +01:00
parent c48e37556e
commit 5567682c1c
3 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Set default delta apply timeout of 0
hash: 88f19b414737b2f3ab2bf9587464450e46460ff3
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.7.3
date: 2019-02-11T10:22:08.628Z
- commits:
- subject: 'fix: Normalize ports from compose file on instantiation'
hash: f3264862ca73e9b059da7fa7ce19aa67bfb9c296

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.7.3 - 2019-02-11
* Set default delta apply timeout of 0 [Cameron Diver]
## 9.7.2 - 2019-02-09
* Fix: Normalize ports from compose file on instantiation [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.7.2",
"version": "9.7.3",
"license": "Apache-2.0",
"repository": {
"type": "git",