From 145023a204f6a5723c52afe1af29b49238a142dd Mon Sep 17 00:00:00 2001 From: lofyer Date: Mon, 27 Jul 2026 15:52:18 +0800 Subject: [PATCH] docs: update current MesaStack target to v2.2.2 Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- AGENTS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 5941b55..bf3fc6c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -60,12 +60,12 @@ scripts/sync-upstream --continue # resume after resolving a cherry-pick conflict Both repos track the **same upstream release** and keep customizations on a `v-lofyer` branch. Frontend and backend are always bumped -**together** to the same upstream tag. Current target: **v2.2.1**. +**together** to the same upstream tag. Current target: **v2.2.2**. | Repo | Branch | Upstream base | Upstream repo | | ------------------ | --------------- | ------------- | ----------------------- | -| gpustack-ui-lofyer | `v2.2.1-lofyer` | tag `v2.2.1` | `gpustack/gpustack-ui` | -| gpustack-lofyer | `v2.2.1-lofyer` | tag `v2.2.1` | `gpustack/gpustack` | +| gpustack-ui-lofyer | `v2.2.2-lofyer` | tag `v2.2.2` | `gpustack/gpustack-ui` | +| gpustack-lofyer | `v2.2.2-lofyer` | tag `v2.2.2` | `gpustack/gpustack` | ## Branch rules