Deprecate

This commit is contained in:
thespad 2025-11-10 22:10:13 +00:00
parent 2b559938a4
commit 4fd47c8bfe
No known key found for this signature in database

View File

@ -8,6 +8,7 @@ project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) automatically
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
project_categories: "RSS,Social"
project_blurb_optional_extras_enabled: false
project_deprecation_status: true
# supported architectures
available_architectures:
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
@ -89,6 +90,7 @@ init_diagram: |
"feed2toot:latest" <- Base Images
# changelog
changelogs:
- {date: "10.11.25:", desc: "Deprecate."}
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
- {date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf."}
- {date: "02.03.23:", desc: "Allow user customizable cron."}