This commit is contained in:
Resin CI 2019-03-27 22:36:57 +02:00
parent 0eb43615c4
commit 88a58b683f
4 changed files with 34 additions and 2 deletions

View File

@ -1,3 +1,31 @@
- commits:
- subject: >-
Ensure the supervisor0 network uses a subnet less likely to cause
conflicts
hash: dab5d7546c94145e9d0e0bae40b9b0cafcc58330
body: >
We put the supervisor0 network in the 10.114.104.0/25 subnet to avoid
issues when the device
is in a network using the 172.17.* network.
We also ensure we recreate this network if it was created in the
incorrect subnet (i.e. if we're updating
from an old supervisor that didn't do this), for which we have to kill
any containers using this network.
Closes #731
footer:
Change-type: patch
change-type: patch
Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
signed-off-by: Pablo Carranza Velez <pablo@balena.io>
author: Pablo Carranza Velez
version: 9.11.4
date: 2019-03-21T23:06:34.550Z
- commits:
- subject: >-
fix: When pinning a preloaded device, ensure the pinning is done when

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/).
## 9.11.4 - 2019-03-21
* Ensure the supervisor0 network uses a subnet less likely to cause conflicts [Pablo Carranza Velez]
## 9.11.3 - 2019-03-21
* Fix: When pinning a preloaded device, ensure the pinning is done when retrying after a failure [Pablo Carranza Velez]

2
package-lock.json generated
View File

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