This commit is contained in:
Balena CI 2021-04-06 18:36:31 +03:00 committed by VersionBot
parent 934d85f89f
commit d78165b966
5 changed files with 21 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Add message to refer to v2 endpoints
hash: 732950fb9e106bf0d28d9cbb84c73c80d60e533e
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Vipul Gupta (@vipulgupta2048) <vipul@balena.io>
signed-off-by: Vipul Gupta (@vipulgupta2048) <vipul@balena.io>
author: Vipul Gupta (@vipulgupta2048)
nested: []
version: 12.5.7
date: 2021-04-06T14:20:11.746Z
- commits:
- subject: >-
Prevent unintended image removal when calling purge endpoints to remove

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.7
## (2021-04-06)
* Add message to refer to v2 endpoints [Vipul Gupta (@vipulgupta2048)]
# v12.5.6
## (2021-04-05)

View File

@ -1 +1 @@
12.5.6
12.5.7

2
package-lock.json generated
View File

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