Skip to content

Commit 9505ecc

Browse files
authored
feat(docs): promote dynamic parameters doc to GA (#19171)
1 parent a2e8aa9 commit 9505ecc

File tree

3 files changed

+8
-10
lines changed

3 files changed

+8
-10
lines changed

docs/admin/templates/extending-templates/dynamic-parameters.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ They allow you to set resource guardrails by referencing Coder identity in the `
3838

3939
## How to enable Dynamic Parameters
4040

41-
In Coder v2.24.0, you can opt-in to Dynamic Parameters on a per-template basis.
41+
In Coder v2.25.0, Dynamic Parameters are automatically enabled for new templates. You can opt-in to Dynamic Parameters for individual existing templates via template settings.
4242

4343
1. Go to your template's settings and enable the **Enable dynamic parameters for workspace creation** option.
4444

45-
![Enable dynamic parameters for workspace creation](../../../images/admin/templates/extend-templates/dyn-params/enable-dynamic-parameters.png)
45+
![Enable dynamic parameters for workspace creation](../../../images/admin/templates/extend-templates/dyn-params/dynamic-parameters-ga-settings.png)
4646

4747
1. Update your template to use version >=2.4.0 of the Coder provider with the following Terraform block.
4848

@@ -784,9 +784,9 @@ data "coder_parameter" "your_groups" {
784784

785785
## Troubleshooting
786786

787-
Dynamic Parameters is still in Beta as we continue to polish and improve the workflow.
787+
Dynamic Parameters is now in general availability. We're tracking a list of known issues [here in Github](https://github.com/coder/coder/issues?q=sort%3Aupdated-desc%20is%3Aissue%20is%3Aopen%20label%3Aparameters) as we continue to polish and improve the workflow.
788788
If you have any issues during upgrade, please file an issue in our
789-
[GitHub repository](https://github.com/coder/coder/issues/new?labels=parameters) and include a
789+
[GitHub repository](https://github.com/coder/coder/issues/new?labels=parameters) with the `parameters` label and include a
790790
[Playground link](https://playground.coder.app/parameters) where applicable.
791791
We appreciate the feedback and look forward to what the community creates with this system!
792792

@@ -798,7 +798,7 @@ You can share anything you build with Dynamic Parameters in our [Discord](https:
798798

799799
Ensure that the following version requirements are met:
800800

801-
- `coder/coder`: >= [v2.24.0](https://github.com/coder/coder/releases/tag/v2.24.0)
801+
- `coder/coder`: >= [v2.25.0](https://github.com/coder/coder/releases/tag/v2.25.0)
802802
- `coder/terraform-provider-coder`: >= [v2.5.3](https://github.com/coder/terraform-provider-coder/releases/tag/v2.5.3)
803803

804804
Enabling Dynamic Parameters on an existing template requires administrators to publish a new template version.
@@ -818,10 +818,9 @@ To revert Dynamic Parameters on a template:
818818

819819
### Template variables not showing up
820820

821-
In beta, template variables are not supported in Dynamic Parameters.
821+
Dynamic Parameters is GA as of [v2.25.0](https://github.com/coder/coder/releases/tag/v2.25.0), and this issue has been resolved. In beta ([v2.24.0](https://github.com/coder/coder/releases/tag/v2.24.0)), template variables were not supported in Dynamic Parameters.
822822

823-
This issue will be resolved by the next minor release of `coder/coder`.
824-
If this is issue is blocking your usage of Dynamic Parameters, please let us know in [this thread](https://github.com/coder/coder/issues/18671).
823+
If you are experiencing issues with template variables, try upgrading to the latest version with dynamic parameters in GA. Otherwise, please file an issue in our Github.
825824

826825
### Can I use registry modules with Dynamic Parameters?
827826

76 KB
Loading

docs/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -547,8 +547,7 @@
547547
{
548548
"title": "Dynamic Parameters",
549549
"description": "Conditional, identity-aware parameter syntax for advanced users.",
550-
"path": "./admin/templates/extending-templates/dynamic-parameters.md",
551-
"state": ["beta"]
550+
"path": "./admin/templates/extending-templates/dynamic-parameters.md"
552551
},
553552
{
554553
"title": "Prebuilt workspaces",

0 commit comments

Comments
 (0)