Skip to content

Commit

Permalink
v1.0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 9, 2024
1 parent 11e919a commit 347e8a2
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
26 changes: 26 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
- commits:
- subject: "flashing/index: Power off Jetson DUT on container flash failure"
hash: 1c4a2b71e8dd34a302064fed541d40262b75fa0c
body: >
This should allow the DUT to cool off while not in use, because in
rcm-boot mode the fan is not spinning.
Also, with this commit we check if the following sporadic error observed
on J3010 disappears:
ECID is
Board ID() version() sku() revision()
Chip SKU(00:00:00:D3) ramcode() fuselevel(fuselevel_production) board_FAB()
emc_opt_disable_fuse:(0)
Error: Unrecognized module SKU
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <[email protected]
signed-off-by: Alexandru Costache <[email protected]
author: Alexandru
nested: []
version: 1.0.32
title: ""
date: 2024-07-09T08:56:03.164Z
- commits:
- subject: add cm4-secure-boot
hash: dc1288e9b6729ebb44c4e65988a2ee82e63d7afc
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/).

## 1.0.32 - 2024-07-09

* flashing/index: Power off Jetson DUT on container flash failure [Alexandru]

## 1.0.31 - 2024-06-14

* add cm4-secure-boot [rcooke-warwick]
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": "@balena/autokit",
"version": "1.0.31",
"version": "1.0.32",
"description": "software interface for Autokit",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -46,6 +46,6 @@
"typescript": "^4.9.5"
},
"versionist": {
"publishedAt": "2024-06-14T15:38:18.290Z"
"publishedAt": "2024-07-09T08:56:03.275Z"
}
}

0 comments on commit 347e8a2

Please sign in to comment.