This commit is contained in:
Balena CI 2019-11-13 21:58:46 +02:00
parent ff5292cd91
commit 838e966624
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Switch to balenaos-in-container
hash: 05a566dcb595ccacc432de1290ab2500ac380b6f
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 10.6.6
date: 2019-11-12T13:52:25.726Z
- commits:
- subject: Allow specifying an absolute path for the dind config.json
hash: 9e660f1081cdb3da561a410b04c91807dab13133

View File

@ -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/).
## 10.6.6 - 2019-11-12
* Switch to balenaos-in-container [Pagan Gazzard]
## 10.6.5 - 2019-11-12
* Allow specifying an absolute path for the dind config.json [Pagan Gazzard]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "10.6.5",
"version": "10.6.6",
"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": "10.6.5",
"version": "10.6.6",
"license": "Apache-2.0",
"repository": {
"type": "git",