diff --git a/.github/workflows/mlc_config.json b/.github/workflows/mlc_config.json index 405f69cc86ccd..e7c4c6c1a3f27 100644 --- a/.github/workflows/mlc_config.json +++ b/.github/workflows/mlc_config.json @@ -21,6 +21,9 @@ { "pattern": "support.google.com" }, + { + "pattern": "mailto:" + }, { "pattern": "tailscale.com" }, diff --git a/docs/changelogs/v2.0.0.md b/docs/changelogs/v2.0.0.md index f6e6005122a20..a02fb765f768a 100644 --- a/docs/changelogs/v2.0.0.md +++ b/docs/changelogs/v2.0.0.md @@ -61,15 +61,13 @@ ben@coder.com! popular IDEs (#8722) (@BrunoQuaresma) ![Template insights](https://user-images.githubusercontent.com/22407953/258239988-69641bd6-28da-4c60-9ae7-c0b1bba53859.png) - [Kubernetes log streaming](https://coder.com/docs/platforms/kubernetes/deployment-logs): -Stream Kubernetes event logs to the Coder agent logs to reveal Kuernetes-level -issues such as ResourceQuota limitations, invalid images, etc. -![Kubernetes quota](https://raw.githubusercontent.com/coder/coder/main/docs/images/admin/integrations/coder-logstream-kube-logs-quota-exceeded.png) - -- [OIDC Role Sync](https://coder.com/docs/admin/users/oidc-auth.md#group-sync-enterprise-premium) + Stream Kubernetes event logs to the Coder agent logs to reveal Kuernetes-level + issues such as ResourceQuota limitations, invalid images, etc. + ![Kubernetes quota](https://raw.githubusercontent.com/coder/coder/main/docs/images/admin/integrations/coder-logstream-kube-logs-quota-exceeded.png) +- [OIDC Role Sync](https://coder.com/docs/admin/users/idp-sync) (Enterprise): Sync roles from your OIDC provider to Coder roles (e.g. `Template Admin`) (#8595) (@Emyrk) - - Users can convert their accounts from username/password authentication to SSO by linking their account (#8742) (@Emyrk) diff --git a/docs/tutorials/faqs.md b/docs/tutorials/faqs.md index b982d8bc25566..8f27b92ebf92c 100644 --- a/docs/tutorials/faqs.md +++ b/docs/tutorials/faqs.md @@ -11,6 +11,7 @@ For other community resources, see our ### How do I add a Premium trial license? Visit https://coder.com/trial or contact + [sales@coder.com](mailto:sales@coder.com?subject=License) to get a trial key. You can add a license through the UI or CLI.