From 9229e1eec0fefe65d1c68c4c27844186bc8ebe5f Mon Sep 17 00:00:00 2001 From: aryaman-payram Date: Tue, 28 Apr 2026 13:59:39 +0530 Subject: [PATCH 1/3] chore(release): add 2.0.1 to upgrade-policy.json --- updater-configs/upgrade-policy.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/updater-configs/upgrade-policy.json b/updater-configs/upgrade-policy.json index 6811f24..01d91cd 100644 --- a/updater-configs/upgrade-policy.json +++ b/updater-configs/upgrade-policy.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "latest": "2.0.0", + "latest": "2.0.1", "updater_api_init_version": "1.9.6", "arch_support": { "arm64": "1.9.1" @@ -12,6 +12,7 @@ } ], "releases": [ + "2.0.1", "2.0.0", "1.9.7", "1.9.6", @@ -55,5 +56,5 @@ "1.0.1", "1.0.0" ], - "dashboard_max": "2.0.0" + "dashboard_max": "2.0.1" } \ No newline at end of file From ce1e5004e5ae2e62a099a949693b3c4d4acda06a Mon Sep 17 00:00:00 2001 From: aryaman-payram Date: Wed, 29 Apr 2026 21:16:16 +0530 Subject: [PATCH 2/3] chore(release): add 2.0.2 to upgrade-policy.json --- updater-configs/upgrade-policy.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/updater-configs/upgrade-policy.json b/updater-configs/upgrade-policy.json index 01d91cd..6f981c7 100644 --- a/updater-configs/upgrade-policy.json +++ b/updater-configs/upgrade-policy.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "latest": "2.0.1", + "latest": "2.0.2", "updater_api_init_version": "1.9.6", "arch_support": { "arm64": "1.9.1" @@ -12,6 +12,7 @@ } ], "releases": [ + "2.0.2", "2.0.1", "2.0.0", "1.9.7", @@ -56,5 +57,5 @@ "1.0.1", "1.0.0" ], - "dashboard_max": "2.0.1" + "dashboard_max": "2.0.2" } \ No newline at end of file From 2e436cdb90832a70759ec3dc5c3472693be138ca Mon Sep 17 00:00:00 2001 From: aryaman-payram Date: Thu, 30 Apr 2026 19:27:41 +0530 Subject: [PATCH 3/3] chore(release): add 2.0.3 to upgrade-policy.json --- updater-configs/upgrade-policy.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/updater-configs/upgrade-policy.json b/updater-configs/upgrade-policy.json index 6f981c7..afbd8cb 100644 --- a/updater-configs/upgrade-policy.json +++ b/updater-configs/upgrade-policy.json @@ -1,6 +1,6 @@ { "schema_version": 1, - "latest": "2.0.2", + "latest": "2.0.3", "updater_api_init_version": "1.9.6", "arch_support": { "arm64": "1.9.1" @@ -12,6 +12,7 @@ } ], "releases": [ + "2.0.3", "2.0.2", "2.0.1", "2.0.0", @@ -57,5 +58,5 @@ "1.0.1", "1.0.0" ], - "dashboard_max": "2.0.2" + "dashboard_max": "2.0.3" } \ No newline at end of file