diff --git a/readme-vars.yml b/readme-vars.yml index 0f02641..440bb06 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -7,6 +7,7 @@ project_logo: "https://github.com/domoticz/domoticz/raw/master/www/images/logo.p project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device." project_blurb_optional_extras_enabled: false +project_deprecation_status: true # supported architectures available_architectures: - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} @@ -64,6 +65,7 @@ app_setup_block: | The user manual is available at [www.domoticz.com]({{ project_url }}) # changelog changelogs: + - {date: "29.11.23:", desc: "Deprecate."} - {date: "06.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"} - {date: "20.02.23:", desc: "Migrate to s6v3."} - {date: "15.10.22:", desc: "Remove deprecated legacy stable branches."}