diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index dd9922c5d..73793e19f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: Fix async tasks race condition for selecting task to be executed + hash: 97936ec9a2b3f5179a9088b6ae3fac14537ed378 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + - subject: Run async task tests with cluster mode + hash: 8f308c83cbf73125a0d825c28bfe520057ba3d8a + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 19.5.4 + title: "" + date: 2024-10-28T15:58:17.248Z - commits: - subject: Run tests with node cluster mode hash: 64fbd77b96f995b43ee37fe44c5ac569e5408f3a @@ -1879,6 +1899,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -1912,6 +1933,7 @@ + As engine and npm is now required as part of package.json we @@ -1960,6 +1982,7 @@ + Ensure that the input passed in for JSON types is either @@ -2078,6 +2101,7 @@ + This also deprecates the legacy version footer: @@ -2117,6 +2141,7 @@ + It can in fact be a lot of different things and that is @@ -2157,6 +2182,7 @@ + We know what type they return and they should be explicitly @@ -2202,6 +2228,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -2358,6 +2385,7 @@ + This also deprecates the legacy use of direct true/false diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b45ce9ee..6ac254a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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! This project adheres to [Semantic Versioning](http://semver.org/). +# v19.5.4 +## (2024-10-28) + +* Fix async tasks race condition for selecting task to be executed [Otavio Jacobi] +* Run async task tests with cluster mode [Otavio Jacobi] + # v19.5.3 ## (2024-10-28) diff --git a/VERSION b/VERSION index 7f180c25d..0fb3a99f0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.5.3 \ No newline at end of file +19.5.4 \ No newline at end of file diff --git a/package.json b/package.json index e8287bda0..a294b9ec4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "19.5.3", + "version": "19.5.4", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -147,6 +147,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-10-28T14:10:30.211Z" + "publishedAt": "2024-10-28T15:58:18.334Z" } }