mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-07 11:50:27 +00:00
v12.10.3
This commit is contained in:
parent
259b81c994
commit
f8cc2bc0ce
@ -1,3 +1,21 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Skip restarting services if they are part of conf targets
|
||||||
|
hash: 669866b4c296529bd5392a0c48cd389a6d1f5770
|
||||||
|
body: |
|
||||||
|
Some recent changes to the OS allowed some services to restart
|
||||||
|
automatically when the associated config files are changed.
|
||||||
|
|
||||||
|
In these cases we want to avoid restarting the same services
|
||||||
|
manually from the supervisor.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Kyle Harding <kyle@balena.io>
|
||||||
|
signed-off-by: Kyle Harding <kyle@balena.io>
|
||||||
|
author: Kyle Harding
|
||||||
|
nested: []
|
||||||
|
version: 12.10.3
|
||||||
|
date: 2021-08-24T18:07:03.099Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Removed fire emoji prefix for firewall logs.
|
- subject: Removed fire emoji prefix for firewall logs.
|
||||||
hash: 30c728fae23ee66f3c1612736bb0c300f0b0762d
|
hash: 30c728fae23ee66f3c1612736bb0c300f0b0762d
|
||||||
|
@ -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.3
|
||||||
|
## (2021-08-24)
|
||||||
|
|
||||||
|
* Skip restarting services if they are part of conf targets [Kyle Harding]
|
||||||
|
|
||||||
# v12.10.2
|
# v12.10.2
|
||||||
## (2021-08-02)
|
## (2021-08-02)
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "12.10.2",
|
"version": "12.10.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -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.2",
|
"version": "12.10.3",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -138,6 +138,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2021-08-02T21:27:42.601Z"
|
"publishedAt": "2021-08-24T18:07:03.361Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user