- Notifications
You must be signed in to change notification settings - Fork23
Comparing changes
Open a pull request
base repository:coder/terraform-provider-coder
Uh oh!
There was an error while loading.Please reload this page.
base:v2.10.0
head repository:coder/terraform-provider-coder
Uh oh!
There was an error while loading.Please reload this page.
compare:main
- 13commits
- 22files changed
- 7contributors
Commits on Aug 12, 2025
build(deps): Bump actions/checkout from 4 to 5 (#426)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.- [Release notes](https://github.com/actions/checkout/releases)- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)- [Commits](actions/checkout@v4...v5)---updated-dependencies:- dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Aug 25, 2025
build(deps): Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#…
…429)Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.10.0 to 1.11.0.- [Release notes](https://github.com/stretchr/testify/releases)- [Commits](stretchr/testify@v1.10.0...v1.11.0)---updated-dependencies:- dependency-name: github.com/stretchr/testify dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
build(deps): Bump golang.org/x/mod from 0.25.0 to 0.27.0 (#425)
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.25.0 to 0.27.0.- [Commits](golang/mod@v0.25.0...v0.27.0)---updated-dependencies:- dependency-name: golang.org/x/mod dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Aug 28, 2025
docs: add Premium license warning for external_agent resource (#434)
* docs: add Premium license warning for external_agent resourceCo-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>* fix: add Premium license warning to external_agent resource descriptionThe warning needs to be in the Go code description field so it getsauto-generated into the documentation.Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>* docs: remove manual markdown edit to let auto-generation handle warningThe warning is now properly added in the Go code description fieldand will be auto-generated into the documentation.Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>* docs: add Premium license warning with pricing link to external_agentUpdated the Go code description to include a warning about Premiumlicense requirement with a link to pricing, then ran make gen toregenerate the documentation.Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>---------Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>Co-authored-by: M Atif Ali <U04T3LN8ASU+AtifCoder@users.noreply.github.com>
Commits on Sep 5, 2025
ci: fix go version to that defined in go.mod (#438)
Our version of Go we reference in our .github/** doesn't match that in go.mod.To fix this, I've updated the version of Go and added a check to ensure they're all in sync.
build(deps): Bump actions/setup-go from 5 to 6 (#437)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.- [Release notes](https://github.com/actions/setup-go/releases)- [Commits](actions/setup-go@v5...v6)---updated-dependencies:- dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Sep 8, 2025
build(deps): Bump golang.org/x/mod from 0.27.0 to 0.28.0 (#440)
Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.27.0 to 0.28.0.- [Commits](golang/mod@v0.27.0...v0.28.0)---updated-dependencies:- dependency-name: golang.org/x/mod dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Sep 10, 2025
feat: add tooltip field to workspace app (#435)
* feat: add tooltip field to workspace app* remove duplicate test* run make gen* update tooltip max length to 2048
Rafael Rodriguez authoredSep 10, 2025
Commits on Sep 22, 2025
Commits on Oct 1, 2025
feat: add
prompt
andapp_id
fields tocoder_ai_task
(#445)Closescoder/internal#977Adds one required field `app_id`, one read-only computed field `prompt`,as well as deprecates the `sidebar_app` field, updates the `id` field to inherit the value from `CODER_TASK_ID` env variable.
fix: update AITask data structure to match resource (#446)
This was missed in the previous PR#445
Commits on Oct 2, 2025
fix: make
ai_task.id
change backwards compatible (#447)Updates the create logic to warn instead of error when no CODER_TASK_ID is set so that we are backwards compatible.
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.10.0...main
Uh oh!
There was an error while loading.Please reload this page.