mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-24 04:55:42 +00:00
v14.0.8
This commit is contained in:
parent
4963473a1d
commit
dc8b75485c
@ -1,3 +1,23 @@
|
||||
- commits:
|
||||
- subject: Specify that Supervisor will not restore previous lock status from user
|
||||
containers
|
||||
hash: ca140639c6a2b5f9f5a2e69b5611bb3902b78c18
|
||||
body: >
|
||||
There is no functionality which 1) stores the filesystem lock status
|
||||
when toggling override
|
||||
|
||||
to on, and 2) restore the system to that status when toggling override to off.
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Christina Wang <christina@balena.io>
|
||||
signed-off-by: Christina Wang <christina@balena.io>
|
||||
author: Christina Wang
|
||||
nested: []
|
||||
version: 14.0.8
|
||||
title: "'Specify that Supervisor will not restore previous lock status from user
|
||||
containers'"
|
||||
date: 2022-06-27T15:50:08.481Z
|
||||
- commits:
|
||||
- subject: Add missing docs for the containerId param of the journal-logs endpoint
|
||||
hash: ff526c18d85ad4876025692d85e343e7661a7906
|
||||
|
@ -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/).
|
||||
|
||||
# v14.0.8
|
||||
## (2022-06-27)
|
||||
|
||||
* Specify that Supervisor will not restore previous lock status from user containers [Christina Wang]
|
||||
|
||||
# v14.0.7
|
||||
## (2022-06-22)
|
||||
|
||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 14.0.7
|
||||
version: 14.0.8
|
||||
provides:
|
||||
- slug: sw.compose.long-volume-syntax
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "14.0.7",
|
||||
"version": "14.0.8",
|
||||
"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": "14.0.7",
|
||||
"version": "14.0.8",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -138,6 +138,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-06-22T18:54:10.131Z"
|
||||
"publishedAt": "2022-06-27T15:50:09.190Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user