mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-19 00:26:53 +00:00
v12.1.2
This commit is contained in:
parent
fb9a73b3d6
commit
7bdc9c4b84
@ -1,3 +1,27 @@
|
||||
- commits:
|
||||
- subject: Mount docker socket under `/host/run` for services
|
||||
hash: 01477e41b8d3b12aebd5460bec9ed1991fbbb270
|
||||
body: |
|
||||
Currently, when the label `io.balena.features.balena-socket` is set,
|
||||
the balena engine socket is mounted under `/run/balena-engine.sock`.
|
||||
|
||||
This causes a problem when using systemd inside the container, since
|
||||
this service remounts `/run` and `/run/lock` as tmpfs, causing the
|
||||
socket to become unavailable.
|
||||
|
||||
Making a mount of the socket into `/host/run` solves this issue. This is
|
||||
the same approach taken with DBUS.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Felipe Lalanne <felipe@balena.io>
|
||||
signed-off-by: Felipe Lalanne <felipe@balena.io>
|
||||
Connects-to: '#1494'
|
||||
connects-to: '#1494'
|
||||
author: Felipe Lalanne
|
||||
nested: []
|
||||
version: 12.1.2
|
||||
date: 2020-10-29T19:19:51.135Z
|
||||
- commits:
|
||||
- subject: Use root mount point to find device-type.json
|
||||
hash: 9d19a457017b1f696579f57569ec4cfadab3b385
|
||||
|
@ -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.1.2
|
||||
## (2020-10-29)
|
||||
|
||||
* Mount docker socket under `/host/run` for services [Felipe Lalanne]
|
||||
|
||||
# v12.1.1
|
||||
## (2020-10-28)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.1.1",
|
||||
"version": "12.1.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.1.1",
|
||||
"version": "12.1.2",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user