mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 08:25:36 +00:00
v12.11.35
This commit is contained in:
parent
aee9117871
commit
2df5b2f388
@ -1,3 +1,18 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Add troubleshooting notice for macOS
|
||||||
|
hash: 6ab314f8c0af647cdb0537b6a396ccb3d5ce060f
|
||||||
|
body: |
|
||||||
|
When developing on macOS (Darwin) DBus may have to be installed.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: fisehara <harald@balena.io>
|
||||||
|
signed-off-by: fisehara <harald@balena.io>
|
||||||
|
author: fisehara
|
||||||
|
nested: []
|
||||||
|
version: 12.11.35
|
||||||
|
title: "'Add troubleshooting notice for macOS'"
|
||||||
|
date: 2022-02-16T19:41:22.558Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Create `touch` and `getBootTime` utility functions
|
- subject: Create `touch` and `getBootTime` utility functions
|
||||||
hash: a4d91d381a3e2dfda182bb7809a6d78b18aafebf
|
hash: a4d91d381a3e2dfda182bb7809a6d78b18aafebf
|
||||||
|
@ -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.35
|
||||||
|
## (2022-02-16)
|
||||||
|
|
||||||
|
* Add troubleshooting notice for macOS [fisehara]
|
||||||
|
|
||||||
# v12.11.34
|
# v12.11.34
|
||||||
## (2022-02-15)
|
## (2022-02-15)
|
||||||
|
|
||||||
|
@ -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.34
|
version: 12.11.35
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "12.11.34",
|
"version": "12.11.35",
|
||||||
"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.34",
|
"version": "12.11.35",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -139,6 +139,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-02-15T15:58:43.328Z"
|
"publishedAt": "2022-02-16T19:41:23.092Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user