From 6b9dc5b57be5a3369ea7d866567b89f2aceab97d Mon Sep 17 00:00:00 2001 From: thespad Date: Sat, 4 Jul 2026 10:39:08 +0000 Subject: [PATCH] Deprecate kasm branch --- readme-vars.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme-vars.yml b/readme-vars.yml index 264de64a9..cf333de69 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -8,6 +8,7 @@ project_blurb: | [{{ project_name|capitalize }}]({{ project_url }}) - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser. project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" project_categories: "Remote Desktop" +project_deprecation_status: true # supported architectures available_architectures: - {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"} @@ -116,4 +117,5 @@ init_diagram: | "webtop:ubuntu-xfce-kasm" <- Base Images # changelog changelogs: + - {date: "04.07.26:", desc: "Deprecate Kasm branch."} - {date: "12.07.25:", desc: "Provide KasmVNC-based image for Ubuntu-xfce."}