mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v9.1.0
This commit is contained in:
parent
980f5da3a7
commit
e74f2fd7da
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: 'device-api: Add morgan to log api requests'
|
||||
hash: 45b322b7e093abfa60ebb476c2cc477800de06b7
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
Closes: '#834'
|
||||
closes: '#834'
|
||||
Signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
signed-off-by: Cameron Diver <cameron@balena.io>
|
||||
author: Cameron Diver
|
||||
version: 9.1.0
|
||||
date: 2018-12-19T14:31:25.055Z
|
||||
- commits:
|
||||
- subject: 'refactor: Convert update-lock module to typescript'
|
||||
hash: b977b30dfee0b9d309133c2569ffe6a9e5af783c
|
||||
|
@ -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.1.0 - 2018-12-19
|
||||
|
||||
* Device-api: Add morgan to log api requests [Cameron Diver]
|
||||
|
||||
## 9.0.3 - 2018-12-19
|
||||
|
||||
* Refactor: Convert update-lock module to typescript [Cameron Diver]
|
||||
|
@ -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.3",
|
||||
"version": "9.1.0",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user