Skip to content

Commit

Permalink
v20.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 25, 2024
1 parent cb0cd3c commit 9f1d46a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -139,6 +139,6 @@
"tslib": "^2.1.0"
},
"versionist": {
"publishedAt": "2024-10-24T18:32:44.607Z"
"publishedAt": "2024-10-25T15:02:10.860Z"
}
}

0 comments on commit 9f1d46a

Please sign in to comment.