From 0a3d477de4fb03ef6b90d890da91383153f97245 Mon Sep 17 00:00:00 2001 From: Pascale Beier Date: Sun, 2 Aug 2026 02:38:37 +0200 Subject: [PATCH] chore(main): release 2.13.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ charts/hitkeep/Chart.yaml | 4 ++-- charts/hitkeep/README.md | 6 +++--- frontend/dashboard/package-lock.json | 4 ++-- frontend/dashboard/package.json | 2 +- frontend/dashboard/src/tracker/version.ts | 2 +- frontend/tracker/package.json | 2 +- server.json | 2 +- 9 files changed, 21 insertions(+), 12 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b29ef5c..42a5e13a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.13.2" + ".": "2.13.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 61595883..46a20468 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ * Split default-tenant analytics into `data/tenants//hitkeep.db` and run tenant files through one attached DuckDB data plane. This migration is mandatory in 2.13.0. Downgrading a split installation to 2.12 or older is unsupported because those releases do not understand the tenant file or split markers; restore a complete pre-upgrade backup instead. * Restore every tenant database from S3 backup snapshots by deriving tenant object prefixes from the restored control snapshot, including temporary STS credentials and non-TLS S3-compatible endpoints. +## [2.13.3](https://github.com/PascaleBeier/hitkeep/compare/v2.13.2...v2.13.3) (2026-08-02) + + +### Bug Fixes + +* **deps:** Bump go deps ([3295352](https://github.com/PascaleBeier/hitkeep/commit/3295352bd97bea7cecd71f7d0f978cc2c40f7a0f)) +* Duplicated AI dashboard integration ([6220359](https://github.com/PascaleBeier/hitkeep/commit/6220359cc7e882fca78cb5fed8531fdeaa3fa92c)) +* make hk developer tooling self-contained ([9154e56](https://github.com/PascaleBeier/hitkeep/commit/9154e5668aa4674f4fe7e807a55aa816a8ca04b5)) + ## [2.13.2](https://github.com/PascaleBeier/hitkeep/compare/v2.13.1...v2.13.2) (2026-07-30) diff --git a/charts/hitkeep/Chart.yaml b/charts/hitkeep/Chart.yaml index c0c93e61..4388f3e1 100644 --- a/charts/hitkeep/Chart.yaml +++ b/charts/hitkeep/Chart.yaml @@ -4,5 +4,5 @@ description: >- Privacy-first analytics for humans and AI agents, self-hosted or in EU/US cloud. type: application -version: 2.13.2 -appVersion: 2.13.2 +version: 2.13.3 +appVersion: 2.13.3 diff --git a/charts/hitkeep/README.md b/charts/hitkeep/README.md index 488c15fd..68dd3871 100644 --- a/charts/hitkeep/README.md +++ b/charts/hitkeep/README.md @@ -11,7 +11,7 @@ HitKeep follows the standard Helm pattern used by major charts: the chart emits ### Install (OCI via GHCR) ``` -helm install hitkeep oci://ghcr.io/pascalebeier/charts/hitkeep --version 2.13.2 # x-release-please-version +helm install hitkeep oci://ghcr.io/pascalebeier/charts/hitkeep --version 2.13.3 # x-release-please-version ``` ### Minimal values @@ -19,7 +19,7 @@ helm install hitkeep oci://ghcr.io/pascalebeier/charts/hitkeep --version 2.13.2 ``` image: repository: ghcr.io/pascalebeier/hitkeep - tag: "2.13.2" # x-release-please-version + tag: "2.13.3" # x-release-please-version env: HITKEEP_PUBLIC_URL: "https://analytics.example.com" @@ -172,7 +172,7 @@ persistence: ### Optional MCP and AI configuration -HitKeep 2.13.2 can expose the read-only MCP endpoint, optional AI-backed Opportunity features, and the optional Ask AI dashboard assistant when you configure them explicitly. +HitKeep 2.13.3 can expose the read-only MCP endpoint, optional AI-backed Opportunity features, and the optional Ask AI dashboard assistant when you configure them explicitly. ``` env: diff --git a/frontend/dashboard/package-lock.json b/frontend/dashboard/package-lock.json index d5162a70..7bcb11e0 100644 --- a/frontend/dashboard/package-lock.json +++ b/frontend/dashboard/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hitkeep/dashboard", - "version": "2.13.2", + "version": "2.13.3", "lockfileVersion": 4, "requires": true, "packages": { "": { "name": "@hitkeep/dashboard", - "version": "2.13.2", + "version": "2.13.3", "license": "MIT", "packageExtensionsHash": "sha512-tDlRDe6fk4Egj6acEVQrp1vw1nzykcO1AnCsoqlZqnBfZzwZjeRzvTE7S8uGF6UEVoKlTg0XY9MXQzpCZ5/qLw==", "dependencies": { diff --git a/frontend/dashboard/package.json b/frontend/dashboard/package.json index 73f38760..67c78b8a 100644 --- a/frontend/dashboard/package.json +++ b/frontend/dashboard/package.json @@ -1,7 +1,7 @@ { "name": "@hitkeep/dashboard", "license": "MIT", - "version": "2.13.2", + "version": "2.13.3", "packageManager": "npm@12.0.2", "scripts": { "ng": "ng", diff --git a/frontend/dashboard/src/tracker/version.ts b/frontend/dashboard/src/tracker/version.ts index ebf2ee22..c3a4bb55 100644 --- a/frontend/dashboard/src/tracker/version.ts +++ b/frontend/dashboard/src/tracker/version.ts @@ -1 +1 @@ -export const TRACKER_VERSION = '2.13.2'; // x-release-please-version +export const TRACKER_VERSION = '2.13.3'; // x-release-please-version diff --git a/frontend/tracker/package.json b/frontend/tracker/package.json index 1bf9064e..2849d426 100644 --- a/frontend/tracker/package.json +++ b/frontend/tracker/package.json @@ -1,6 +1,6 @@ { "name": "@hitkeep/tracker", - "version": "2.13.2", + "version": "2.13.3", "description": "Typed, cookieless web analytics tracker for React, Vue, Angular, and Astro. Official browser SDK for HitKeep, a privacy-friendly, self-hostable Google Analytics alternative.", "license": "MIT", "type": "module", diff --git a/server.json b/server.json index b45ee9ae..331944a0 100644 --- a/server.json +++ b/server.json @@ -17,7 +17,7 @@ "url": "https://github.com/pascalebeier/hitkeep", "source": "github" }, - "version": "2.13.2", + "version": "2.13.3", "remotes": [ { "type": "streamable-http",