Skip to content

Commit 029ab18

Browse files
v6.8.6
1 parent 293cbc4 commit 029ab18

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
- commits:
2+
- subject: Update our analytics setup
3+
hash: 4cb7becd097a18b924b9d21d77a8f37452b3171d
4+
body: >
5+
* Switch the project name to the public Amplitude API key for future
6+
compatibility with Amplitude Experiment SDK
7+
8+
* Add a name to the consent cookie (instead of `undefined`) and a domain
9+
so it's available for the whole balena.io property (top and sub-domains)
10+
11+
* Fix the version of `analytics-client` to v3.1.1 to prevent regressions
12+
footer:
13+
Change-type: patch
14+
change-type: patch
15+
author: Jonathan Berger
16+
nested: []
17+
version: 6.8.6
18+
title: ""
19+
date: 2025-06-24T14:21:09.115Z
120
- commits:
221
- subject: "patch: Add section on updating balenalib base images"
322
hash: 1d2bec7e3d914801a5dd35eae723b886def9f153

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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.8.6 - 2025-06-24
8+
9+
* Update our analytics setup [Jonathan Berger]
10+
711
## 6.8.5 - 2025-06-23
812

913
* patch: Add section on updating balenalib base images [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.8.5",
4+
"version": "6.8.6",
55
"engines": {
66
"node": "^22.0.0"
77
},
@@ -59,6 +59,6 @@
5959
"wrangler": "^3.99.0"
6060
},
6161
"versionist": {
62-
"publishedAt": "2025-06-23T14:26:09.981Z"
62+
"publishedAt": "2025-06-24T14:21:09.701Z"
6363
}
6464
}

0 commit comments

Comments
 (0)