mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-05-01 00:10:17 +00:00
v14.4.7
This commit is contained in:
parent
a9d920c4c7
commit
ac3812aa9f
@ -1,3 +1,21 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update API.md
|
||||||
|
hash: 24e5996b56464d5476c3a3940a967c25ba3a32da
|
||||||
|
body: >
|
||||||
|
Clarify that only containers on a single device will be restarted
|
||||||
|
following API key refresh,
|
||||||
|
|
||||||
|
not the whole fleet. Each device has its own distinct API key.
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
Signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||||
|
signed-off-by: Christina Ying Wang <christina@balena.io>
|
||||||
|
author: Christina Wang
|
||||||
|
nested: []
|
||||||
|
version: 14.4.7
|
||||||
|
title: ""
|
||||||
|
date: 2022-12-15T20:39:47.886Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Make readFromBoot behave more like Node readFile
|
- subject: Make readFromBoot behave more like Node readFile
|
||||||
hash: 0605e996c9225380e39fd78b1c99cc7ad3c0f959
|
hash: 0605e996c9225380e39fd78b1c99cc7ad3c0f959
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
# v14.4.7
|
||||||
|
## (2022-12-15)
|
||||||
|
|
||||||
|
* Update API.md [Christina Wang]
|
||||||
|
|
||||||
# v14.4.6
|
# v14.4.6
|
||||||
## (2022-12-08)
|
## (2022-12-08)
|
||||||
|
|
||||||
|
@ -2,6 +2,6 @@ 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: 14.4.6
|
version: 14.4.7
|
||||||
provides:
|
provides:
|
||||||
- slug: sw.compose.long-volume-syntax
|
- slug: sw.compose.long-volume-syntax
|
||||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "14.4.6",
|
"version": "14.4.7",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-supervisor",
|
"name": "balena-supervisor",
|
||||||
"version": "14.4.6",
|
"version": "14.4.7",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@balena/happy-eyeballs": "0.0.6",
|
"@balena/happy-eyeballs": "0.0.6",
|
||||||
|
@ -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": "14.4.6",
|
"version": "14.4.7",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
@ -145,6 +145,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2022-12-08T18:39:57.852Z"
|
"publishedAt": "2022-12-15T20:39:48.550Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user