You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update version section from 4.* to 5.* with release history.
Document bare metal (v5.1) and GPU (v5.2) support milestones.
Note that bare metal is currently tested on SNO only.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+13-14Lines changed: 13 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,25 +22,22 @@ The topology is controlled by the `main.clusterGroupName` field in `values-globa
22
22
23
23
Azure deployments use peer-pods, which provision confidential VMs (`Standard_DCas_v5` family) directly on the Azure hypervisor. Bare metal deployments use layered images and hardware TEE features directly.
24
24
25
-
## Current version (4.*)
25
+
## Current version (5.*)
26
26
27
-
Breaking change from v3. This is the first version using GA (Generally Available) releases of the CoCo stack:
27
+
Breaking change from v4. Uses GA releases of the CoCo stack with Kyverno-based initdata injection.
-**Red Hat Build of Trustee 1.1** (GA release; all versions prior to 1.0 were Technology Preview)
31
-
- External chart repositories for [Trustee](https://github.com/validatedpatterns/trustee-chart), [sandboxed-containers](https://github.com/validatedpatterns/sandboxed-containers-chart), and [sandboxed-policies](https://github.com/validatedpatterns/sandboxed-policies-chart)
32
-
- Self-signed certificates via cert-manager (Let's Encrypt no longer required)
33
-
- Multi-cluster support via ACM
29
+
-**5.0** — Kyverno-based `cc_init_data` injection (replaces MutatingAdmissionPolicy), OSC 1.12 / Trustee 1.1 GA, external chart repositories, self-signed certificates via cert-manager, multi-cluster support via ACM. Requires OCP 4.19.28+.
30
+
-**5.1** — Bare metal support for Intel TDX and AMD SEV-SNP via NFD auto-detection. Currently tested on SNO (Single Node OpenShift) configurations only.
31
+
-**5.2** — NVIDIA H100 confidential GPU support for bare metal (`baremetal-gpu` clusterGroup). Adds GPU Operator, IOMMU configuration, CC Manager, and sample CUDA workload.
34
32
35
33
### Previous versions
36
34
37
-
All previous versions used pre-GA (Technology Preview) releases of Trustee:
@@ -100,6 +97,8 @@ These scripts generate the cryptographic material and attestation measurements n
100
97
4.`./pattern.sh make install`
101
98
5. Wait for the cluster to reboot nodes (MachineConfig updates for TDX kernel parameters and vsock)
102
99
100
+
> **Note:** Bare metal support is currently tested on SNO (Single Node OpenShift) configurations. Multi-node bare metal clusters are expected to work but have not been validated yet.
101
+
103
102
The system auto-detects your hardware:
104
103
105
104
-**NFD** discovers Intel TDX or AMD SEV-SNP capabilities and labels nodes
0 commit comments