This commit is contained in:
Balena CI 2021-07-08 22:26:09 +03:00 committed by VersionBot
parent a220b87804
commit f6774be127
5 changed files with 28 additions and 4 deletions

View File

@ -1,3 +1,22 @@
- commits:
- subject: Fix db-helper module for tests
hash: 357d1baf6188d89b8552fd9068dbea9ac50aa008
body: >
The previous module was using `rewire` to get the knex instance from the
db module but that was leading to issues when running tests using
`test:fast`.
This provides a fix for the test module that just removes the destroy
call entirely (it turns out it is not necessary).
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.9.4
date: 2021-07-08T18:48:09.003Z
- commits:
- subject: Allow users to override HUP lock if device is stuck in invalid state
hash: 17e740a4ba3ca083a43a2b27fcaed8d79d64f1bc

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.9.4
## (2021-07-08)
* Fix db-helper module for tests [Felipe Lalanne]
# v12.9.3
## (2021-07-08)

View File

@ -1 +1 @@
12.9.3
12.9.4

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.9.3",
"version": "12.9.4",
"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.9.3",
"version": "12.9.4",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -139,6 +139,6 @@
}
},
"versionist": {
"publishedAt": "2021-07-08T03:46:52.434Z"
"publishedAt": "2021-07-08T18:48:09.186Z"
}
}