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

4
vikunja/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: vikunja
category: files
name: Vikunja
version: "0.22.0"
version: "0.22.1"
tagline: The open-source, self-hostable to-do app
description: >-
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
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
website: https://vikunja.io/
dependencies: []

Loading…
Cancel
Save