Skip to content

Commit 37f9a09

Browse files
v6.10.0
1 parent 9eb98c0 commit 37f9a09

File tree

4 files changed

+50
-4
lines changed

4 files changed

+50
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,43 @@
1+
- commits:
2+
- subject: Add throttling disclaimer for cloudlink features
3+
hash: 3ddd9e2f794a68ee7df90dced2efd8260ee68ff2
4+
body: |
5+
Devices that constantly consume high-bandwidth continuously may be
6+
throttled. Added this note to relevant sections.
7+
footer:
8+
Change-type: patch
9+
change-type: patch
10+
Co-authored-by: Chris Crocker-White <[email protected]>
11+
co-authored-by: Chris Crocker-White <[email protected]>
12+
Signed-off-by: Rahul Thakoor <[email protected]>
13+
signed-off-by: Rahul Thakoor <[email protected]>
14+
author: Rahul Thakoor
15+
nested: []
16+
- subject: Add guidance review changes
17+
hash: 47645acaca39f039dc1a5d87b00450ef9b7a4d87
18+
body: ""
19+
footer:
20+
Change-type: patch
21+
change-type: patch
22+
Co-authored-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
23+
co-authored-by: Vipul Gupta (@vipulgupta2048) <[email protected]>
24+
Signed-off-by: Rahul Thakoor <[email protected]>
25+
signed-off-by: Rahul Thakoor <[email protected]>
26+
author: Rahul Thakoor
27+
nested: []
28+
- subject: Add guidance for features enabled by cloudlink
29+
hash: 954a767272fddff3d45caeebc47840cfcb2eea78
30+
body: ""
31+
footer:
32+
Change-type: minor
33+
change-type: minor
34+
Signed-off-by: Rahul Thakoor <[email protected]>
35+
signed-off-by: Rahul Thakoor <[email protected]>
36+
author: Rahul Thakoor
37+
nested: []
38+
version: 6.10.0
39+
title: ""
40+
date: 2025-09-13T21:30:06.946Z
141
- commits:
242
- subject: "patch: Account for ratelimits on releases API"
343
hash: 0ecc4af40843dae5b29150ace7c97b866b4bdae9

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## 6.10.0 - 2025-09-13
8+
9+
* Add throttling disclaimer for cloudlink features [Rahul Thakoor]
10+
* Add guidance review changes [Rahul Thakoor]
11+
* Add guidance for features enabled by cloudlink [Rahul Thakoor]
12+
713
## 6.9.2 - 2025-09-09
814

915
* patch: Account for ratelimits on releases API [Vipul Gupta (@vipulgupta2048)]

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "balena-docs",
33
"private": true,
4-
"version": "6.9.2",
4+
"version": "6.10.0",
55
"engines": {
66
"node": "^22.0.0"
77
},
@@ -59,6 +59,6 @@
5959
"wrangler": "^3.99.0"
6060
},
6161
"versionist": {
62-
"publishedAt": "2025-09-09T12:39:35.175Z"
62+
"publishedAt": "2025-09-13T21:30:07.451Z"
6363
}
6464
}

0 commit comments

Comments
 (0)