mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-22 20:16:00 +00:00
v13.1.2
This commit is contained in:
parent
f8f337cbc5
commit
9aa50eea8a
@ -1,3 +1,26 @@
|
||||
- commits:
|
||||
- subject: Explain /v2/state/status's status field in its response
|
||||
hash: 27249c278555c46154d1e917e769dd3fb9d2dcfc
|
||||
body: >
|
||||
The status field does not indicate the current state of the Engine on
|
||||
the device.
|
||||
|
||||
Rather, it only indicates whether the HTTP response returned successfully or not.
|
||||
|
||||
|
||||
To get the current state of the device, i.e. whether it has applied target state or not,
|
||||
|
||||
use the `appState` field in the response.
|
||||
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: 13.1.2
|
||||
title: "'Explain /v2/state/status's status field in its response'"
|
||||
date: 2022-04-18T20:20:06.946Z
|
||||
- commits:
|
||||
- subject: Do not fail lockfile cleanup if files do not exist
|
||||
hash: 8681d6b5808142613931b4e9fe63fa94f04c65bc
|
||||
|
@ -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/).
|
||||
|
||||
# v13.1.2
|
||||
## (2022-04-18)
|
||||
|
||||
* Explain /v2/state/status's status field in its response [Christina Wang]
|
||||
|
||||
# v13.1.1
|
||||
## (2022-04-13)
|
||||
|
||||
|
@ -2,4 +2,4 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 13.1.1
|
||||
version: 13.1.2
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "13.1.1",
|
||||
"version": "13.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": "13.1.1",
|
||||
"version": "13.1.2",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -138,6 +138,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-04-13T17:08:20.815Z"
|
||||
"publishedAt": "2022-04-18T20:20:07.471Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user