From 2f56d07a4940b2a4f904052aaa5fec3a291eb53b Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 29 Jan 2026 16:07:10 +0100 Subject: [PATCH] =?UTF-8?q?BREAKING=20CHANGE(vikunja):=20Update=20image=20?= =?UTF-8?q?docker.io/vikunja/vikunja=200.24.6=20=E2=86=92=201.0.0=20(#4429?= =?UTF-8?q?5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/vikunja/vikunja](https://redirect.github.com/go-vikunja/vikunja) | major | `ed1f3ed` -> `096e8d4` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
go-vikunja/vikunja (docker.io/vikunja/vikunja) ### [`v1.0.0`](https://redirect.github.com/go-vikunja/vikunja/blob/HEAD/CHANGELOG.md#100---2026-01-27) [Compare Source](https://redirect.github.com/go-vikunja/vikunja/compare/v0.24.6...v1.0.0) ##### Bug Fixes - *(editor)* Prevent crash when exiting edit mode in tiptap - *(files)* Make sure base directory exists when using local file system ([#​2166](https://redirect.github.com/go-vikunja/vikunja/issues/2166)) - *(routes)* Restore SPA routing after Echo v5 upgrade - Use dark shadows for email template in dark mode ([#​2155](https://redirect.github.com/go-vikunja/vikunja/issues/2155)) ([28593e6](28593e6460e66b78c9bed4e401aa51b93bcfb8f9)) ##### Dependencies - *(deps)* Update dependency sass-embedded to v1.97.3 ([#​2150](https://redirect.github.com/go-vikunja/vikunja/issues/2150)) - *(deps)* Update module github.com/redis/go-redis/v9 to v9.17.3 ([#​2153](https://redirect.github.com/go-vikunja/vikunja/issues/2153)) - *(deps)* Update dev-dependencies (major) ([#​1375](https://redirect.github.com/go-vikunja/vikunja/issues/1375)) - *(deps)* Update tiptap to v3.17.0 ##### Features - Add required checkbox to confirm issue search before submission ([d61caab](d61caab168f8649598f21df438716e9257cefe59)) - Add vikunja doctor command for diagnostic checks ([#​2165](https://redirect.github.com/go-vikunja/vikunja/issues/2165)) ([3aa1e90](3aa1e90d7f9b40be78e9b5aa047010d1558f7eb7)) ##### Miscellaneous Tasks - Use correct repo and issue url ([72a928d](72a928dcce62699262fdbf6051abfd633633ea60))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --------- Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com> --- charts/stable/vikunja/Chart.yaml | 4 ++-- charts/stable/vikunja/templates/_secrets.tpl | 1 + charts/stable/vikunja/values.yaml | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml index 6011fe52067..73c1e6040d6 100644 --- a/charts/stable/vikunja/Chart.yaml +++ b/charts/stable/vikunja/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 0.24.6 +appVersion: 1.0.0 dependencies: - name: common version: 28.29.40 @@ -44,5 +44,5 @@ sources: - https://hub.docker.com/r/vikunja/vikunja - https://vikunja.io/docs type: application -version: 17.27.23 +version: 18.0.0 diff --git a/charts/stable/vikunja/templates/_secrets.tpl b/charts/stable/vikunja/templates/_secrets.tpl index c9341f884a1..53a5bb31bb6 100644 --- a/charts/stable/vikunja/templates/_secrets.tpl +++ b/charts/stable/vikunja/templates/_secrets.tpl @@ -37,6 +37,7 @@ secret: type: redis service: + publicurl: {{ .Values.vikunja.service.publicurl | quote }} interface: {{ printf ":%v" .Values.service.main.ports.main.port }} JWTSecret: {{ $jwtSecret }} timezone: {{ .Values.TZ | quote }} diff --git a/charts/stable/vikunja/values.yaml b/charts/stable/vikunja/values.yaml index 3db06cbd419..32f42c87e01 100644 --- a/charts/stable/vikunja/values.yaml +++ b/charts/stable/vikunja/values.yaml @@ -1,6 +1,6 @@ image: repository: docker.io/vikunja/vikunja - tag: 0.24.6@sha256:ed1f3ed467fecec0b57e9de7bc6607f8bbcbb23ffced6a81f5dfefc794cdbe3b + tag: 1.0.0@sha256:096e8d4067483b770f3899e20655d6235b0b4c6c9c6ec5ef39bae5b270e1a92a pullPolicy: IfNotPresent workload: main: @@ -22,6 +22,7 @@ workload: path: /health vikunja: service: + publicurl: http://localhost/ jwtttl: 259200 jwtttllong: 2592000 motd: Welcome to your new Vikunja instance