From 91951450b0f223029888fcc9f852374c05db8eee Mon Sep 17 00:00:00 2001 From: sebas_correa Date: Thu, 3 Sep 2026 11:14:51 -0300 Subject: [PATCH] fix(docs): correct VERSIONS.md's stale agent_repos_scope reference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit agent_repos_scope was replaced by agent_repo (a list of "repo#ref" strings) earlier today — VERSIONS.md still pointed at the deleted variable name, which no longer exists on nullplatform/agent. Also doubles as an end-to-end smoke test of the release flow (fix: commit -> patch version bump -> release-please PR -> auto-merge -> tag/release) after today's dual release line rollback. --- VERSIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSIONS.md b/VERSIONS.md index b2352a36..cb1224e7 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -26,7 +26,7 @@ Verified 2026-08-27. | `controlplane-agent` | `0.9.2` | `control_plane_agent_image_tag` | `nullplatform/base` | | `k8s-traffic-manager` | `1.8.0` | `agent_traffic_manager_tag` | `nullplatform/agent` | | traffic manager (provider config) | `1.8.0` | `traffic_manager_version` | `container_orchestration/eks` | -| `scopes` repository | `v1.15.1` | `agent_repos_scope` | `nullplatform/agent` | +| `scopes` repository | `v1.15.1` | `agent_repo` (as `"https://github.com/nullplatform/scopes.git#v1.15.1"`) | `nullplatform/agent` | **Read your cluster before copying these.** The rule is to pin what you are already running, so the change stays functionally inert. Four of these were previously unpinnable and resolved