Skip to content

Commit

Permalink
v2.31.23
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 23, 2024
1 parent 527ab00 commit 36aafe0
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
19 changes: 19 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
- commits:
- subject: "core: remove nested retries in getDutIp function"
hash: fc8a48737153dc528a005f4d963e0f3f54426aae
body: >
the function that was being used to fetch the DUT ip from the worker had
nested retries that led to 30x5 = 150 retries, and timeouts taking ~40
mins in the case the DUT wasn't reachable (autokit setup fault, device
not booting, problem during flashing). This removes the nested retries
and reduces the retries to 50 / ~ 10mins
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <ryan@balena.io>
signed-off-by: Ryan Cooke <ryan@balena.io>
author: rcooke-warwick
nested: []
version: 2.31.23
title: ""
date: 2024-07-23T13:24:35.947Z
- commits:
- subject: "patch: Add migration & secureboot options to e2e test suite"
hash: 7abd1e4f8483b2a5704c5f4e0b1f974e0fafc762
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/).

## 2.31.23 - 2024-07-23

* core: remove nested retries in getDutIp function [rcooke-warwick]

## 2.31.22 - 2024-07-23

* patch: Add migration & secureboot options to e2e test suite [Vipul Gupta (@vipulgupta2048)]
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,6 +1,6 @@
{
"name": "leviathan",
"version": "2.31.22",
"version": "2.31.23",
"scripts": {
"lint:fix": "for component in 'core' 'client'; do npm --prefix $component run lint:fix; done",
"lint": "for component in 'core' 'client'; do npm --prefix $component run lint; done",
Expand All @@ -20,6 +20,6 @@
"homepage": "https://github.com/balena-os/leviathan",
"private": true,
"versionist": {
"publishedAt": "2024-07-23T13:00:12.930Z"
"publishedAt": "2024-07-23T13:24:36.527Z"
}
}

0 comments on commit 36aafe0

Please sign in to comment.