From 4441ac0600b0f949cfc0dc8f176ac308d9431ca2 Mon Sep 17 00:00:00 2001 From: Pinny Date: Fri, 26 Aug 2022 20:08:48 +0000 Subject: [PATCH 1/3] Updated versions in docs for v0.19.0 release --- site/config.yaml | 4 ++-- site/content/docs/reference/cli.md | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/site/config.yaml b/site/config.yaml index 493ab16c..2c37f5ba 100644 --- a/site/config.yaml +++ b/site/config.yaml @@ -7,8 +7,8 @@ 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.18.0 - latest_codegen_version: 1.24 + latest_version: v0.19.0 + latest_codegen_version: 1.25 pygmentsCodefences: true pygmentsStyle: "pygments" markup: diff --git a/site/content/docs/reference/cli.md b/site/content/docs/reference/cli.md index df995f15..801a28dd 100644 --- a/site/content/docs/reference/cli.md +++ b/site/content/docs/reference/cli.md @@ -33,7 +33,7 @@ To load completions for every new session, execute once: #### macOS: - pinniped completion bash > /usr/local/etc/bash_completion.d/pinniped + pinniped completion bash > $(brew --prefix)/etc/bash_completion.d/pinniped You will need to start a new shell for this setup to take effect. @@ -131,6 +131,10 @@ to enable it. You can execute the following once: echo "autoload -U compinit; compinit" >> ~/.zshrc +To load completions in your current shell session: + + source <(pinniped completion zsh); compdef _pinniped pinniped + To load completions for every new session, execute once: #### Linux: @@ -139,7 +143,7 @@ To load completions for every new session, execute once: #### macOS: - pinniped completion zsh > /usr/local/share/zsh/site-functions/_pinniped + pinniped completion zsh > $(brew --prefix)/share/zsh/site-functions/_pinniped You will need to start a new shell for this setup to take effect. From 3c2820fdae1e196468f944b90851cf14537366ce Mon Sep 17 00:00:00 2001 From: anjalitelang <49958114+anjaltelang@users.noreply.github.com> Date: Fri, 9 Sep 2022 11:18:19 -0400 Subject: [PATCH 2/3] Update ROADMAP.md Updating the roadmap based on current needs of users 9/9/2022 --- ROADMAP.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 88ea680b..18cdd9c1 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -33,8 +33,9 @@ that feature by [contributing](https://github.com/vmware-tanzu/pinniped/blob/mai Last Updated: May 2022 |Theme|Description|Timeline| |--|--|--| -|Improving Security Posture|Support Audit logging of security events related to Authentication |May/June 2022| -|Improving Usability|Support for integrating with UI/Dashboards |May/June 2022| -|Improving Security Posture| Secrets Rotation and Management |Q3 2022| -|Improving Security Posture|Session Management |Q4 2022| -|Improving Security Posture|TLS hardening contd|Q4 2022| +|Improving Usability|Dynamic Oauth Client Support for integrating with UI/Dashboards |Sept/Oct 2022| +|Improving Usability|Support for custom claim mappings in OIDCIdentityProvider |Q4 2022| +|Improving Usability|Support for Multiple Identity Providers |Q4 2022| +|Improving Security Posture|Support Audit logging of security events related to Authentication |Q4 2022| +|Improving Security Posture|Session Management |2022/2023| +|Improving Security Posture|Secrets Rotation and Management |2022/2023| From 6b3a2e87c0735335d522b2735c9eed61917a695f Mon Sep 17 00:00:00 2001 From: anjalitelang <49958114+anjaltelang@users.noreply.github.com> Date: Fri, 9 Sep 2022 11:18:48 -0400 Subject: [PATCH 3/3] Update ROADMAP.md --- ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ROADMAP.md b/ROADMAP.md index 18cdd9c1..440ddcf9 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -30,7 +30,7 @@ goals. Priorities and requirements change based on community feedback, roadblock etc. If you depend on a specific item, we encourage you to reach out for updated status information, or help us deliver that feature by [contributing](https://github.com/vmware-tanzu/pinniped/blob/main/CONTRIBUTING.md) to Pinniped. -Last Updated: May 2022 +Last Updated: Sept 2022 |Theme|Description|Timeline| |--|--|--| |Improving Usability|Dynamic Oauth Client Support for integrating with UI/Dashboards |Sept/Oct 2022|