This commit is contained in:
Balena CI 2021-05-25 07:07:45 +03:00 committed by VersionBot
parent 67f8c97e2f
commit 20a23155c1
5 changed files with 30 additions and 3 deletions

View File

@ -1,3 +1,25 @@
- commits:
- subject: Specify that all restart API endpoints remove and recreate containers
hash: 7c4d232439560d17c20584dc3b51f98944dedb37
body: >
This is intended behavior.
Also add quotes around UUID in examples to reduce confusion, and format
responses
as multiline JSON for clarity.
footer:
Closes: '#1681'
closes: '#1681'
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: 12.8.1
date: 2021-05-19T02:40:22.974Z
- commits:
- subject: Add toggleable `SUPERVISOR_HARDWARE_METRICS` config
hash: dcd863eed8b58cc7eae866c941597c7e0a9bfcb1

View File

@ -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.8.1
## (2021-05-19)
* Specify that all restart API endpoints remove and recreate containers [Christina Wang]
# v12.8.0
## (2021-05-13)

View File

@ -1 +1 @@
12.8.0
12.8.1

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.8.0",
"version": "12.8.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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.8.0",
"version": "12.8.1",
"license": "Apache-2.0",
"repository": {
"type": "git",