Skip to content

Commit

Permalink
v31.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 28, 2024
1 parent 8b2c1cc commit 5436ca3
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 4 deletions.
43 changes: 43 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
- commits:
- subject: "tests: Fix flakyness of service install task expectations"
hash: 9cbe2f0e707705d4a484d7559f14656b9ddb159b
body: |
The hypothesis is that b/c the tasks are
updated by a different write TX, there is a
race condition between waiting for the service
installs to be created and then expected for
the task to have already been marked as
successful.
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 31.2.21
title: ""
date: 2024-11-28T17:37:55.925Z
- commits:
- subject: "tests: Increase the timeout of the supervisor notification test when
deleting 2^16 env vars"
Expand Down Expand Up @@ -2031,6 +2049,7 @@






The internal and
Expand Down Expand Up @@ -2127,6 +2146,7 @@






Update
Expand Down Expand Up @@ -3177,6 +3197,7 @@






Update
Expand Down Expand Up @@ -3289,6 +3310,7 @@






As balena-lint
Expand Down Expand Up @@ -3376,6 +3398,7 @@






As engine and npm is
Expand Down Expand Up @@ -3478,6 +3501,7 @@






Ensure that the
Expand Down Expand Up @@ -3743,6 +3767,7 @@






This also deprecates
Expand Down Expand Up @@ -3836,6 +3861,7 @@






It can in fact be a
Expand Down Expand Up @@ -3930,6 +3956,7 @@






We know what type
Expand Down Expand Up @@ -4029,6 +4056,7 @@






Update
Expand Down Expand Up @@ -4239,6 +4267,7 @@






This also deprecates
Expand Down Expand Up @@ -4505,6 +4534,7 @@






As balena-lint
Expand Down Expand Up @@ -4591,6 +4621,7 @@






As engine and npm is
Expand Down Expand Up @@ -4692,6 +4723,7 @@






Ensure that the
Expand Down Expand Up @@ -4853,6 +4885,7 @@






As balena-lint
Expand Down Expand Up @@ -4939,6 +4972,7 @@






As engine and npm is
Expand Down Expand Up @@ -5040,6 +5074,7 @@






Ensure that the
Expand Down Expand Up @@ -7214,6 +7249,7 @@






As balena-lint
Expand Down Expand Up @@ -7300,6 +7336,7 @@






As engine and npm is
Expand Down Expand Up @@ -7401,6 +7438,7 @@






Ensure that the
Expand Down Expand Up @@ -7565,6 +7603,7 @@






This also deprecates
Expand Down Expand Up @@ -7657,6 +7696,7 @@






It can in fact be a
Expand Down Expand Up @@ -7750,6 +7790,7 @@






We know what type
Expand Down Expand Up @@ -7848,6 +7889,7 @@






Update
Expand Down Expand Up @@ -8057,6 +8099,7 @@






This also deprecates
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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/).

## 31.2.21 - 2024-11-28

* tests: Fix flakyness of service install task expectations [Thodoris Greasidis]

## 31.2.20 - 2024-11-28

* tests: Increase the timeout of the supervisor notification test when deleting 2^16 env vars [Thodoris Greasidis]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@balena/open-balena-api",
"description": "Internet of things, Made Simple",
"version": "31.2.20",
"version": "31.2.21",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -166,6 +166,6 @@
"loader": "ts-node/esm/transpile-only"
},
"versionist": {
"publishedAt": "2024-11-28T16:20:34.383Z"
"publishedAt": "2024-11-28T17:37:56.969Z"
}
}

0 comments on commit 5436ca3

Please sign in to comment.