Skip to content

Commit

Permalink
v2.31.61
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 20, 2024
1 parent a60c55d commit c7445a5
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
44 changes: 20 additions & 24 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- commits:
- subject: Update balena-io/balena-cli to v19.16.0
hash: 6b53a5af4bd9cb758ae28a3b595d1effd7d96b82
body: |
Update balena-io/balena-cli from 19.0.18 to 19.16.0
footer:
Change-type: patch
change-type: patch
author: balena-renovate[bot]
nested: []
version: 2.31.61
title: ""
date: 2024-11-20T15:54:30.635Z
- commits:
- subject: "add if: always() to report name generation"
hash: e928381e026e729a4de4bdb75a74c9ea462ca03c
Expand Down Expand Up @@ -3798,21 +3811,14 @@
- subject: "core: Reduce to 30 the retries number when trying to get the IP
address of the DUT"
hash: 02b270e1c55429c7316a9c65f70362185bbe3aec
body: >
Instead of retrying to get the DUT IP address 120 times on a 1 seconds
interval,
let's reduce it to 30 times because the resolveLocalTarget which we call
will
body: |
Instead of retrying to get the DUT IP address 120 times on a 1 seconds interval,
let's reduce it to 30 times because the resolveLocalTarget which we call will
timeout too in 15 seconds:
https://github.com/balena-os/leviathan-worker/blob/master/lib/helpers/index.ts#L162
So reducing the retries number to 30 will effectly bring the total
combined timeout to a maximum of 8 minutes.
So reducing the retries number to 30 will effectly bring the total combined timeout to a maximum of 8 minutes.
footer:
Change-type: patch
change-type: patch
Expand Down Expand Up @@ -5142,11 +5148,9 @@
- commits:
- subject: Fix links to balenaOS downloads
hash: d27cbcfd18779fe4fc250913a30daef6b6010e09
body: >
body: |
They were previously being rendered as relative to the documentation
page, like
`https://balena-os.github.io/leviathan/pages/Getting-Started/quickstart/balena.io/os`.
footer:
Signed-off-by: Leandro Motta Barros <[email protected]>
Expand Down Expand Up @@ -5535,9 +5539,8 @@
- commits:
- subject: Enable nested changelogs when this project is consumed
hash: 357fe8d3cf427750c0cbe079ab1924ed50a2752b
body: >
body: |
Following process outlined here (restricted access):
https://jel.ly.fish/pattern-enable-nested-changelogs-repos-consuming-repo-cf7bcc8
footer:
Change-type: patch
Expand Down Expand Up @@ -7191,21 +7194,14 @@
- commits:
- subject: "qemu: switch to emulated pflash to support UEFI vars"
- commits:
- body: >-
- body: |-
QEMU is able to optionally use OVMF firmware, built from Tianocore edk2,
to support UEFI. QEMU can be told to load OVMF firmware using a number
of methods, not all of which fully support persistent UEFI variables,
such as are required by secure boot.
Switch from using the -bios flag to fully emulated pflash to load OVMF,
including support for persistent UEFI variables. Also switch from the pc
machine to q35, which is required for fully emulated pflash.
https://github.com/tianocore/edk2/blob/e1e7306b54147e65cb7347b060e94f336d4a82d2/OvmfPkg/README#L65
- version: 1.30.7
- date: 2021-11-29T23:59:36Z
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.61 - 2024-11-20

* Update balena-io/balena-cli to v19.16.0 [balena-renovate[bot]]

## 2.31.60 - 2024-10-11

* add if: always() to report name generation [Ryan Cooke]
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.60",
"version": "2.31.61",
"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-10-11T12:31:44.866Z"
"publishedAt": "2024-11-20T15:54:31.312Z"
}
}

0 comments on commit c7445a5

Please sign in to comment.