Merge pull request #17 from linuxserver/deprecate

This commit is contained in:
Adam 2025-11-15 10:04:31 +00:00 committed by GitHub
commit 412a653b3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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."}