From 04add8d68fed057dafdb12f66de421be0d674fef Mon Sep 17 00:00:00 2001 From: bagtoad <47394200+BagToad@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:50:00 -0600 Subject: [PATCH] Use new GitHub previews terminology in attestation Update attestations commands to align with new GitHub previews terminology, replacing `beta` with `public preview`. https://github.blog/changelog/2024-10-18-new-terminology-for-github-previews/ --- pkg/cmd/attestation/download/download.go | 2 +- pkg/cmd/attestation/inspect/inspect.go | 2 +- pkg/cmd/attestation/trustedroot/trustedroot.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/cmd/attestation/download/download.go b/pkg/cmd/attestation/download/download.go index 770fa442bdc..77c9280933f 100644 --- a/pkg/cmd/attestation/download/download.go +++ b/pkg/cmd/attestation/download/download.go @@ -24,7 +24,7 @@ func NewDownloadCmd(f *cmdutil.Factory, runF func(*Options) error) *cobra.Comman Args: cmdutil.ExactArgs(1, "must specify file path or container image URI, as well as one of --owner or --repo"), Short: "Download an artifact's attestations for offline use", Long: heredoc.Docf(` - ### NOTE: This feature is currently in beta, and subject to change. + ### NOTE: This feature is currently in public preview, and subject to change. Download attestations associated with an artifact for offline use. diff --git a/pkg/cmd/attestation/inspect/inspect.go b/pkg/cmd/attestation/inspect/inspect.go index c548b2ec79a..c139a5af271 100644 --- a/pkg/cmd/attestation/inspect/inspect.go +++ b/pkg/cmd/attestation/inspect/inspect.go @@ -26,7 +26,7 @@ func NewInspectCmd(f *cmdutil.Factory, runF func(*Options) error) *cobra.Command Hidden: true, Short: "Inspect a sigstore bundle", Long: heredoc.Docf(` - ### NOTE: This feature is currently in beta, and subject to change. + ### NOTE: This feature is currently in public preview, and subject to change. Inspect a downloaded Sigstore bundle for a given artifact. diff --git a/pkg/cmd/attestation/trustedroot/trustedroot.go b/pkg/cmd/attestation/trustedroot/trustedroot.go index c092b81ec0a..1a40aae3f92 100644 --- a/pkg/cmd/attestation/trustedroot/trustedroot.go +++ b/pkg/cmd/attestation/trustedroot/trustedroot.go @@ -35,7 +35,7 @@ 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 beta, and subject to change. + ### NOTE: This feature is currently in public preview, and subject to change. Output contents for a trusted_root.jsonl file, likely for offline verification.