mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-21 02:01:35 +00:00
v9.0.2
This commit is contained in:
parent
63d1a6df3a
commit
dc1450d65d
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: 'VersionBot: Fix incomplete version in CHANGELOG.yml'
|
||||
hash: c87123f585874c07960935ce6accb3f6946813a6
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Giovanni Garufi <giovanni@balena.io>
|
||||
signed-off-by: Giovanni Garufi <giovanni@balena.io>
|
||||
author: Giovanni Garufi
|
||||
version: 9.0.2
|
||||
date: 2018-12-18T17:24:35.636Z
|
||||
- commits:
|
||||
- subject: >-
|
||||
Fix a race condition that could cause an unnecessary restart of a
|
||||
|
@ -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.0.2 - 2018-12-18
|
||||
|
||||
* VersionBot: Fix incomplete version in CHANGELOG.yml [Giovanni Garufi]
|
||||
|
||||
## 9.0.1 - 2018-12-17
|
||||
|
||||
* Fix a race condition that could cause an unnecessary restart of a service immediately after download [Pablo Carranza Velez]
|
||||
|
@ -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.0.1",
|
||||
"version": "9.0.2",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user