This commit is contained in:
Balena CI 2022-07-14 01:16:48 +03:00 committed by VersionBot
parent a7f4f24696
commit ac933ad3ef
6 changed files with 41 additions and 5 deletions

View File

@ -1,3 +1,33 @@
- commits:
- subject: Remove legacy build methods
hash: 515b6297a089c13c80a751a303f7311b80ed15f1
body: |
Removes dindctl and `tools/sync.js` in favor of balenaos-in-container
and SSH tunneling respectively.
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
- 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: "'Remove legacy build methods'"
date: 2022-07-13T20:44:45.828Z
- commits: - commits:
- subject: Allow host config patch regardless of running applications - subject: Allow host config patch regardless of running applications
hash: 0fc79e87d98e13c2c918ec89e28759447c51af56 hash: 0fc79e87d98e13c2c918ec89e28759447c51af56

View File

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
# v14.0.10
## (2022-07-13)
* Remove legacy build methods [Felipe Lalanne]
* Allow directories to be used as lockfiles [Felipe Lalanne]
# v14.0.9 # v14.0.9
## (2022-07-06) ## (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.' description: 'Balena Supervisor: balena''s agent on devices.'
joinable: false joinable: false
type: sw.application type: sw.application
version: 14.0.9 version: 14.0.10
provides: provides:
- slug: sw.compose.long-volume-syntax - slug: sw.compose.long-volume-syntax

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "14.0.9", "version": "14.0.10",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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