From 9cbf39543711c76da07c53be669fa72caf3a758a Mon Sep 17 00:00:00 2001 From: Jaimie Date: Tue, 25 Aug 2026 13:19:11 +0000 Subject: [PATCH] TVSTRE Upgrade docs: record v0.27.0 upgrade plan in version table, skip v0.26.0 Update README version upgrade table to record the decision to skip v0.26.0 and go directly to v0.27.0, avoiding a repeat of the cherry-pick exercise from the v0.25.12 upgrade. No TRE changes in this commit. This branch will be used to deploy a dev copy of prod (v0.25.12) as a baseline before v0.27.0 upgrade work begins on a separate branch. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f0e81e9..85f2bab 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ To work with devcontainers you will need: | Version | Key points | Date of OUH upgrade | | -- | -- | -- | | v0.20.0 | Increase size of Nexus VM, Add option to configure auto shutdown for Linux VM | 18-03-2025 | +| *(not recorded)* | *placeholder — versions between v0.20.0 and v0.25.12 not documented* | — | +| v0.25.12 | Upgraded ahead of schedule to pick up `az login -u` → `--client-id` change required for v0.27.0, plus other early v0.27.0 changes including Nexus PyPI/CRAN fix | 01-04-2025 | +| v0.27.0 | v0.26.0 skipped — went straight from v0.25.12 to v0.27.0 to avoid repeating the cherry-pick exercise from last time. Includes: GitHub Actions federated credential migration, Nexus fix reapplied post-merge | *(in progress)* | ## Contributing