This commit is contained in:
Balena CI 2021-06-14 13:18:55 +03:00 committed by VersionBot
parent aea770ebe8
commit 3974aacdc7
5 changed files with 26 additions and 3 deletions

View File

@ -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 <christina@balena.io>
signed-off-by: Christina Wang <christina@balena.io>
author: Christina Wang
nested: []
version: 12.8.6
date: 2021-06-09T08:03:27.422Z
- commits: - commits:
- subject: Improve target state typings - subject: Improve target state typings
hash: ee4d919fca25be550306bc00197044144555361c hash: ee4d919fca25be550306bc00197044144555361c

View File

@ -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! 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/).
# v12.8.6
## (2021-06-09)
* Document the current state of HOST_FIREWALL_MODE [Christina Wang]
# v12.8.5 # v12.8.5
## (2021-06-08) ## (2021-06-08)

View File

@ -1 +1 @@
12.8.5 12.8.6

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "12.8.5", "version": "12.8.6",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -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": "12.8.5", "version": "12.8.6",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",