This commit is contained in:
Resin CI 2018-12-11 18:06:49 +02:00
parent 161645bcbc
commit 8a42d0020f
3 changed files with 21 additions and 1 deletions

View File

@ -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
date: 2018-12-07T00:00:00.000Z
commits:

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/).
## 8.6.9 - 2018-12-11
* Versionbot: Add changelog yml file [Giovanni Garufi]
## 8.6.8 - 2018-12-07
* Api: Ensure Supervisor API returns IP addresses [Heds Simons]

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": "8.6.8",
"version": "8.6.9",
"license": "Apache-2.0",
"repository": {
"type": "git",