mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 08:25:36 +00:00
v9.14.2
This commit is contained in:
parent
fe32d76f6e
commit
0b1d2b7702
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: 'types: Upgrade dockerode types, and remove fixes which are superceded'
|
||||
hash: 80031b76e4e27fb39b4c5cdaf9d131a503a3d124
|
||||
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.14.2
|
||||
date: 2019-04-08T09:48:10.111Z
|
||||
- commits:
|
||||
- subject: 'avahi: Remove default service definitions'
|
||||
hash: 24ba07571c388e33720d8c3c9911dcc0ca33d297
|
||||
|
@ -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.14.2 - 2019-04-08
|
||||
|
||||
* Types: Upgrade dockerode types, and remove fixes which are superceded [Cameron Diver]
|
||||
|
||||
## 9.14.1 - 2019-04-05
|
||||
|
||||
* Avahi: Remove default service definitions [Heds Simons]
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "9.14.1",
|
||||
"version": "9.14.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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.14.1",
|
||||
"version": "9.14.2",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user