BREAKING CHANGE(vikunja): Update image docker.io/vikunja/vikunja 0.24.6 → 1.0.0 (#44295)

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

<details>
<summary>go-vikunja/vikunja (docker.io/vikunja/vikunja)</summary>

###
[`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
([#&#8203;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
([#&#8203;2155](https://redirect.github.com/go-vikunja/vikunja/issues/2155))
([28593e6](28593e6460e66b78c9bed4e401aa51b93bcfb8f9))

##### Dependencies

- *(deps)* Update dependency sass-embedded to v1.97.3
([#&#8203;2150](https://redirect.github.com/go-vikunja/vikunja/issues/2150))
- *(deps)* Update module github.com/redis/go-redis/v9 to v9.17.3
([#&#8203;2153](https://redirect.github.com/go-vikunja/vikunja/issues/2153))
- *(deps)* Update dev-dependencies (major)
([#&#8203;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
([#&#8203;2165](https://redirect.github.com/go-vikunja/vikunja/issues/2165))
([3aa1e90](3aa1e90d7f9b40be78e9b5aa047010d1558f7eb7))

##### Miscellaneous Tasks

- Use correct repo and issue url
([72a928d](72a928dcce62699262fdbf6051abfd633633ea60))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNy4wIiwidXBkYXRlZEluVmVyIjoiNDIuMTcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhcHAvdmlrdW5qYSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWFqb3IiXX0=-->

---------

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
TrueCharts Bot
2026-01-29 16:07:10 +01:00
committed by GitHub
parent d5b174eaf1
commit 2f56d07a49
3 changed files with 5 additions and 3 deletions

View File

@@ -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

View File

@@ -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 }}

View File

@@ -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