mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 12:05:53 +00:00
v12.11.37
This commit is contained in:
parent
bc571699ce
commit
ba395b2dbd
@ -1,3 +1,24 @@
|
||||
- commits:
|
||||
- subject: Fix check for supervisor0 network
|
||||
hash: d1956b69cc67842ffd0ea1af4c7fa44aef4bfedc
|
||||
body: >
|
||||
The check for the docker network supervisor0 assumed that if the
|
||||
|
||||
interface supervisor0 existed, then the network would exist too. However this is not
|
||||
|
||||
true on the case of docker directory corruption, which would lead to a
|
||||
|
||||
loop with `Error: (HTTP code 404) no such network - network supervisor0 not found`.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Closes: "#1806"
|
||||
closes: "#1806"
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: 12.11.37
|
||||
title: "'Fix check for supervisor0 network'"
|
||||
date: 2022-02-25T22:57:01.032Z
|
||||
- commits:
|
||||
- subject: Ignore selinux security opts when comparing services
|
||||
hash: 1b54ce8bfd5dd3d1f14f573a0bfe17ee1dd81630
|
||||
|
@ -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.11.37
|
||||
## (2022-02-25)
|
||||
|
||||
* Fix check for supervisor0 network [Felipe Lalanne]
|
||||
|
||||
# v12.11.36
|
||||
## (2022-02-23)
|
||||
|
||||
|
@ -2,4 +2,4 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 12.11.36
|
||||
version: 12.11.37
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.11.36",
|
||||
"version": "12.11.37",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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.11.36",
|
||||
"version": "12.11.37",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -139,6 +139,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-02-23T21:15:32.087Z"
|
||||
"publishedAt": "2022-02-25T22:57:01.555Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user