Skip to content

Commit

Permalink
v2.0.104
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jun 2, 2024
1 parent b095ff1 commit 94c4f90
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
25 changes: 25 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
- commits:
- subject: "jetson-orin-nano-seeed-j3010: Specify RAM size for the Seeed J3010"
hash: f5bb495bf4b516a86465dccf54e6d142bcf18311
body: |
Mentioning that this is a 4GB RAM Orin Nano module in the name.
The carrier board appears to be very close to the Devkit, so this
image may be used with other carrier boards if they are compatible.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alexandru Costache <[email protected]>
signed-off-by: Alexandru Costache <[email protected]>
author: Alexandru Costache
- subject: "jetson-orin-nano-seeed-j3010: add Seeed J3010 device-type"
hash: 8013a005a44d3ed7fa0e977714997e0b29cb84f4
body: ""
footer:
Change-type: patch
change-type: patch
Signed-off-by: Alex Suykov <[email protected]>
signed-off-by: Alex Suykov <[email protected]>
author: Alex Suykov
version: 2.0.104
title: ""
date: 2024-06-02T04:39:00.781Z
- commits:
- subject: Remove Ubuntu Lunar 23.04 since it's EOL
hash: cac2042866f3e93d46b16a3e62cb65aeec43fac9
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
* Device: Add new contract for Stem x86 32bit [Trong Nghia Nguyen]
* Qemu: Update qemu to v3.0.0+resin [Trong Nghia Nguyen]

# v2.0.104
## (2024-06-02)

* jetson-orin-nano-seeed-j3010: Specify RAM size for the Seeed J3010 [Alexandru Costache]
* jetson-orin-nano-seeed-j3010: add Seeed J3010 device-type [Alex Suykov]

# v2.0.103
## (2024-04-11)

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": "contracts",
"version": "2.0.103",
"version": "2.0.104",
"description": "Balena Base Contracts",
"repository": {
"type": "git",
Expand All @@ -21,6 +21,6 @@
"eslint-plugin-standard": "^3.0.1"
},
"versionist": {
"publishedAt": "2024-04-11T12:22:51.917Z"
"publishedAt": "2024-06-02T04:39:01.256Z"
}
}

0 comments on commit 94c4f90

Please sign in to comment.