Browse Source

Update Vikunja to v0.22.1 (#1087)

main
Nathan Fretz 9 months ago
committed by GitHub
parent
commit
370895893c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      vikunja/docker-compose.yml
  2. 4
      vikunja/umbrel-app.yml

6
vikunja/docker-compose.yml

@ -21,9 +21,9 @@ services:
restart: on-failure restart: on-failure
api: api:
image: vikunja/api:0.22.0@sha256:91609ef6c7887f9dbf03542da675dc784807f9861907bdcdb775d4a127605646 image: vikunja/api:0.22.1@sha256:c9415431e6235229302bb8f9ee6660b74c24859d1e8adbc4a3e25bd418604b57
environment: environment:
VIKUNJA_DATABASE_HOST: db VIKUNJA_DATABASE_HOST: vikunja_db_1
VIKUNJA_DATABASE_PASSWORD: secret VIKUNJA_DATABASE_PASSWORD: secret
VIKUNJA_DATABASE_TYPE: mysql VIKUNJA_DATABASE_TYPE: mysql
VIKUNJA_DATABASE_USER: vikunja VIKUNJA_DATABASE_USER: vikunja
@ -37,7 +37,7 @@ services:
restart: on-failure restart: on-failure
frontend: frontend:
image: vikunja/frontend:0.22.0@sha256:f603ef35acfe030d34752bc3d84e45a234152110345edf8cf2939db986e900b1 image: vikunja/frontend:0.22.1@sha256:f0223d441997fe29c377d0b476dc4bb2fc091b44b9c24d76b1b88c213df520c5
restart: on-failure restart: on-failure
proxy: proxy:

4
vikunja/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: vikunja id: vikunja
category: files category: files
name: Vikunja name: Vikunja
version: "0.22.0" version: "0.22.1"
tagline: The open-source, self-hostable to-do app tagline: The open-source, self-hostable to-do app
description: >- description: >-
Think of Vikunja like the notebook you have with all your things to keep track of. But with superpowers. Think of Vikunja like the notebook you have with all your things to keep track of. But with superpowers.
@ -21,6 +21,8 @@ description: >-
🛠️ Use It How You Need It 🛠️ Use It How You Need It
You can view your tasks in the classic list view - or in a Gantt Chart, or Table view, or Kanban Board. Whatever you need! You can view your tasks in the classic list view - or in a Gantt Chart, or Table view, or Kanban Board. Whatever you need!
releaseNotes:
This is a patch release with many small bug fixes and improvements. Full release notes are available at https://vikunja.io/blog/2024/01/vikunja-frontend-and-api-v0.22.1-was-released/
developer: Vikunja developer: Vikunja
website: https://vikunja.io/ website: https://vikunja.io/
dependencies: [] dependencies: []

Loading…
Cancel
Save