This commit is contained in:
Resin CI 2018-12-19 15:27:53 +01:00
parent fccd66c773
commit e98ec2189d
3 changed files with 47 additions and 1 deletions

View File

@ -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

View File

@ -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]

View File

@ -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",