From a1fab66568011ae96ddeb5f620ec61e00899f068 Mon Sep 17 00:00:00 2001 From: Maicon Berlofa Date: Tue, 7 Jul 2026 17:20:06 -0300 Subject: [PATCH 1/2] docs(poznote): sync 6.30.2 default --- src/pages/docs/charts/poznote.mdx | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/pages/docs/charts/poznote.mdx b/src/pages/docs/charts/poznote.mdx index 17a7467c..76c9a64f 100644 --- a/src/pages/docs/charts/poznote.mdx +++ b/src/pages/docs/charts/poznote.mdx @@ -10,7 +10,7 @@ Deploy [Poznote](https://github.com/timothepoznanski/poznote) on Kubernetes as a ## Overview -The HelmForge Poznote chart uses the official `ghcr.io/timothepoznanski/poznote:6.29.0` image. The container serves the web frontend and API on port `80`, stores all data (notes, attachments, configuration) in a SQLite database under `/var/www/html/data`. +The HelmForge Poznote chart uses the official `ghcr.io/timothepoznanski/poznote:6.30.2` image. The container serves the web frontend and API on port `80`, stores all data (notes, attachments, configuration) in a SQLite database under `/var/www/html/data`. Poznote is designed for personal and small-team use. Data persistence relies on a single PVC. Scaling beyond one replica is not supported because SQLite does not handle concurrent writes from multiple instances. @@ -150,6 +150,16 @@ externalSecrets: Back up the data PVC regularly. It contains the SQLite database, all notes, attachments, and application configuration. Use your storage provider's snapshot mechanism or a tool like Velero. Poznote also supports data export from the web interface (Settings > Export). +## Upgrade Notes + +Poznote `6.30.2` is a stable UI, backup, API, and security hardening release. +Upstream highlights include brute-force login throttling, improved backup import +validation, trashed notes included in exports, new REST API endpoints, MCP server +fixes, dark mode fixes, and mobile/task editing fixes. No Kubernetes-facing +configuration changes are required by this chart, but back up the data PVC before +upgrading because it stores the SQLite database, notes, attachments, and +application configuration. + ## Additional Resources - [Poznote source](https://github.com/timothepoznanski/poznote) From 54a20d4ac33d9cb282e07ebaae472b891da15d63 Mon Sep 17 00:00:00 2001 From: Maicon Berlofa Date: Tue, 7 Jul 2026 18:11:10 -0300 Subject: [PATCH 2/2] docs(poznote): avoid duplicate backup guidance --- src/pages/docs/charts/poznote.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/docs/charts/poznote.mdx b/src/pages/docs/charts/poznote.mdx index 76c9a64f..a4bb9637 100644 --- a/src/pages/docs/charts/poznote.mdx +++ b/src/pages/docs/charts/poznote.mdx @@ -156,9 +156,8 @@ Poznote `6.30.2` is a stable UI, backup, API, and security hardening release. Upstream highlights include brute-force login throttling, improved backup import validation, trashed notes included in exports, new REST API endpoints, MCP server fixes, dark mode fixes, and mobile/task editing fixes. No Kubernetes-facing -configuration changes are required by this chart, but back up the data PVC before -upgrading because it stores the SQLite database, notes, attachments, and -application configuration. +configuration changes are required by this chart. Follow the Backup section +above before upgrading production workloads. ## Additional Resources