From cde8b8829cc36e1b98fe4a93eef5c901fc6e62c2 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 09:07:33 +0000 Subject: [PATCH] v2.0.125 --- .versionbot/CHANGELOG.yml | 18 ++++++++++++++++++ CHANGELOG.md | 5 +++++ package.json | 4 ++-- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 84cb7337..8bd9e7e7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,21 @@ +- commits: + - subject: "hw.device-type: Switch to using markdown for links" + hash: 4c648636dd05ee31ea458b74df97207fc7b8d5c7 + body: | + ... as per the internal thread + https://balena.zulipchat.com/#narrow/channel/350505-aspect.2Fgrowth/topic/Improving.20Jetson-flash.20documentation/near/493450821 + + Due to recent changes in the renderer, HTML links are no + longer displayed. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + version: 2.0.125 + title: "" + date: 2025-01-15T09:07:30.756Z - commits: - subject: "sw.os+hw.device-type: Add Forecr DSB Orin Nano 8GB and Orin NX 16GB distro tpl files" diff --git a/CHANGELOG.md b/CHANGELOG.md index 741930d8..3ed9c84f 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.125 +## (2025-01-15) + +* hw.device-type: Switch to using markdown for links [Alexandru Costache] + # v2.0.124 ## (2025-01-07) diff --git a/package.json b/package.json index 8929588c..ff32b05d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "contracts", - "version": "2.0.124", + "version": "2.0.125", "description": "Balena Base Contracts", "repository": { "type": "git", @@ -21,6 +21,6 @@ "eslint-plugin-standard": "^3.0.1" }, "versionist": { - "publishedAt": "2025-01-07T08:35:14.936Z" + "publishedAt": "2025-01-15T09:07:31.179Z" } }