Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 27, 2026

This PR contains the following updates:

Package Update Change
docker.io/vikunja/vikunja major 0.24.61.1.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

go-vikunja/vikunja (docker.io/vikunja/vikunja)

v1.1.0

Compare Source

Bug Fixes
  • (auth) Remove unnecessary fields from JWT token payloads
  • (backgrounds) Enforce max file size for unsplash downloads
  • (backgrounds) Avoid integer overflow in max size calculation
  • (backgrounds) Stream unsplash download to temp file instead of memory
  • (build) Add osusergo tag to prevent SIGFPE crash under systemd
  • (build) Normalize comma-separated TAGS to prevent build failure
  • (ci) Move gpg setup to right before sign step
  • (dump) Stream files during restore to avoid memory pressure
  • (dump) Limit copy size to prevent decompression bombs
  • (files) Require io.ReadSeeker for S3 uploads, remove temp file fallback
  • (files) Update all callers to provide seekable readers for S3 uploads
  • (files) Seek to start before writing for consistent behavior
  • (log) Write each log category to its own file (#​2206)
  • (nav) Show shared sub-projects in sidebar when the parent is inaccessible (#​2176)
  • (task) Use DOMParser in task glance tooltip description preview
  • Add touch CSS properties to list view for mobile drag-and-drop (b741c2d)
  • Restrict numeric date regex matching to text boundaries (#​2195) (a82efa0)
  • Allow middle-of-text dates when followed by time expressions (#​2195) (3f0bf71)
  • Iterate past rejected middle matches in matchDateAtBoundary() (77b8403)
  • Redirect immediately after login to prevent form flash in app shell (8bccf21)
  • Redirect immediately after registration to prevent form flash in app shell (dcff454)
  • Avoid clearing saved redirect in onBeforeMount to prevent race with submit (0e2ea5c)
  • Prevent auth layout swap while still on login/register route (5d9f62c)
  • Guard against undefined route.name in auth layout check (cdca790)
  • Format attachment upload error messages as readable strings (7256a14)
  • Handle attachment upload errors with user-visible notifications (eb369cf)
Dependencies
Documentation
  • (agents) Include go tips [skip ci]
  • Add caveat about running go tests to agent instructions [skip ci] (ac3fd3e)
Features
  • (doctor) Add detailed file diagnostics for local storage (#​2179)
  • (doctor) Add user namespace detection and improved storage diagnostics (#​2180)
  • Add option to send Basic Auth header with webhook requests (#​2137) (cf029ce)
  • Add matchDateAtBoundary() helper for position-aware date matching (#​2195) (1013305)
  • Add UNSIGNED-PAYLOAD config option for S3-compatible stores (#​2205) (b6974ff)
Miscellaneous Tasks
  • (ci) Add debugging around release signing
  • (i18n) Update translations via Crowdin
Other
  • (other) [skip ci] Updated swagger docs
Refactor
  • (db) Extract testable ResolveDatabasePath function (#​2193)
  • (files) Remove redundant seek operations in writeToStorage
  • Remove unnecessary flags parameter from matchDateAtBoundary() (61448bb)
  • Remove unnecessary comment from getDateFromText() (cee258e)
  • Extract auth route names into shared constant (e9a6abf)
Testing
  • (files) Update tests for io.ReadSeeker API
  • Add failing tests for middle-of-text date false positives (#​2195) (e9b10e6)
  • Add dot-separated middle-of-text date false positive test (#​2195) (829b10b)
  • Add positive boundary tests for date parsing (#​2195) (c544886)
  • Add E2E test for login form flash regression (b3e95e9)

v1.0.0

Compare Source

Bug Fixes
  • (editor) Prevent crash when exiting edit mode in tiptap
  • (files) Make sure base directory exists when using local file system (#​2166)
  • (routes) Restore SPA routing after Echo v5 upgrade
  • Use dark shadows for email template in dark mode (#​2155) (28593e6)
Dependencies
  • (deps) Update dependency sass-embedded to v1.97.3 (#​2150)
  • (deps) Update module github.com/redis/go-redis/v9 to v9.17.3 (#​2153)
  • (deps) Update dev-dependencies (major) (#​1375)
  • (deps) Update tiptap to v3.17.0
Features
  • Add required checkbox to confirm issue search before submission (d61caab)
  • Add vikunja doctor command for diagnostic checks (#​2165) (3aa1e90)
Miscellaneous Tasks
  • Use correct repo and issue url (72a928d)

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@mglants-bot
Copy link

mglants-bot bot commented Jan 27, 2026

--- HelmRelease: apps/vikunja Deployment: apps/vikunja

+++ HelmRelease: apps/vikunja Deployment: apps/vikunja

@@ -65,13 +65,13 @@

           value: 'false'
         - name: VIKUNJA_SERVICE_PUBLICURL
           value: https://vikunja.glants.xyz/
         envFrom:
         - secretRef:
             name: vikunja-secret
-        image: docker.io/vikunja/vikunja:0.24.6
+        image: docker.io/vikunja/vikunja:1.1.0
         livenessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
             port: 3456

@mglants-bot
Copy link

mglants-bot bot commented Jan 27, 2026

--- kubernetes/subterra/apps/apps/vikunja/app Kustomization: flux-system/vikunja HelmRelease: apps/vikunja

+++ kubernetes/subterra/apps/apps/vikunja/app Kustomization: flux-system/vikunja HelmRelease: apps/vikunja

@@ -41,13 +41,13 @@

               VIKUNJA_SERVICE_PUBLICURL: https://vikunja.glants.xyz/
             envFrom:
             - secretRef:
                 name: vikunja-secret
             image:
               repository: docker.io/vikunja/vikunja
-              tag: 0.24.6
+              tag: 1.1.0
             probes:
               liveness:
                 enabled: true
               readiness:
                 enabled: true
             resources:

@renovate renovate bot force-pushed the renovate/docker.io-vikunja-vikunja-1.x branch from 53914f1 to fb0b186 Compare February 2, 2026 20:42
….1.0 )

| datasource | package                   | from   | to    |
| ---------- | ------------------------- | ------ | ----- |
| docker     | docker.io/vikunja/vikunja | 0.24.6 | 1.1.0 |
@renovate renovate bot changed the title feat(container)!: Update image docker.io/vikunja/vikunja ( 0.24.6 → 1.0.0 ) feat(container)!: Update image docker.io/vikunja/vikunja ( 0.24.6 → 1.1.0 ) Feb 9, 2026
@renovate renovate bot force-pushed the renovate/docker.io-vikunja-vikunja-1.x branch from fb0b186 to 7f98704 Compare February 9, 2026 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants