Files
truenas-apps/ix-dev/community/firefly-iii/deprecations.yaml
Stavros Kois 8ecab3e904 default to postgres 18 (#3743)
* default to postgres 18

* bump

* add deprecation.yaml on apps with pg15
2025-12-02 11:44:34 +02:00

13 lines
341 B
YAML

- scope: "partial"
deprecated_date: "2025-12-01"
removal_date: "2026-03-01"
reason: "Drop support for Postgres 15"
partial_details:
feature: "Postgres 15"
description: "Postgres 15 is no longer supported"
steps:
- "Edit the application and select Postgres 18 in the image selector"
- "Save the application"