From 7ef4880bebef8d663858c1fa28911840481783db Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 16 Sep 2019 15:33:29 +0300 Subject: [PATCH] v10.3.5 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5b8b537d..dbf7b8d5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Correctly handle partial IPAM configurations for networks + hash: e78f8eccdc2fe23b02da15b8c469979a8146db41 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + version: 10.3.5 + date: 2019-09-16T11:30:37.265Z - commits: - subject: 'device-state: correctly call volume creation on backup restore step' hash: ca9f8ffca1e306d4f4551a505b93b0bc7c679c81 diff --git a/CHANGELOG.md b/CHANGELOG.md index 14724aa9..72b2d4c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.5 - 2019-09-16 + +* Correctly handle partial IPAM configurations for networks [Cameron Diver] + ## 10.3.4 - 2019-09-11 * Device-state: correctly call volume creation on backup restore step [Gergely Imreh] diff --git a/package-lock.json b/package-lock.json index 35eaa17b..1dc004f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.3.4", + "version": "10.3.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 36c02e58..bde7a1f2 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": "10.3.4", + "version": "10.3.5", "license": "Apache-2.0", "repository": { "type": "git",