From 825ac2bc4ac9f299bc946f2cf0fb56514357a7bc Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 12 Aug 2020 17:37:56 +0300 Subject: [PATCH] v11.12.4 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 407a7326..4a505a22 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: 'bug: Firewall not blocking supervisor access from outside the device' + hash: 5aecd94e243ee55cffbb9aa47e7adfc437401de3 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Rich Bayliss + signed-off-by: Rich Bayliss + author: Rich Bayliss + nested: [] + version: 11.12.4 + date: 2020-08-12T12:45:26.689Z - commits: - subject: 'bug: Allow DNS through firewall for local containers' hash: e9b536a889542588e2f79247ed7937c709fdf3d2 diff --git a/CHANGELOG.md b/CHANGELOG.md index d2de7250..ba7d6bd8 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/). +# v11.12.4 +## (2020-08-12) + +* bug: Firewall not blocking supervisor access from outside the device [Rich Bayliss] + # v11.12.3 ## (2020-08-11) diff --git a/VERSION b/VERSION index 34caa30c..22675b89 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.12.3 \ No newline at end of file +11.12.4 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index b67b6cac..28524393 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.12.3", + "version": "11.12.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 454f3a8f..5443adb3 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": "11.12.3", + "version": "11.12.4", "license": "Apache-2.0", "repository": { "type": "git",