mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-02-20 17:52:51 +00:00
v12.5.7
This commit is contained in:
parent
934d85f89f
commit
d78165b966
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.5.6",
|
||||
"version": "12.5.7",
|
||||
"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": "12.5.6",
|
||||
"version": "12.5.7",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
Loading…
x
Reference in New Issue
Block a user