This commit is contained in:
Balena CI 2021-08-03 01:22:12 +03:00 committed by VersionBot
parent 61b07c8cb8
commit 7e2ce7fc56
5 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Removed fire emoji prefix for firewall logs.
hash: 30c728fae23ee66f3c1612736bb0c300f0b0762d
body: ''
footer:
Change-type: patch
change-type: patch
author: peakyDicers
nested: []
version: 12.10.2
date: 2021-08-02T21:27:42.412Z
- commits:
- subject: Fix regression with local mode push
hash: 6f5f3bc2f3aea1bf5e5772533be80c3bfbb4e3a9

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!
This project adheres to [Semantic Versioning](http://semver.org/).
# v12.10.2
## (2021-08-02)
* Removed fire emoji prefix for firewall logs. [peakyDicers]
# v12.10.1
## (2021-08-02)

View File

@ -1 +1 @@
12.10.1
12.10.2

2
package-lock.json generated
View File

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

View File

@ -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.10.1",
"version": "12.10.2",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2021-08-02T15:55:28.190Z"
"publishedAt": "2021-08-02T21:27:42.601Z"
}
}