Skip to content

Commit 57aaef1

Browse files
authored
Merge pull request #16 from TriliumNext/release-please--branches--main--components--trilium
chore(main): release trilium 2.0.0
2 parents 4335635 + aa50b32 commit 57aaef1

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"charts/trilium": "1.3.0"
2+
"charts/trilium": "2.0.0"
33
}

charts/trilium/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/TriliumNext/helm-charts/compare/trilium-1.3.0...trilium-2.0.0) (2026-07-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* The chart now uses the bjw-s common library 5.0.1. The Deployment selector labels changed, so the existing Deployment must be deleted before upgrading (kubectl delete deployment <release-name>). The image moved from triliumnext/notes to triliumnext/trilium (v0.104.0), probes moved to /api/health-check, and the chart now creates a PVC by default (persistence.data.existingClaim is still supported and no longer required).
9+
10+
### Features
11+
12+
* migrate chart to bjw-s common 5.0.1 and Trilium v0.104.0 ([68d5458](https://github.com/TriliumNext/helm-charts/commit/68d5458d266d298c9cec57b1b50f9ea08757dd90))

charts/trilium/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: |-
66
home: https://github.com/TriliumNext/helm-charts
77
icon: https://raw.githubusercontent.com/TriliumNext/Trilium/main/apps/client/src/assets/icon.png
88
# Managed by release-please.
9-
version: 1.3.0
9+
version: 2.0.0
1010
# renovate: image=triliumnext/trilium
1111
appVersion: v0.104.0
1212
kubeVersion: ">=1.28.0-0"

0 commit comments

Comments
 (0)