diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2e3ed41..e1aab66 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,52 @@ +- commits: + - subject: Update contracts to 6acab7c69f61f6660fe5fa41ccfd617281442fb3 + hash: 567549b05cfef0412865987ed4764c3bdc3936d1 + body: Update contracts + footer: + Changelog-entry: Update contracts to 6acab7c69f61f6660fe5fa41ccfd617281442fb3 + changelog-entry: Update contracts to 6acab7c69f61f6660fe5fa41ccfd617281442fb3 + author: Renovate Bot + nested: + - commits: + - subject: "patch: Fix spelling for eMMC in Radxa-zero contract" + hash: e9e6e36541edb814ec751bc31f30a1845f0a0dc1 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + version: contracts-2.0.49 + title: "" + date: 2023-02-22T11:41:26.966Z + - commits: + - subject: "hw.device-type: Various fixes" + hash: c475248de7096aabe7845dc2c1da5ce1d9bbeb7c + body: > + - The Jetson TX2 NX has an eMMC and no SD-CARD slot + + - The JN30B Nano uses the eMMC module and not the SD-CARD one + + - The Radxa CM3 on RPI CM4 IOBoard as well as the Radxa zero use + rockchip software tools in order to put the eMMC in mass-storage mode + - The CM4 module comes in two flavors: one with eMMC and the Lite version + which uses the carrier board sd-card slot to load the image. Both use the + same balenaOS image. + I switched the storage to internal for this DT because it *may* have + one, but this solely depends on the actual module. + Another consideration is that this DT can also boot from a USB stick + or a NVME drive connected to the mPCIE port. + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru Costache + version: contracts-2.0.48 + title: "" + date: 2023-02-22T10:12:35.263Z + version: 2.112.13+rev1 + title: "" + date: 2023-02-22T14:09:17.168Z - commits: - subject: Update layers/meta-balena to f6327ce662208faa11b250b47518a5f01679dd25 hash: 96510e6e1fe8c1087b06315d849b307a9310e366 diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0b115..160d3d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,26 @@ Change log ----------- +# v2.112.13+rev1 +## (2023-02-22) + + +
+ Update contracts to 6acab7c69f61f6660fe5fa41ccfd617281442fb3 [Renovate Bot] + +> ## contracts-2.0.49 +> ### (2023-02-22) +> +> * patch: Fix spelling for eMMC in Radxa-zero contract [Vipul Gupta (@vipulgupta2048)] +> +> ## contracts-2.0.48 +> ### (2023-02-22) +> +> * hw.device-type: Various fixes [Alexandru Costache] +> + +
+ # v2.112.13 ## (2023-02-22) diff --git a/VERSION b/VERSION index 7b88a7b..6ce9543 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.112.13 \ No newline at end of file +2.112.13+rev1 \ No newline at end of file