Skip to content

chore: add warning re: broken embed buttons #982

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions admin/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ The **Embeddable Button** section features a form you can use for generating an
embeddable button. This button makes it easy for developers to use your
[workspace template](../workspaces/workspace-templates/index.md).

> Due to changes made to Coder v1.30.0+ to support the use of multiple Git
> providers, you must regenerate any embeddable buttons created using v1.29.x or
> earlier. Otherwise, the buttons will not work correctly.

To create your button:

1. Go to **Manage** > **Admin** > **Templates**.
Expand Down
6 changes: 5 additions & 1 deletion changelog/1.30.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ description: "Released on 04/27/2022"

### Breaking changes ❗

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

### Features ✨

Expand Down