mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-10 19:41:42 +00:00
v12.11.36
This commit is contained in:
parent
cb68a067b3
commit
2615c25fc4
@ -1,3 +1,29 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Ignore selinux security opts when comparing services
|
||||||
|
hash: 1b54ce8bfd5dd3d1f14f573a0bfe17ee1dd81630
|
||||||
|
body: >
|
||||||
|
The moby engine v20.x.y adds some selinux [security
|
||||||
|
configurations](https://docs.docker.com/engine/reference/run/#security-configuration)
|
||||||
|
|
||||||
|
depending on the [container configuration](https://github.com/moby/moby/blob/master/daemon/create.go#L214).
|
||||||
|
|
||||||
|
This would cause the supervisor to enter a service restart loop as the
|
||||||
|
|
||||||
|
current and target service configurations will never match. The
|
||||||
|
|
||||||
|
supervisor now ignores selinux specific security options since those are
|
||||||
|
|
||||||
|
not supported by balenaOS.
|
||||||
|
footer:
|
||||||
|
Closes: "#1890"
|
||||||
|
closes: "#1890"
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Felipe Lalanne
|
||||||
|
nested: []
|
||||||
|
version: 12.11.36
|
||||||
|
title: "'Ignore selinux security opts when comparing services'"
|
||||||
|
date: 2022-02-23T21:15:31.484Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Add troubleshooting notice for macOS
|
- subject: Add troubleshooting notice for macOS
|
||||||
hash: 6ab314f8c0af647cdb0537b6a396ccb3d5ce060f
|
hash: 6ab314f8c0af647cdb0537b6a396ccb3d5ce060f
|
||||||
|
@ -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.11.36
|
||||||
|
## (2022-02-23)
|
||||||
|
|
||||||
|
* Ignore selinux security opts when comparing services [Felipe Lalanne]
|
||||||
|
|
||||||
# v12.11.35
|
# v12.11.35
|
||||||
## (2022-02-16)
|
## (2022-02-16)
|
||||||
|
|
||||||
|
@ -2,4 +2,4 @@ name: balena-supervisor
|
|||||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||||
joinable: false
|
joinable: false
|
||||||
type: sw.application
|
type: sw.application
|
||||||
version: 12.11.35
|
version: 12.11.36
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "12.11.35",
|
"version": "12.11.36",
|
||||||
"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.11.35",
|
"version": "12.11.36",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -139,6 +139,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-02-16T19:41:23.092Z"
|
"publishedAt": "2022-02-23T21:15:32.087Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user