Skip to content

Commit 73a98e0

Browse files
author
Katie Horne
authored
chore: add warning re: broken embed buttons (coder#982)
1 parent c495bb9 commit 73a98e0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

admin/templates.md

+4
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ The **Embeddable Button** section features a form you can use for generating an
8484
embeddable button. This button makes it easy for developers to use your
8585
[workspace template](../workspaces/workspace-templates/index.md).
8686
87+
> Due to changes made to Coder v1.30.0+ to support the use of multiple Git
88+
> providers, you must regenerate any embeddable buttons created using v1.29.x or
89+
> earlier. Otherwise, the buttons will not work correctly.
90+
8791
To create your button:
8892
8993
1. Go to **Manage** > **Admin** > **Templates**.

changelog/1.30.0.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ description: "Released on 04/27/2022"
55

66
### Breaking changes ❗
77

8-
There are no breaking changes in 1.30.0.
8+
- web: Due to changes made to Coder to support the use of multiple Git
9+
providers, you must regenerate any existing
10+
[embeddable buttons](../admin/templates.md#embeddable-button) (e.g., those
11+
created with Coder v1.29.x or earlier). Otherwise, the buttons will not work
12+
correctly.
913

1014
### Features ✨
1115

0 commit comments

Comments
 (0)