This commit is contained in:
Balena CI 2021-08-25 16:53:22 +03:00 committed by VersionBot
parent 259b81c994
commit f8cc2bc0ce
5 changed files with 27 additions and 4 deletions

View File

@ -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:
- subject: Removed fire emoji prefix for firewall logs.
hash: 30c728fae23ee66f3c1612736bb0c300f0b0762d

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.3
## (2021-08-24)
* Skip restarting services if they are part of conf targets [Kyle Harding]
# v12.10.2
## (2021-08-02)

View File

@ -1 +1 @@
12.10.2
12.10.3

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.10.2",
"version": "12.10.3",
"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.2",
"version": "12.10.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2021-08-02T21:27:42.601Z"
"publishedAt": "2021-08-24T18:07:03.361Z"
}
}