From 3974aacdc7f402e02b3619e5084d6e2a45f36b29 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 14 Jun 2021 13:18:55 +0300 Subject: [PATCH] v12.8.6 --- .versionbot/CHANGELOG.yml | 18 ++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 26 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 1cfa9d8d..ec626261 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,21 @@ +- commits: + - subject: Document the current state of HOST_FIREWALL_MODE + hash: 3961fbf1e714c594f730fe06fa3bbd3386f918bd + body: | + This set of docs can provide info for support agents until + issue 1482 is resolved. Expect this document to change as firewall + implementation is improved. + footer: + Connects-to: '#1525' + connects-to: '#1525' + Change-type: patch + change-type: patch + Signed-off-by: Christina Wang + signed-off-by: Christina Wang + author: Christina Wang + nested: [] + version: 12.8.6 + date: 2021-06-09T08:03:27.422Z - commits: - subject: Improve target state typings hash: ee4d919fca25be550306bc00197044144555361c diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e325095..53fb6a82 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.8.6 +## (2021-06-09) + +* Document the current state of HOST_FIREWALL_MODE [Christina Wang] + # v12.8.5 ## (2021-06-08) diff --git a/VERSION b/VERSION index 394812df..ef694083 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.8.5 \ No newline at end of file +12.8.6 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 82624a1c..10a0bd3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.8.5", + "version": "12.8.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3c1e0bd4..e6857585 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.8.5", + "version": "12.8.6", "license": "Apache-2.0", "repository": { "type": "git",