mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-16 15:28:52 +00:00
v12.10.2
This commit is contained in:
parent
61b07c8cb8
commit
7e2ce7fc56
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.10.1",
|
||||
"version": "12.10.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user