mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-31 14:50:47 +00:00
v8.6.9
This commit is contained in:
parent
161645bcbc
commit
8a42d0020f
@ -1,3 +1,19 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'versionbot: Add changelog yml file'
|
||||||
|
hash: 3134f0dcebb8cda4bf0f9e94038c9363df9ad535
|
||||||
|
body: |
|
||||||
|
This file allows other components to uniquely parse the information that
|
||||||
|
is contained in the changelog. It will be automatically managed by
|
||||||
|
versionist by appending the new commits on top. This is needed to
|
||||||
|
provide nested-changelogs.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Giovanni Garufi <giovanni@resin.io>
|
||||||
|
signed-off-by: Giovanni Garufi <giovanni@resin.io>
|
||||||
|
author: Giovanni Garufi
|
||||||
|
version: 8.6.9
|
||||||
|
date: 2018-12-11T15:33:19.564Z
|
||||||
- version: 8.6.8
|
- version: 8.6.8
|
||||||
date: 2018-12-07T00:00:00.000Z
|
date: 2018-12-07T00:00:00.000Z
|
||||||
commits:
|
commits:
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 8.6.9 - 2018-12-11
|
||||||
|
|
||||||
|
* Versionbot: Add changelog yml file [Giovanni Garufi]
|
||||||
|
|
||||||
## 8.6.8 - 2018-12-07
|
## 8.6.8 - 2018-12-07
|
||||||
|
|
||||||
* Api: Ensure Supervisor API returns IP addresses [Heds Simons]
|
* Api: Ensure Supervisor API returns IP addresses [Heds Simons]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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": "8.6.8",
|
"version": "8.6.9",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user