Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.13.2"
".": "2.13.3"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
* Split default-tenant analytics into `data/tenants/<tenant-id>/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)


Expand Down
4 changes: 2 additions & 2 deletions charts/hitkeep/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions charts/hitkeep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ 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

```
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"
Expand Down Expand Up @@ -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. <!-- x-release-please-version -->
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. <!-- x-release-please-version -->

```
env:
Expand Down
4 changes: 2 additions & 2 deletions frontend/dashboard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion frontend/dashboard/src/tracker/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const TRACKER_VERSION = '2.13.2'; // x-release-please-version
export const TRACKER_VERSION = '2.13.3'; // x-release-please-version
2 changes: 1 addition & 1 deletion frontend/tracker/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion server.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "https://github.com/pascalebeier/hitkeep",
"source": "github"
},
"version": "2.13.2",
"version": "2.13.3",
"remotes": [
{
"type": "streamable-http",
Expand Down