mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-15 06:56:36 +00:00
v9.7.3
This commit is contained in:
parent
c48e37556e
commit
5567682c1c
@ -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
|
||||
|
@ -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]
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user