mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-21 22:47:49 +00:00
v9.0.3
This commit is contained in:
parent
fccd66c773
commit
e98ec2189d
@ -1,3 +1,42 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'refactor: Convert update-lock module to typescript'
|
||||||
|
hash: b977b30dfee0b9d309133c2569ffe6a9e5af783c
|
||||||
|
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: 'refactor: Convert systemd module to typescript'
|
||||||
|
hash: ec37db597dbcf1965735b1d2b31a62fe7ad9540d
|
||||||
|
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: 'refactor: Convert request module to typescript'
|
||||||
|
hash: e00954babd455700bbc53e4e5003b42efbab2663
|
||||||
|
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: 'refactor: Convert migration module to typescript'
|
||||||
|
hash: 2ea657c95db960783b027e6cbc769376eef31c1b
|
||||||
|
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: 9.0.3
|
||||||
|
date: 2018-12-19T14:09:07.239Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'VersionBot: Fix incomplete version in CHANGELOG.yml'
|
- subject: 'VersionBot: Fix incomplete version in CHANGELOG.yml'
|
||||||
hash: c87123f585874c07960935ce6accb3f6946813a6
|
hash: c87123f585874c07960935ce6accb3f6946813a6
|
||||||
|
@ -4,6 +4,13 @@ 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/).
|
||||||
|
|
||||||
|
## 9.0.3 - 2018-12-19
|
||||||
|
|
||||||
|
* Refactor: Convert update-lock module to typescript [Cameron Diver]
|
||||||
|
* Refactor: Convert systemd module to typescript [Cameron Diver]
|
||||||
|
* Refactor: Convert request module to typescript [Cameron Diver]
|
||||||
|
* Refactor: Convert migration module to typescript [Cameron Diver]
|
||||||
|
|
||||||
## 9.0.2 - 2018-12-18
|
## 9.0.2 - 2018-12-18
|
||||||
|
|
||||||
* VersionBot: Fix incomplete version in CHANGELOG.yml [Giovanni Garufi]
|
* VersionBot: Fix incomplete version in CHANGELOG.yml [Giovanni Garufi]
|
||||||
|
@ -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": "9.0.2",
|
"version": "9.0.3",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user