From 9f1d46a8dbd0dfd25d8d13a90780c2ad80bc934e Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:02:21 +0000 Subject: [PATCH] v20.3.0 --- .versionbot/CHANGELOG.yml | 16 ++++++++++++++++ CHANGELOG.md | 4 ++++ package.json | 4 ++-- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 44afadc59..6f4c797f2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Add option for detached HUP on startOsUpdate + hash: 8923df61f159f7a99cb430fa3e918f874bfee399 + body: | + This will call the v2 actions endpoint for resinhup + which runs a detached version of HUP that increases + HUP reliability on slow networks but will offer + no status updates such as in_progress. + footer: + Change-type: minor + change-type: minor + author: jaomaloy + nested: [] + version: 20.3.0 + title: "" + date: 2024-10-25T15:02:10.377Z - commits: - subject: "Typings: fix some id typings to the correct typing" hash: 16694153c87a2c74e67e17e1e98ca8c90f1b11e4 diff --git a/CHANGELOG.md b/CHANGELOG.md index a41d7bee9..6494db395 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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](http://semver.org/). +## 20.3.0 - 2024-10-25 + +* Add option for detached HUP on startOsUpdate [jaomaloy] + ## 20.2.10 - 2024-10-24 * Typings: fix some id typings to the correct typing [Pagan Gazzard] diff --git a/package.json b/package.json index 02a8bdd3f..0781986e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "20.2.10", + "version": "20.3.0", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts", @@ -139,6 +139,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2024-10-24T18:32:44.607Z" + "publishedAt": "2024-10-25T15:02:10.860Z" } }