Skip to content

Releases: coder/terraform-provider-coder

v2.5.3

30 May 16:08
cfa101d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.2...v2.5.3

v2.5.2

27 May 10:39
442ff2a
Compare
Choose a tag to compare

What's Changed

  • build(deps): Bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 by @dependabot in #372
  • build(deps): Bump crazy-max/ghaction-import-gpg from 6.2.0 to 6.3.0 by @dependabot in #371
  • chore: add minimum TTL value for expiration.policy.ttl by @ssncferreira in #406

Full Changelog: v2.5.1...v2.5.2

v2.5.1

27 May 10:07
v2.5.1
18bfe55
Compare
Choose a tag to compare

What's Changed

  • docs: various documentation formatting improvements by @matifali in #405

Full Changelog: v2.5.0...v2.5.1

v2.5.0

26 May 10:19
28dae7f
Compare
Choose a tag to compare

What's Changed

  • fix: allow dropdown form_type for boolean types by @Emyrk in #397
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.1 to 2.37.0 by @dependabot in #400
  • fix: map_structure of form_type to match argument name by @Emyrk in #401
  • docs: update README note for local provider testing with correct module path by @ssncferreira in #403
  • feat: add group attribute to coder_app resource by @aslilac in #402
  • feat: add expiration_policy parameter to prebuild resource by @ssncferreira in #404

New Contributors

Full Changelog: v2.4.2...v2.5.0

v2.4.2

17 May 22:53
01334b6
Compare
Choose a tag to compare

What's Changed

  • chore: add tag_sort option to goreleaser by @dannykopping in #398
  • test: add unit test to document behavior when no new value exists by @Emyrk in #394
  • Add agent API key scope to restrict access to user data by @ThomasK33 in #391

New Contributors

Full Changelog: v2.4.1...v2.4.2

v2.4.1

12 May 07:15
50ed1c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0

09 May 07:47
4126ff4
Compare
Choose a tag to compare

Summary

This release introduces support for prebuilt workspaces and dynamic parameters.

What's Changed

  • feat: allow presets to define prebuilds by @SasSwart in #373
  • fix: correct the prebuilds type definition by @SasSwart in #376
  • feat: form_type and styling metadata arguments added by @Emyrk in #375
  • chore: change OptionType to alias for usage as string by @Emyrk in #377
  • feat: add the option to debug the coder terraform provider by @SasSwart in #378
  • chore: enhance parameter validation error messages by @Emyrk in #379
  • chore: update to go 1.24.1 by @johnstcn in #382
  • build(deps): Bump golang.org/x/crypto from 0.33.0 to 0.35.0 by @dependabot in #380
  • build(deps): Bump golang.org/x/net from 0.34.0 to 0.38.0 by @dependabot in #383
  • test: rbac role test assertion to handle site wide roles by @Emyrk in #385
  • test: unit test to document validation behavior of parameters by @Emyrk in #387
  • test: add more validation test cases by @Emyrk in #388
  • feat: reuse agent tokens when a prebuilt agent reinitializes by @SasSwart in #374
  • test: fix concurrent map write of TestValidateFormType by @Emyrk in #390
  • feat: parameter validation refactored to single function by @Emyrk in #381
  • feat: enforce monotonicity in terraform provider by @Emyrk in #392
  • docs: link to additional documentation for prebuilt workspaces by @SasSwart in #395

New Contributors

Full Changelog: v2.3.0...v2.4.0

v2.4.0-pre1

15 Apr 10:23
e51ae3a
Compare
Choose a tag to compare

What's Changed

  • feat: add the option to debug the coder terraform provider by @SasSwart in #378
  • chore: enhance parameter validation error messages by @Emyrk in #379
  • chore: update to go 1.24.1 by @johnstcn in #382
  • build(deps): Bump golang.org/x/crypto from 0.33.0 to 0.35.0 by @dependabot in #380

Full Changelog: v2.4.0-pre0...v2.4.0-pre1

v2.4.0-pre0

09 Apr 15:48
d90c181
Compare
Choose a tag to compare

What's Changed

  • feat: allow presets to define prebuilds by @SasSwart in #373
  • fix: correct the prebuilds type definition by @SasSwart in #376
  • feat: form_type and styling metadata arguments added by @Emyrk in #375
    • Use in experimental dynamic parameters. Not usable in current versions of Coder

New Contributors

Full Changelog: v2.3.0...v2.4.0-pre0

v2.3.0

28 Mar 11:14
9a74558
Compare
Choose a tag to compare

What's Changed

  • chore: include terraform 1.11.* in tests by @matifali in #356
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.0 to 2.36.1 by @dependabot in #351
  • chore: only release if tests pass by @dannykopping in #357
  • feat: add rbac_roles to coder_workspace_owner data source by @nxf5025 in #330
  • chore(integration): fix failing tests referencing workspace_owner.rbac_roles by @johnstcn in #369
  • feat: add coder_devcontainer resource by @mafredri in #368

New Contributors

Full Changelog: v2.2.0...v2.3.0