mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 10:46:22 +00:00
v9.4.2
This commit is contained in:
parent
2c30b55a5c
commit
52898b98dd
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: 'fix: Fix intial config reporting'
|
||||
hash: 9a97451e7a43524dc512f7f56e704a97369caa4b
|
||||
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.4.2
|
||||
date: 2019-01-23T18:02:33.894Z
|
||||
- commits:
|
||||
- subject: Clear up images.ts module code for simiplicity
|
||||
hash: 24ce72a2c339e52ac98099f61c235bb2c23d4f97
|
||||
|
@ -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.4.2 - 2019-01-23
|
||||
|
||||
* Fix: Fix intial config reporting [Cameron Diver]
|
||||
|
||||
## 9.4.1 - 2019-01-23
|
||||
|
||||
* Clear up images.ts module code for simiplicity [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.4.1",
|
||||
"version": "9.4.2",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user