Skip to content

Commit 831d78b

Browse files
v6.6.5
1 parent ad9114f commit 831d78b

File tree

4 files changed

+25
-4
lines changed

4 files changed

+25
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
- commits:
2+
- subject: "shared/jetson-orin: Specify device-type slugs for Seeed and Orin NX"
3+
hash: 6d8e48c12564241ca29bd475b47801b21ba8f65e
4+
body: |
5+
These three Orin devices used to have common instructions, but now
6+
that they have individual pages, we can specify their slugs directly
7+
in the instructions.
8+
footer:
9+
Change-type: patch
10+
change-type: patch
11+
Signed-off-by: Alexandru Costache <[email protected]>
12+
signed-off-by: Alexandru Costache <[email protected]>
13+
author: Alexandru Costache
14+
nested: []
15+
version: 6.6.5
16+
title: ""
17+
date: 2025-03-28T11:35:23.414Z
118
- commits:
219
- subject: "Jetson Orin: Improve UEFI related instructions"
320
hash: 6fb305173b559ac2cb249a3cb804bf42faece9b2

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## 6.6.5 - 2025-03-28
8+
9+
* shared/jetson-orin: Specify device-type slugs for Seeed and Orin NX [Alexandru Costache]
10+
711
## 6.6.4 - 2025-03-27
812

913
* Jetson Orin: Improve UEFI related instructions [Alexandru Costache]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "balena-docs",
33
"private": true,
4-
"version": "6.6.4",
4+
"version": "6.6.5",
55
"engines": {
66
"node": "^18.0.0"
77
},
@@ -59,6 +59,6 @@
5959
"wrangler": "^3.99.0"
6060
},
6161
"versionist": {
62-
"publishedAt": "2025-03-27T15:58:42.907Z"
62+
"publishedAt": "2025-03-28T11:35:23.978Z"
6363
}
6464
}

0 commit comments

Comments
 (0)