From a2f2dd0b1509dd39cf915e72a56fe0c69feb1951 Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Tue, 1 Oct 2024 22:30:24 +0000 Subject: [PATCH] docs: bump stable version to v2.15.1 --- docs/contributing/feature-stages.md | 6 +++--- docs/install/kubernetes.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/contributing/feature-stages.md b/docs/contributing/feature-stages.md index 4489c212e25e0..92d879de3ea90 100644 --- a/docs/contributing/feature-stages.md +++ b/docs/contributing/feature-stages.md @@ -45,9 +45,9 @@ coder server --experiments=feature1,feature2 -| Feature | Description | Available in | -| --------------- | ------------------------------------------------------------------- | ---------------- | -| `notifications` | Sends notifications via SMTP and webhooks following certain events. | mainline, stable | +| Feature | Description | Available in | +| --------------- | ------------------------------------------------------------------- | ------------ | +| `notifications` | Sends notifications via SMTP and webhooks following certain events. | stable | diff --git a/docs/install/kubernetes.md b/docs/install/kubernetes.md index 3d173a5a041e3..89c4cceb355e0 100644 --- a/docs/install/kubernetes.md +++ b/docs/install/kubernetes.md @@ -145,7 +145,7 @@ locally in order to log in and manage templates. helm install coder coder-v2/coder \ --namespace coder \ --values values.yaml \ - --version 2.15.0 + --version 2.15.1 ``` You can watch Coder start up by running `kubectl get pods -n coder`. Once