From 30994ddc5b8f5e182ea80bf2202128d11992c8ab Mon Sep 17 00:00:00 2001 From: Kyle Kelly <124007635+jkylekelly@users.noreply.github.com> Date: Tue, 2 Sep 2025 23:42:03 +0000 Subject: [PATCH] Remove mention of public preview in trustedroot.go --- pkg/cmd/attestation/trustedroot/trustedroot.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/cmd/attestation/trustedroot/trustedroot.go b/pkg/cmd/attestation/trustedroot/trustedroot.go index a347b64b2..29dd6fcd9 100644 --- a/pkg/cmd/attestation/trustedroot/trustedroot.go +++ b/pkg/cmd/attestation/trustedroot/trustedroot.go @@ -37,8 +37,6 @@ func NewTrustedRootCmd(f *cmdutil.Factory, runF func(*Options) error) *cobra.Com Args: cobra.ExactArgs(0), Short: "Output trusted_root.jsonl contents, likely for offline verification", Long: heredoc.Docf(` - ### NOTE: This feature is currently in public preview, and subject to change. - Output contents for a trusted_root.jsonl file, likely for offline verification. When using %[1]sgh attestation verify%[1]s, if your machine is on the internet,