- Notifications
You must be signed in to change notification settings - Fork22
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.3.0
head repository:coder/terraform-provider-coder
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.4.0
- 17commits
- 18files changed
- 6contributors
Commits on Apr 7, 2025
feat: allow presets to define prebuilds (#373)
* feat: allow presets to define prebuilds* document prebuild parameters* remove todo* make gen* Add integration testing* Allow presets to define 0 parameters* additional documentation for prebuilds
Commits on Apr 8, 2025
Commits on Apr 9, 2025
chore: change OptionType to alias for usage as string (#377)
To be backwards compatible using this repo as a library, use a stringalias. This allows using the 'type' as a `string` or the new enum.Since enum validation is quite weak in Go, this is baiscallyfunctionally equvialent.
Commits on Apr 10, 2025
feat: add the option to debug the coder terraform provider (#378)
Setting the debug flag runs the provider as a standalone process and provides an environment variable that can be set for Terraform to use it. One can then attach a debugger to the provider process.
Commits on Apr 14, 2025
chore: enhance parameter validation error messages (#379)
* chore: implement validation in an exported function* chore: enhance parameter validation error messages
Commits on Apr 15, 2025
chore: update to go 1.24.2 (#382)
Co-authored-by: Danny Kopping <dannykopping@gmail.com>
build(deps): Bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#380)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.33.0 to 0.35.0.- [Commits](golang/crypto@v0.33.0...v0.35.0)---updated-dependencies:- dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Apr 17, 2025
build(deps): Bump golang.org/x/net from 0.34.0 to 0.38.0 (#383)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.34.0 to 0.38.0.- [Commits](golang/net@v0.34.0...v0.38.0)---updated-dependencies:- dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Apr 23, 2025
test: rbac role test assertion to handle site wide roles (#385)
Site wide roles have empty string org_ids
Commits on Apr 30, 2025
test: unit test to document validation behavior of parameters (#387)
Documenting validation behavior with a unit test
test: add more validation test cases (#388)
Some of these cases you would expect it to be an error, but thevalidation passes
Commits on May 2, 2025
feat: reuse agent tokens when a prebuilt agent reinitializes (#374)
* feat: allow presets to define prebuilds* document prebuild parameters* remove todo* make gen* feat: reuse agent tokens when a prebuilt agent reinitializes* WIP: get agent.go ready to be merged with support for prebuilds* fix: ensure the agent token is reused for prebuilds* lint and make gen* simplify function* test: rbac role test assertion to handle site wide rolesSite wide roles have empty string org_ids---------Co-authored-by: Steven Masley <stevenmasley@gmail.com>
Commits on May 7, 2025
feat: parameter validation refactored to single function (#381)
Validation bugs resolved:- Number parameters require valid number strings- Input values must be in the option set
Commits on May 8, 2025
feat: enforce monotonicity in terraform provider (#392)
Previous value must come from env var.
Commits on May 9, 2025
docs: link to additional documentation for prebuilt workspaces (#395)
* docs: link to additional documentation for prebuilt workspaces* improve wording
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.3.0...v2.4.0
Uh oh!
There was an error while loading.Please reload this page.