From 02335e2adec7e36194277626aade877383529535 Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Thu, 3 Jun 2021 17:25:32 -0500 Subject: [PATCH] Bump the latest version referenced in the docs. Signed-off-by: Matt Moyer --- site/content/docs/howto/install-cli.md | 4 ++-- site/content/docs/howto/install-concierge.md | 4 ++-- site/content/docs/howto/install-supervisor.md | 4 ++-- site/content/docs/tutorials/concierge-only-demo.md | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/site/content/docs/howto/install-cli.md b/site/content/docs/howto/install-cli.md index 0ed9078c..84849687 100644 --- a/site/content/docs/howto/install-cli.md +++ b/site/content/docs/howto/install-cli.md @@ -44,10 +44,10 @@ Click Open to allow the command to proceed. ## Install a specific version via script -For example, to install v0.9.0 on Linux/amd64: +For example, to install v0.9.1 on Linux/amd64: ```sh -curl -Lso pinniped https://get.pinniped.dev/v0.9.0/pinniped-cli-linux-amd64 \ +curl -Lso pinniped https://get.pinniped.dev/v0.9.1/pinniped-cli-linux-amd64 \ && chmod +x pinniped \ && sudo mv pinniped /usr/local/bin/pinniped ``` diff --git a/site/content/docs/howto/install-concierge.md b/site/content/docs/howto/install-concierge.md index 465b8eba..1a597908 100644 --- a/site/content/docs/howto/install-concierge.md +++ b/site/content/docs/howto/install-concierge.md @@ -26,9 +26,9 @@ Warning: the default configuration may create a public LoadBalancer Service on y 1. Install the Concierge into the `pinniped-concierge` namespace with default options: - - `kubectl apply -f https://get.pinniped.dev/v0.9.0/install-pinniped-concierge.yaml` + - `kubectl apply -f https://get.pinniped.dev/v0.9.1/install-pinniped-concierge.yaml` - *Replace v0.9.0 with your preferred version number.* + *Replace v0.9.1 with your preferred version number.* ## With custom options diff --git a/site/content/docs/howto/install-supervisor.md b/site/content/docs/howto/install-supervisor.md index 7561a38a..9cc9280a 100644 --- a/site/content/docs/howto/install-supervisor.md +++ b/site/content/docs/howto/install-supervisor.md @@ -25,9 +25,9 @@ You should have a supported Kubernetes cluster with working HTTPS ingress capabi 1. Install the Supervisor into the `pinniped-supervisor` namespace with default options: - - `kubectl apply -f https://get.pinniped.dev/v0.9.0/install-pinniped-supervisor.yaml` + - `kubectl apply -f https://get.pinniped.dev/v0.9.1/install-pinniped-supervisor.yaml` - *Replace v0.9.0 with your preferred version number.* + *Replace v0.9.1 with your preferred version number.* ## With custom options diff --git a/site/content/docs/tutorials/concierge-only-demo.md b/site/content/docs/tutorials/concierge-only-demo.md index 3775ff16..cffa8426 100644 --- a/site/content/docs/tutorials/concierge-only-demo.md +++ b/site/content/docs/tutorials/concierge-only-demo.md @@ -79,7 +79,7 @@ as the authenticator. see [deploy/local-user-authenticator/README.md](https://github.com/vmware-tanzu/pinniped/blob/main/deploy/local-user-authenticator/README.md) for instructions on how to deploy using `ytt`. - If you prefer to install a specific version, replace `latest` in the URL with the version number such as `v0.9.0`. + If you prefer to install a specific version, replace `latest` in the URL with the version number such as `v0.9.1`. 1. Create a test user named `pinny-the-seal` in the local-user-authenticator namespace.