This commit is contained in:
Balena CI 2022-07-13 21:56:04 +03:00 committed by VersionBot
parent 861e902d7f
commit 32792a8472
6 changed files with 30 additions and 5 deletions

View File

@ -1,3 +1,23 @@
- commits:
- subject: Allow directories to be used as lockfiles
hash: 861e902d7f460e9ed0320ff2f808d23ec53e4e30
body: >
Some libraries, like
[proper-lockfile](https://www.npmjs.com/package/proper-lockfile)
use directories instead of files for locking. This PR allows the supervisor to be able to
work with those types of locks when lock override is requested.
footer:
Closes: "#1978"
closes: "#1978"
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 14.0.10
title: "'Allow directories to be used as lockfiles'"
date: 2022-07-13T18:54:57.325Z
- commits:
- subject: Allow host config patch regardless of running applications
hash: 0fc79e87d98e13c2c918ec89e28759447c51af56

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/).
# v14.0.10
## (2022-07-13)
* Allow directories to be used as lockfiles [Felipe Lalanne]
# v14.0.9
## (2022-07-06)

View File

@ -1 +1 @@
14.0.9
14.0.10

View File

@ -2,6 +2,6 @@ name: balena-supervisor
description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false
type: sw.application
version: 14.0.9
version: 14.0.10
provides:
- slug: sw.compose.long-volume-syntax

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "14.0.9",
"version": "14.0.10",
"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": "14.0.9",
"version": "14.0.10",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -138,6 +138,6 @@
}
},
"versionist": {
"publishedAt": "2022-07-06T20:41:30.803Z"
"publishedAt": "2022-07-13T18:54:57.733Z"
}
}