This commit is contained in:
Balena CI 2020-06-15 13:44:51 +03:00 committed by VersionBot
parent b501e3faf4
commit 3ef51240af
5 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Db-format module code fixups
hash: 695d91d4948aa5b89c602135ccc8fba8321fd8bd
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: 11.7.3
date: 2020-06-15T09:55:57.277Z
- commits:
- subject: Add label to expose gpu to container
hash: ae646a07ec6a6c96f7cb91f1d37898a94dbab47a

View File

@ -4,6 +4,11 @@ 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/).
# v11.7.3
## (2020-06-15)
* Db-format module code fixups [Cameron Diver]
# v11.7.2
## (2020-06-11)

View File

@ -1 +1 @@
11.7.2
11.7.3

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "11.7.2",
"version": "11.7.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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": "11.7.2",
"version": "11.7.3",
"license": "Apache-2.0",
"repository": {
"type": "git",