mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-25 13:29:58 +00:00
v9.11.4
This commit is contained in:
parent
0eb43615c4
commit
88a58b683f
@ -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:
|
- commits:
|
||||||
- subject: >-
|
- subject: >-
|
||||||
fix: When pinning a preloaded device, ensure the pinning is done when
|
fix: When pinning a preloaded device, ensure the pinning is done when
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## 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]
|
* Fix: When pinning a preloaded device, ensure the pinning is done when retrying after a failure [Pablo Carranza Velez]
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "9.11.3",
|
"version": "9.11.4",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"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.",
|
"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",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user