This commit is contained in:
Balena CI 2021-09-01 21:13:03 +03:00 committed by VersionBot
parent e1e04c9a74
commit 79f7f5fb24
5 changed files with 22 additions and 4 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Remove "variable list" heading in configuration doc
hash: 5205e8ce07375a7bf9ca18f0a28bd73c275acd96
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Miguel Casqueira <miguel@balena.io>
signed-off-by: Miguel Casqueira <miguel@balena.io>
author: Miguel Casqueira
nested: []
version: 12.10.6
date: 2021-09-01T18:06:51.646Z
- commits: - commits:
- subject: Clean up configurations.md - subject: Clean up configurations.md
hash: af51ef8eb54af96cf00657576908f020ac401488 hash: af51ef8eb54af96cf00657576908f020ac401488

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.10.6
## (2021-09-01)
* Remove "variable list" heading in configuration doc [Miguel Casqueira]
# v12.10.5 # v12.10.5
## (2021-08-31) ## (2021-08-31)

View File

@ -1 +1 @@
12.10.5 12.10.6

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "12.10.5", "version": "12.10.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.10.5", "version": "12.10.6",
"license": "Apache-2.0", "license": "Apache-2.0",
"repository": { "repository": {
"type": "git", "type": "git",
@ -138,6 +138,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2021-08-31T22:51:45.357Z" "publishedAt": "2021-09-01T18:06:51.839Z"
} }
} }