Skip to content

Commit

Permalink
v2.31.71
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 17, 2024
1 parent 4176ed6 commit 12fd9f5
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
18 changes: 18 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
- commits:
- subject: Enable selection of workers with locked DUT in secureboot tests
hash: 92972900c54a2f0ea9a1b7e41f83adc6c32cafe0
body: >
This will make the client look for workers with a "DUT: <deviceType>-sb"
tag if FLASHER_SECUREBOOT=1 when starting tests. This is to enable
differentiation between locked and unlocked DUTs for device types that
support secureboot.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Ryan Cooke <[email protected]>
signed-off-by: Ryan Cooke <[email protected]>
author: Ryan Cooke
nested: []
version: 2.31.71
title: ""
date: 2024-12-17T11:11:15.435Z
- commits:
- subject: Update balena-io/balena-cli to v20.1.0
hash: 8f2efe31f565c8d83d13a70556038c8205a37dbe
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.71 - 2024-12-17

* Enable selection of workers with locked DUT in secureboot tests [Ryan Cooke]

## 2.31.70 - 2024-12-12

* Update balena-io/balena-cli to v20.1.0 [balena-renovate[bot]]
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.70",
"version": "2.31.71",
"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-12-12T14:36:38.280Z"
"publishedAt": "2024-12-17T11:11:15.956Z"
}
}

0 comments on commit 12fd9f5

Please sign in to comment.