This commit is contained in:
Resin CI 2019-03-12 14:58:22 +02:00
parent 89d7e709fa
commit 16ee0cec60
4 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: 'docs: Standardise naming and json in api documentation'
hash: d9bc26bd83b12f15bf099359e5425f4d956247a0
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: 'docs: Add documentation for v2/state/status endpoint'
hash: 4a17f704ab86b542a9140782ff5aa502ceac6cfd
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
version: 9.10.0
date: 2019-03-11T16:41:00.776Z
- commits:
- subject: 'codeowners: Add @CameronDiver, @pcarranzav and @Page-'
hash: 68a28955ad1b5dc40b8f23c8ed1b998e195bc36d

View File

@ -4,6 +4,11 @@ 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.10.0 - 2019-03-11
* Docs: Standardise naming and json in api documentation [Cameron Diver]
* Docs: Add documentation for v2/state/status endpoint [Cameron Diver]
## 9.9.1 - 2019-03-08
* Codeowners: Add @CameronDiver, @pcarranzav and @Page- [Heds Simons]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "9.9.1",
"version": "9.10.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": "9.9.1",
"version": "9.10.0",
"license": "Apache-2.0",
"repository": {
"type": "git",