From 0c4e3aa5f1471746ea674d023a30da0d9b4e717e Mon Sep 17 00:00:00 2001 From: Pinny Date: Tue, 10 Oct 2023 20:15:37 +0000 Subject: [PATCH] Updated versions in docs for v0.27.0 release --- site/config.yaml | 2 +- site/content/docs/reference/cli.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/site/config.yaml b/site/config.yaml index 1e9e27e3..f4d6204c 100644 --- a/site/config.yaml +++ b/site/config.yaml @@ -7,7 +7,7 @@ params: github_url: "https://github.com/vmware-tanzu/pinniped" slack_url: "https://go.pinniped.dev/community/slack" community_url: "https://go.pinniped.dev/community" - latest_version: v0.26.0 + latest_version: v0.27.0 latest_codegen_version: 1.28 pygmentsCodefences: true pygmentsStyle: "pygments" diff --git a/site/content/docs/reference/cli.md b/site/content/docs/reference/cli.md index 926333e7..39a3073d 100644 --- a/site/content/docs/reference/cli.md +++ b/site/content/docs/reference/cli.md @@ -198,6 +198,7 @@ pinniped get kubeconfig [flags] --oidc-session-cache string Path to OpenID Connect session cache file --oidc-skip-browser During OpenID Connect login, skip opening the browser (just print the URL) -o, --output string Output file path (default: stdout) + --pinniped-cli-path string Full path or executable name for the Pinniped CLI binary to be embedded in the resulting kubeconfig output (e.g. 'pinniped') (default: full path of the binary used to execute this command) --skip-validation Skip final validation of the kubeconfig (default: false) --static-token string Instead of doing an OIDC-based login, specify a static token --static-token-env string Instead of doing an OIDC-based login, read a static token from the environment