mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-01 23:30:48 +00:00
v9.2.9
This commit is contained in:
parent
3ca1163e8d
commit
f33a2adf12
@ -1,3 +1,42 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'refactor: Convert ApiBinder module to typescript'
|
||||||
|
hash: 01ed7bb103b4df8fb0679cf858220db42d4a0b92
|
||||||
|
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: Only promisify read and write locks once'
|
||||||
|
hash: d5f4ac690ff1c344599a576619ee7f00e1cc0ce1
|
||||||
|
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 supervisor api module to typescript'
|
||||||
|
hash: 9decea1d3bd4c7bd5741d805062214d70646ec2f
|
||||||
|
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: Change config modules export type to new-style'
|
||||||
|
hash: 3a130f4f9cec919a76b6879dc33c9df0cf262213
|
||||||
|
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.2.9
|
||||||
|
date: 2019-01-08T12:05:10.664Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: 'refactor: Generate and normalise PortMaps from compose ports in-class'
|
- subject: 'refactor: Generate and normalise PortMaps from compose ports in-class'
|
||||||
hash: dc34025545984dc035fac18aec8160ea095e5ca2
|
hash: dc34025545984dc035fac18aec8160ea095e5ca2
|
||||||
|
@ -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.2.9 - 2019-01-08
|
||||||
|
|
||||||
|
* Refactor: Convert ApiBinder module to typescript [Cameron Diver]
|
||||||
|
* Refactor: Only promisify read and write locks once [Cameron Diver]
|
||||||
|
* Refactor: Convert supervisor api module to typescript [Cameron Diver]
|
||||||
|
* Refactor: Change config modules export type to new-style [Cameron Diver]
|
||||||
|
|
||||||
## 9.2.8 - 2019-01-02
|
## 9.2.8 - 2019-01-02
|
||||||
|
|
||||||
* Refactor: Generate and normalise PortMaps from compose ports in-class [Cameron Diver]
|
* Refactor: Generate and normalise PortMaps from compose ports in-class [Cameron Diver]
|
||||||
|
@ -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.2.8",
|
"version": "9.2.9",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user