From 8adfb6d81fb673d26e3ab7038b3ef2264c1d1fe7 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 15:12:54 +0000 Subject: [PATCH] v2.0.105 --- .versionbot/CHANGELOG.yml | 25 +++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ package.json | 4 ++-- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 849c148d..95b39c15 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,28 @@ +- commits: + - subject: "sw.os+hw.device-type: Update Jetson Orin distro configs for L4T 35.5.0 + repositories" + hash: 12fb5f18b054878ded4124b555a725f7f446b902 + body: > + All public Jetson Orin based device-types have just been updated to L4T + 35.5.0, + + thus we need to update the base images to use the updated L4T + repositories. + + + We also add the distro configs for the upcoming Orin Nano 4GB Seeed + J3010 + + device-type. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + version: 2.0.105 + title: "" + date: 2024-06-06T15:12:51.267Z - commits: - subject: "jetson-orin-nano-seeed-j3010: Specify RAM size for the Seeed J3010" hash: f5bb495bf4b516a86465dccf54e6d142bcf18311 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bc4507f..80ab7991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ * Device: Add new contract for Stem x86 32bit [Trong Nghia Nguyen] * Qemu: Update qemu to v3.0.0+resin [Trong Nghia Nguyen] +# v2.0.105 +## (2024-06-06) + +* sw.os+hw.device-type: Update Jetson Orin distro configs for L4T 35.5.0 repositories [Alexandru Costache] + # v2.0.104 ## (2024-06-02) diff --git a/package.json b/package.json index 3c77748f..8f01631b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.104", + "version": "2.0.105", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2024-06-02T04:39:01.256Z" + "publishedAt": "2024-06-06T15:12:51.773Z" } }