-
Notifications
You must be signed in to change notification settings - Fork 22
Comparing changes
Open a pull request
base repository: coder/terraform-provider-coder
base: v2.4.1
head repository: coder/terraform-provider-coder
compare: main
- 14 commits
- 27 files changed
- 7 contributors
Commits on May 12, 2025
-
chore: add tag_sort option to goreleaser (#398)
Choose more recently-created tag if multiple tags point to same ref Signed-off-by: Danny Kopping <dannykopping@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 760b9ff - Browse repository at this point
Copy the full SHA 760b9ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff49ef5 - Browse repository at this point
Copy the full SHA ff49ef5View commit details
Commits on May 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 01334b6 - Browse repository at this point
Copy the full SHA 01334b6View commit details
Commits on May 18, 2025
-
fix: allow dropdown form_type for boolean types (#397)
* fix: allow dropdown form_type for boolean types * add dropdown boolean test
Configuration menu - View commit details
-
Copy full SHA for ace4462 - Browse repository at this point
Copy the full SHA ace4462View commit details
Commits on May 19, 2025
-
build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 (#400)
Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.36.1 to 2.37.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-sdk@v2.36.1...v2.37.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2 dependency-version: 2.37.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>
Configuration menu - View commit details
-
Copy full SHA for 77de38e - Browse repository at this point
Copy the full SHA 77de38eView commit details -
fix: map_structure of form_type to match argument name (#401)
* fix: map_structure of form_type to match argument name * chore: required on anonymouse struct too
Configuration menu - View commit details
-
Copy full SHA for a4f4065 - Browse repository at this point
Copy the full SHA a4f4065View commit details
Commits on May 21, 2025
-
docs: update README note for local provider testing with correct modu…
…le path (#403) * docs: update README note for local provider testing with correct module path * docs: improve sentence structure * docs: remove extra backtick
Configuration menu - View commit details
-
Copy full SHA for 0c7fd6a - Browse repository at this point
Copy the full SHA 0c7fd6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7489953 - Browse repository at this point
Copy the full SHA 7489953View commit details
Commits on May 23, 2025
-
feat: add expiration_policy parameter to prebuild resource (#404)
* feat: add cache_invalidation parameter to prebuild resource * fix: formatting * fix: remove TODO comment * fix: cache_invalidation block in integration tests * fix: main.tf integration test * fix: test Prebuilds_is_set_with_a_cache_invalidation_field_without_its_required_fields * fix: remove printf * chore: add comment about partial match in preset test * chore: add comment about cache_invalidation struct as slice * chore: add max validation of 604800 seconds (7 days) for invalidate_after_secs to prevent stale prebuilds * chores: update terraform schema to expiration_policy.ttl & update max validation ttl value to 1 year * fix: comment
Configuration menu - View commit details
-
Copy full SHA for 28dae7f - Browse repository at this point
Copy the full SHA 28dae7fView commit details
Commits on May 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 18bfe55 - Browse repository at this point
Copy the full SHA 18bfe55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01193dc - Browse repository at this point
Copy the full SHA 01193dcView commit details -
build(deps): Bump crazy-max/ghaction-import-gpg from 6.2.0 to 6.3.0 (#…
…371) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d0457a7 - Browse repository at this point
Copy the full SHA d0457a7View commit details -
chore: add minimum TTL value for expiration.policy.ttl (#406)
* chore: add minimum TTL value for expiration.policy.ttl * chore: support 0 as a valid ttl value in expiration_policy to disable expiration
Configuration menu - View commit details
-
Copy full SHA for 442ff2a - Browse repository at this point
Copy the full SHA 442ff2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfa101d - Browse repository at this point
Copy the full SHA cfa101dView commit details
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.4.1...main