From 94c4f90e950560f6287a87bea93a7a250c942665 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 04:39:05 +0000 Subject: [PATCH] v2.0.104 --- .versionbot/CHANGELOG.yml | 25 +++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ package.json | 4 ++-- 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index ac4fcaed..849c148d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Alexandru Costache + 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 + signed-off-by: Alex Suykov + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 48f06890..5bc4507f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index af528ccf..3c77748f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.103", + "version": "2.0.104", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -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" } }