From 6eba18f4a95966dd4eeb9006b0eef7cffab324f8 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Tue, 21 Oct 2025 03:10:35 +0200 Subject: [PATCH] Revise supported versions and Docker tags in SECURITY.md (#6210) --- SECURITY.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index a7de9e997..3987f1fd0 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -22,17 +22,19 @@ Advisories only. I will ignore all 3rd-party bug bounty platforms emails. ### Uptime Kuma Versions -You should use or upgrade to the latest version of Uptime Kuma. All `1.X.X` -versions are upgradable to the latest version. +You should use or upgrade to the latest version of Uptime Kuma. +All versions are upgradable to the latest version. ### Upgradable Docker Tags -| Tag | Supported | -| -------------- | ------------------ | -| 1 | :white_check_mark: | -| 1-debian | :white_check_mark: | -| latest | :white_check_mark: | -| debian | :white_check_mark: | -| 1-alpine | ⚠️ Deprecated | -| alpine | ⚠️ Deprecated | -| All other tags | ❌ | +| Tag | Supported | +| --------------- | ------------------------------------------------------------------------------------- | +| 2 | :white_check_mark: | +| 2-slim | :white_check_mark: | +| 2-rootless | :white_check_mark: | +| 2-slim-rootless | :white_check_mark: | +| 1 | [⚠️ Deprecated](https://github.com/louislam/uptime-kuma/wiki/Migration-From-v1-To-v2) | +| 1-debian | [⚠️ Deprecated](https://github.com/louislam/uptime-kuma/wiki/Migration-From-v1-To-v2) | +| latest | [⚠️ Deprecated](https://github.com/louislam/uptime-kuma/wiki/Migration-From-v1-To-v2) | +| debian | [⚠️ Deprecated](https://github.com/louislam/uptime-kuma/wiki/Migration-From-v1-To-v2) | +| All other tags | ❌ |