This commit is contained in:
Balena CI 2022-09-28 00:21:07 +00:00
parent 4863303270
commit dee8680779
No known key found for this signature in database
GPG Key ID: E2ADEC9754128402
6 changed files with 33 additions and 6 deletions

View File

@ -1,3 +1,25 @@
- commits:
- subject: Fix migrations hardcode to work with knex 0.95.15
hash: bf0d9ee836cb32da89d7827771dc64b405d5b5fc
body: >
The latest upgrade of knex broke the webpack loader that hardcodes the
migration paths in the built code, that cause supervisors 14.2.3 to
14.2.5 (inclusive) to break anytime migrations needed to be ran (see linked issue).
This commit fixes the loader to work with the included knex version.
footer:
Relates-to: "#2032"
relates-to: "#2032"
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 14.2.6
title: ""
date: 2022-09-28T00:21:04.875Z
- commits:
- subject: Add test troubleshooting case that appears after upgrading system
hash: c6d5ad7a89714e74c6f3280bc2ed39168f0545f4

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.2.6
## (2022-09-28)
* Fix migrations hardcode to work with knex 0.95.15 [Felipe Lalanne]
# v14.2.5
## (2022-09-27)

View File

@ -1 +1 @@
14.2.5
14.2.6

View File

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

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-supervisor",
"version": "14.2.5",
"version": "14.2.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-supervisor",
"version": "14.2.5",
"version": "14.2.6",
"license": "Apache-2.0",
"dependencies": {
"@balena/happy-eyeballs": "0.0.6",

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.2.5",
"version": "14.2.6",
"license": "Apache-2.0",
"repository": {
"type": "git",
@ -144,6 +144,6 @@
}
},
"versionist": {
"publishedAt": "2022-09-27T04:50:50.880Z"
"publishedAt": "2022-09-28T00:21:05.393Z"
}
}