This commit is contained in:
Resin CI 2019-08-22 11:38:22 +03:00
parent 8fe18ed74a
commit 8677c37670
4 changed files with 38 additions and 2 deletions

View File

@ -1,3 +1,33 @@
- commits:
- subject: Add usage example repo to documentation
hash: da0534b3c8f239f8c6f1ded911d2509fb0230b05
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
- subject: Add journald format flag
hash: 48bccd34dba569a574110a045cc264201d26f4a1
body: ''
footer:
Change-type: minor
change-type: minor
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
- subject: Update documentation and explicitly unpipe journald stream
hash: 2d924b83fcfedc84b1d0ea2325a53cd7e89fc5c5
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: 10.3.0
date: 2019-08-21T17:36:24.736Z
- commits:
- subject: Correctly generate network or volume creation steps
hash: ded828da9a284c28f1617cd49ba6fbbd09f489a9

View File

@ -4,6 +4,12 @@ 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/).
## 10.3.0 - 2019-08-21
* Add usage example repo to documentation [Cameron Diver]
* Add journald format flag [Cameron Diver]
* Update documentation and explicitly unpipe journald stream [Cameron Diver]
## 10.2.7 - 2019-08-21
* Correctly generate network or volume creation steps [Cameron Diver]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "10.2.7",
"version": "10.3.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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