From cb8040fc0fb1ffe7748f5d72a4e6a801e3e0d7ee Mon Sep 17 00:00:00 2001 From: Alex Ball Date: Thu, 30 Jul 2026 14:39:11 -0700 Subject: [PATCH 1/2] docs: v2.1 release notes Add placeholder v2.1 release notes Signed-off-by: Alex Ball --- fern/changelog/2026-08-31.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 fern/changelog/2026-08-31.mdx diff --git a/fern/changelog/2026-08-31.mdx b/fern/changelog/2026-08-31.mdx new file mode 100644 index 0000000000..55fe4301ed --- /dev/null +++ b/fern/changelog/2026-08-31.mdx @@ -0,0 +1,15 @@ +--- +tags: ["next"] +--- + +## NVIDIA Infra Controller v2.1 Next + +This is a placeholder for the v2.1 release notes. + +### Feature 1 + +Placeholder text. + +### Feature 2 + +Placeholder text. From 27f15fdd837241bc9b1c1ddd7b934423e7127458 Mon Sep 17 00:00:00 2001 From: Shayan Namaghi Date: Wed, 29 Jul 2026 22:36:37 -0700 Subject: [PATCH 2/2] docs(changelog): add machine-a-tron to the v2.1 release notes machine-a-tron (#2764) landed in main after the release/v2.0 branch cut, so it ships first in v2.1. Move the entry from the v2.0 changelog to the new v2.1 file. Signed-off-by: Shayan Namaghi --- fern/changelog/2026-08-31.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/changelog/2026-08-31.mdx b/fern/changelog/2026-08-31.mdx index 55fe4301ed..f83dc161ab 100644 --- a/fern/changelog/2026-08-31.mdx +++ b/fern/changelog/2026-08-31.mdx @@ -13,3 +13,7 @@ Placeholder text. ### Feature 2 Placeholder text. + +### Validation & Testing + +- machine-a-tron Redfish BMC emulator for end-to-end NICo flows without physical servers, deployed via the `nico-machine-a-tron` Helm chart and `helm-prereqs/setup-machine-a-tron.sh`