diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 995ae40c..dfa3ccc5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f74bd9..fdcc0c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/VERSION b/VERSION index 1c40c989..371c9918 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.11.36 \ No newline at end of file +12.11.37 \ No newline at end of file diff --git a/balena.yml b/balena.yml index 0e63d2c2..5c8b245f 100644 --- a/balena.yml +++ b/balena.yml @@ -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 diff --git a/package-lock.json b/package-lock.json index d4811e61..862fa1a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.11.36", + "version": "12.11.37", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f65e0afa..8885a0db 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": "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" } }