This commit is contained in:
Balena CI 2022-04-13 22:29:32 +03:00 committed by VersionBot
parent 3df8494f35
commit 81a8705ff8
6 changed files with 22 additions and 5 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Do not fail lockfile cleanup if files do not exist
hash: 8681d6b5808142613931b4e9fe63fa94f04c65bc
body: ""
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 13.1.1
title: "'Do not fail lockfile cleanup if files do not exist'"
date: 2022-04-13T17:08:20.101Z
- commits:
- subject: Add lockfile binary and internal lib for interfacing with it
hash: 51e63ea22b876580de276808eca891ff6ab2a6c5

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/).
# v13.1.1
## (2022-04-13)
* Do not fail lockfile cleanup if files do not exist [Felipe Lalanne]
# v13.1.0
## (2022-04-12)

View File

@ -1 +1 @@
13.1.0
13.1.1

View File

@ -2,4 +2,4 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 13.1.0
version: 13.1.1

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "13.1.0",
"version": "13.1.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": "13.1.0",
"version": "13.1.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2022-04-12T19:07:26.105Z"
"publishedAt": "2022-04-13T17:08:20.815Z"
}
}