diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 75779dbc..ec104f91 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,22 @@ +- commits: + - subject: "hw.device-type: Update provisioning instructions for AGX Orin 64GB" + hash: f8d665f044ea2e39a100fb865ffd5f8a8f4ae65f + body: > + The AGX Orin 64GB should be provisioned on the eMMC by default as per + the internal thread + https://balena.zulipchat.com/#narrow/stream/346009-aspect.2Fcustomer-success/topic/Get.20feedback.20on.20draft.20balenaOS.20with.20L4T.2036.2E3.20for.20Jetson.20Orin/near/455889690 + + + We thus update the provisioning instructions accordingly + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru + version: 2.0.109 + title: "" + date: 2024-08-06T08:44:06.923Z - commits: - subject: "hw.device-type: Add new device-type Jetson AGX Orin 64GB Devkit" hash: b329046af8d6427955627231ba0d332d23dc0f87 diff --git a/CHANGELOG.md b/CHANGELOG.md index bd86d685..4db4fc15 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.109 +## (2024-08-06) + +* hw.device-type: Update provisioning instructions for AGX Orin 64GB [Alexandru] + # v2.0.108 ## (2024-07-25) diff --git a/package.json b/package.json index 2038109b..df5a99a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.108", + "version": "2.0.109", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2024-07-25T08:53:00.744Z" + "publishedAt": "2024-08-06T08:44:07.324Z" } }