This commit is contained in:
Balena CI 2021-04-05 19:10:53 +03:00 committed by VersionBot
parent 36e22d1463
commit 6651ab4f2e
5 changed files with 37 additions and 3 deletions

View File

@ -1,3 +1,32 @@
- commits:
- subject: >-
Prevent unintended image removal when calling purge endpoints to remove
volumes
hash: 31effed426750fabc30afb8503ec5b9feedf08b5
body: >
Using safeStateClone within doPurge to applyIntermediateTarget after
successful volume purge has led to various type deficiencies being
revealed
in common.js. Add several inline types in common.js to satisfy
the type checker (credit: Page <page@balena.io>). Delete common.d.ts
since it's not required and might mistakenly mask true I/O types of
functions in common.js.
footer:
Closes: '#1611'
closes: '#1611'
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.5.6
date: 2021-04-05T12:21:12.006Z
- commits:
- subject: Update setup section to reflect switch to balena-os org
hash: dc41a7fa51725c716653e5eb7164cc73492607e5

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.5.6
## (2021-04-05)
* Prevent unintended image removal when calling purge endpoints to remove volumes [Christina Wang]
# v12.5.5
## (2021-04-05)

View File

@ -1 +1 @@
12.5.5
12.5.6

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.5.5",
"version": "12.5.6",
"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.5.5",
"version": "12.5.6",
"license": "Apache-2.0",
"repository": {
"type": "git",