mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v9.2.3
This commit is contained in:
parent
c31ab6cdd0
commit
bc0354cb0e
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: 'fix: Correctly type top level network IPAM config'
|
||||
hash: 9fab0fc5cc924a9c1a89a38682b7d440c7c3a649
|
||||
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.3
|
||||
date: 2018-12-20T10:08:34.889Z
|
||||
- commits:
|
||||
- subject: 'deps: Pin event-stream to avoid false audit warning'
|
||||
hash: 0bae497e4d2e8371d1e69c6bd536d143e9029a35
|
||||
|
@ -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.2.3 - 2018-12-20
|
||||
|
||||
* Fix: Correctly type top level network IPAM config [Cameron Diver]
|
||||
|
||||
## 9.2.2 - 2018-12-20
|
||||
|
||||
* Deps: Pin event-stream to avoid false audit warning [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.2.2",
|
||||
"version": "9.2.3",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
Reference in New Issue
Block a user