From 662b27c26d9dc3d652ee2379f319880a931ff423 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 6 May 2021 18:43:07 +0300 Subject: [PATCH] v12.6.6 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2d703d03..7b129311 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Fix parsing driver_opts from compose to docker network creation + hash: 1408fd7bcb5f25b75679b7ce0e509adc7f8f6004 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: quentinGllmt + signed-off-by: quentinGllmt + author: quentinGllmt + nested: [] + version: 12.6.6 + date: 2021-05-06T14:52:59.431Z - commits: - subject: Update balena-register-device and send extra info at provision time hash: 9e52bb33ac931a035b4cd0fd80173bf10db771c0 diff --git a/CHANGELOG.md b/CHANGELOG.md index f4616841..8dd03158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +# v12.6.6 +## (2021-05-06) + +* Fix parsing driver_opts from compose to docker network creation [quentinGllmt] + # v12.6.5 ## (2021-05-06) diff --git a/VERSION b/VERSION index 403b6ce3..51eb760a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.6.5 \ No newline at end of file +12.6.6 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2309cb36..4457d67f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.6.5", + "version": "12.6.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6d9bdb5c..77a79033 100644 --- a/package.json +++ b/package.json @@ -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": "12.6.5", + "version": "12.6.6", "license": "Apache-2.0", "repository": { "type": "git",