From fdfd56cf311f81800a944b9a94ae1926ec503855 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:16:31 +0000 Subject: [PATCH] v5.73.4 --- .versionbot/CHANGELOG.yml | 30 ++++++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 40 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e3e246dfcd..3931c8d26e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,33 @@ +- commits: + - subject: "ESR: Update to use the v7 model for retrieving the device types" + hash: 830135e8a0c6ad8ac4b513cdc4d2da2d187dd1c4 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: "Supported Single-board computers: Update to use the v7 model for + retrieving the device types" + hash: 462ee23ca99c57f3802164ff7bd8f28bae6abdc2 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: "Machine names and architectures: Update to use the v7 model for + retrieving the device types" + hash: 92f64a48c7cef5287309629a79ce2a9230b51297 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 5.73.4 + title: "" + date: 2024-10-23T09:16:26.502Z - commits: - subject: "API/resources: Move the balenaOS releases examples next to the Release examples" diff --git a/CHANGELOG.md b/CHANGELOG.md index d8c0aca883..1520851e84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](https://semver.org/). +## 5.73.4 - 2024-10-23 + +* ESR: Update to use the v7 model for retrieving the device types [Thodoris Greasidis] +* Supported Single-board computers: Update to use the v7 model for retrieving the device types [Thodoris Greasidis] +* Machine names and architectures: Update to use the v7 model for retrieving the device types [Thodoris Greasidis] + ## 5.73.3 - 2024-10-22 * API/resources: Move the balenaOS releases examples next to the Release examples [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index 65af44b3f8..0feadf46e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.73.3", + "version": "5.73.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.73.3", + "version": "5.73.4", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 7814ad3b23..808149afe7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.73.3", + "version": "5.73.4", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-10-22T16:31:58.248Z" + "publishedAt": "2024-10-23T09:16:27.072Z" } }