- Notifications
You must be signed in to change notification settings - Fork1.1k
chore: bump github.com/coder/terraform-provider-coder/v2 from 2.12.0 to 2.13.1#20697
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
github-actions merged 1 commit intomainfromdependabot/go_modules/github.com/coder/terraform-provider-coder/v2-2.13.1Nov 10, 2025
Merged
chore: bump github.com/coder/terraform-provider-coder/v2 from 2.12.0 to 2.13.1#20697
github-actions merged 1 commit intomainfromdependabot/go_modules/github.com/coder/terraform-provider-coder/v2-2.13.1Nov 10, 2025
+3 −3
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Bumps [github.com/coder/terraform-provider-coder/v2](https://github.com/coder/terraform-provider-coder) from 2.12.0 to 2.13.1.- [Release notes](https://github.com/coder/terraform-provider-coder/releases)- [Changelog](https://github.com/coder/terraform-provider-coder/blob/main/.goreleaser.yml)- [Commits](coder/terraform-provider-coder@v2.12.0...v2.13.1)---updated-dependencies:- dependency-name: github.com/coder/terraform-provider-coder/v2 dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>
476df47 intomain 32 checks passed
Uh oh!
There was an error while loading.Please reload this page.
jakehwll pushed a commit that referenced this pull requestNov 11, 2025
…to 2.13.1 (#20697)Bumps[github.com/coder/terraform-provider-coder/v2](https://github.com/coder/terraform-provider-coder)from 2.12.0 to 2.13.1.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/coder/terraform-provider-coder/releases">github.com/coder/terraform-provider-coder/v2'sreleases</a>.</em></p><blockquote><h2>v2.13.1</h2><h2>What's Changed</h2><blockquote><p>Note: There are no functional changes between this release and<code>v2.13.0-pre0</code>.</p></blockquote><ul><li>chore(README.md): add note regarding multiple tags by <ahref="https://github.com/johnstcn"><code>@johnstcn</code></a> in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/461">coder/terraform-provider-coder#461</a></li><li>chore(integration): fix failing coder-ai-task integration test by <ahref="https://github.com/johnstcn"><code>@johnstcn</code></a> in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/456">coder/terraform-provider-coder#456</a></li><li>chore(deps): update Go version to 1.24.6 by <ahref="https://github.com/michaelvp411"><code>@michaelvp411</code></a>in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/453">coder/terraform-provider-coder#453</a></li><li>fix: set default value for <code>coder_ai_task.prompt</code> to anempty string by <ahref="https://github.com/DanielleMaywood"><code>@DanielleMaywood</code></a>in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/458">coder/terraform-provider-coder#458</a></li><li>feat: add <code>enabled</code> computed field to<code>coder_ai_task</code> by <ahref="https://github.com/DanielleMaywood"><code>@DanielleMaywood</code></a>in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/451">coder/terraform-provider-coder#451</a></li><li>build(deps): Bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0by <ahref="https://github.com/dependabot"><code>@dependabot</code></a>[bot]in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/427">coder/terraform-provider-coder#427</a></li><li>feat: add coder_task data source by <ahref="https://github.com/johnstcn"><code>@johnstcn</code></a> in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/460">coder/terraform-provider-coder#460</a></li><li>docs(coder_ai_task): add min coder version for <code>prompt</code>and <code>enabled</code> by <ahref="https://github.com/DanielleMaywood"><code>@DanielleMaywood</code></a>in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/459">coder/terraform-provider-coder#459</a></li><li>chore(README.md): add note regarding multiple tags by <ahref="https://github.com/johnstcn"><code>@johnstcn</code></a> in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/461">coder/terraform-provider-coder#461</a></li></ul><h2>New Contributors</h2><ul><li><ahref="https://github.com/michaelvp411"><code>@michaelvp411</code></a>made their first contribution in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/453">coder/terraform-provider-coder#453</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/coder/terraform-provider-coder/compare/v2.12.0...v2.13.1">https://github.com/coder/terraform-provider-coder/compare/v2.12.0...v2.13.1</a></p><h2>v2.13.0-pre0</h2><h2>What's Changed</h2><ul><li>chore(integration): fix failing coder-ai-task integration test by <ahref="https://github.com/johnstcn"><code>@johnstcn</code></a> in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/456">coder/terraform-provider-coder#456</a></li><li>chore(deps): update Go version to 1.24.6 by <ahref="https://github.com/michaelvp411"><code>@michaelvp411</code></a>in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/453">coder/terraform-provider-coder#453</a></li><li>fix: set default value for <code>coder_ai_task.prompt</code> to anempty string by <ahref="https://github.com/DanielleMaywood"><code>@DanielleMaywood</code></a>in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/458">coder/terraform-provider-coder#458</a></li><li>feat: add <code>enabled</code> computed field to<code>coder_ai_task</code> by <ahref="https://github.com/DanielleMaywood"><code>@DanielleMaywood</code></a>in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/451">coder/terraform-provider-coder#451</a></li><li>build(deps): Bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0by <ahref="https://github.com/dependabot"><code>@dependabot</code></a>[bot]in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/427">coder/terraform-provider-coder#427</a></li><li>feat: add coder_task data source by <ahref="https://github.com/johnstcn"><code>@johnstcn</code></a> in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/460">coder/terraform-provider-coder#460</a></li><li>docs(coder_ai_task): add min coder version for <code>prompt</code>and <code>enabled</code> by <ahref="https://github.com/DanielleMaywood"><code>@DanielleMaywood</code></a>in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/459">coder/terraform-provider-coder#459</a></li></ul><h2>New Contributors</h2><ul><li><ahref="https://github.com/michaelvp411"><code>@michaelvp411</code></a>made their first contribution in <ahref="https://redirect.github.com/coder/terraform-provider-coder/pull/453">coder/terraform-provider-coder#453</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/coder/terraform-provider-coder/compare/v2.12.0...v2.13.0-pre0">https://github.com/coder/terraform-provider-coder/compare/v2.12.0...v2.13.0-pre0</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/coder/terraform-provider-coder/commit/5c4def2ee8c73b210c9e345bba86263bfdc66437"><code>5c4def2</code></a>chore(README.md): add note regarding multiple tags (<ahref="https://redirect.github.com/coder/terraform-provider-coder/issues/461">#461</a>)</li><li><ahref="https://github.com/coder/terraform-provider-coder/commit/297687916cce0bc942ef85063485f77b33292ddd"><code>2976879</code></a>docs(coder_ai_task): add min coder version for <code>prompt</code> and<code>enabled</code> (<ahref="https://redirect.github.com/coder/terraform-provider-coder/issues/459">#459</a>)</li><li><ahref="https://github.com/coder/terraform-provider-coder/commit/5fe8d857e52a2bcc84ae10d46a85491361fe2d63"><code>5fe8d85</code></a>feat: add coder_task data source (<ahref="https://redirect.github.com/coder/terraform-provider-coder/issues/460">#460</a>)</li><li><ahref="https://github.com/coder/terraform-provider-coder/commit/e0b1ec1db3b93bfc3c9f1ee1ecf4a6c825d4310a"><code>e0b1ec1</code></a>build(deps): Bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 (<ahref="https://redirect.github.com/coder/terraform-provider-coder/issues/427">#427</a>)</li><li><ahref="https://github.com/coder/terraform-provider-coder/commit/1211f288075b8b04a30864833cf447f9a82ec8ba"><code>1211f28</code></a>feat: add <code>enabled</code> computed field to<code>coder_ai_task</code> (<ahref="https://redirect.github.com/coder/terraform-provider-coder/issues/451">#451</a>)</li><li><ahref="https://github.com/coder/terraform-provider-coder/commit/fc9724be572ff7d97eb9d6af4ffd90c587a43e28"><code>fc9724b</code></a>fix: set default value for <code>coder_ai_task.prompt</code> to an emptystring (<ahref="https://redirect.github.com/coder/terraform-provider-coder/issues/458">#458</a>)</li><li><ahref="https://github.com/coder/terraform-provider-coder/commit/a86ce822bdc80aaf10178f78e159359a28a4d9a9"><code>a86ce82</code></a>chore(deps): update Go version to 1.24.6 (<ahref="https://redirect.github.com/coder/terraform-provider-coder/issues/453">#453</a>)</li><li><ahref="https://github.com/coder/terraform-provider-coder/commit/979aeb5bfdeb58c8da278988fb3eeae4b90f511d"><code>979aeb5</code></a>chore(integration): fix failing coder-ai-task integration test (<ahref="https://redirect.github.com/coder/terraform-provider-coder/issues/456">#456</a>)</li><li>See full diff in <ahref="https://github.com/coder/terraform-provider-coder/compare/v2.12.0...v2.13.1">compareview</a></li></ul></details><br />[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)Dependabot will resolve any conflicts with this PR as long as you don'talter it yourself. You can also trigger a rebase manually by commenting`@dependabot rebase`.[//]: # (dependabot-automerge-start)[//]: # (dependabot-automerge-end)---<details><summary>Dependabot commands and options</summary><br />You can trigger Dependabot actions by commenting on this PR:- `@dependabot rebase` will rebase this PR- `@dependabot recreate` will recreate this PR, overwriting any editsthat have been made to it- `@dependabot merge` will merge this PR after your CI passes on it- `@dependabot squash and merge` will squash and merge this PR afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR or upgrade to it yourself)</details>Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumpsgithub.com/coder/terraform-provider-coder/v2 from 2.12.0 to 2.13.1.
Release notes
Sourced fromgithub.com/coder/terraform-provider-coder/v2's releases.
Commits
5c4def2chore(README.md): add note regarding multiple tags (#461)2976879docs(coder_ai_task): add min coder version forpromptandenabled(#459)5fe8d85feat: add coder_task data source (#460)e0b1ec1build(deps): Bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 (#427)1211f28feat: addenabledcomputed field tocoder_ai_task(#451)fc9724bfix: set default value forcoder_ai_task.promptto an empty string (#458)a86ce82chore(deps): update Go version to 1.24.6 (#453)979aeb5chore(integration): fix failing coder-ai-task integration test (#456)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)