Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.
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