Skip to content

Commit

Permalink
v0.5.84
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 2, 2024
1 parent 3423a95 commit 34566fd
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
- commits:
- subject: "flash_orin: Add flag for QSPI direct writing"
hash: 2fdce4dfc1ab88dc4a8c49c16d8c85b939183a65
body: |
The resin-init-flasher-board script will provision the QSPI
directly when this parameter is found in the kernel cmdline.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <alexandru@balena.io>
signed-off-by: Alexandru Costache <alexandru@balena.io>
author: Alexandru
version: 0.5.84
title: ""
date: 2024-12-02T12:04:41.382Z
- commits:
- subject: "patch: Move all docs to a flat directory structure"
hash: 966b5cb2a1abb1d77ab6d9e37a7af2493b3f952a
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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/).

# v0.5.84
## (2024-12-02)

* flash_orin: Add flag for QSPI direct writing [Alexandru]

# v0.5.83
## (2024-11-20)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jetson-flash",
"version": "0.5.83",
"version": "0.5.84",
"description": "This tool allows users to flash BalenaOS on specific Jetson devices using Nvidia flashing tools.",
"scripts": {
"test": "tap --timeout=0 --no-coverage --after=tests/cleanup.js",
Expand Down Expand Up @@ -46,7 +46,7 @@
"yargs": "^16.2.0"
},
"versionist": {
"publishedAt": "2024-11-20T08:37:16.413Z"
"publishedAt": "2024-12-02T12:04:41.570Z"
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 34566fd

Please sign in to comment.