This commit is contained in:
Balena CI 2019-09-16 15:33:29 +03:00
parent b94dbb1ec4
commit 7ef4880beb
4 changed files with 18 additions and 2 deletions

View File

@ -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 <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
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

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.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]

2
package-lock.json generated
View File

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