Skip to content

Releases: coder/terraform-provider-coder

v2.0.0-rc.1

28 Nov 10:36
v2.0.0-rc.1
f0607a6
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

What's Changed

  • docs: improve docs by using code-styled markdown by @matifali in #253
  • ci: drop terraform versions < 1.5.x, add 1.9.x for tests by @matifali in #258
  • chore!: remove deprecated items from coder_workspace data source by @matifali in #255
  • chore!: remove deprecated coder_git_auth data source by @matifali in #254
  • chore!: remove deprecated feature_use_managed_variables by @matifali in #256
  • chore!: remove deprecated fields from coder_app and coder_agent resources by @matifali in #257
  • build(deps): Bump goreleaser/goreleaser-action from 5.1.0 to 6.0.0 by @dependabot in #238
  • build(deps): Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible by @dependabot in #263
  • build(deps): Bump contributor-assistant/github-action from 2.4.0 to 2.5.1 by @dependabot in #269
  • build(deps): Bump golang.org/x/mod from 0.18.0 to 0.20.0 by @dependabot in #265
  • docs: add description to provider index page by @matifali in #271
  • build(deps): Bump google.golang.org/grpc from 1.64.0 to 1.64.1 by @dependabot in #262
  • docs: clarify coder_metadata usage by @ethanndickson in #267
  • fix: optional everyone group in integration test by @ethanndickson in #278
  • fix: validate agent & resource metadata keys during plan by @ethanndickson in #277
  • chore(integration): cleanup on interrupt by @johnstcn in #283
  • feat: add 'hidden' field to 'coder_app' provider by @DanielleMaywood in #276
  • docs: document minimum version required for 'hidden' attribute by @DanielleMaywood in #285
  • Add login_type to coder_workspace_owner data source #235 by @pmareke in #287
  • fix: update to terraform-plugin-sdk v2.34.0 by @spikecurtis in #290
  • build(deps): Bump contributor-assistant/github-action from 2.5.1 to 2.6.0 by @dependabot in #289
  • build(deps): Bump contributor-assistant/github-action from 2.6.0 to 2.6.1 by @dependabot in #291
  • chore: add http/pprof server over unix socket for debug by @spikecurtis in #295
  • build(deps): Bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 by @dependabot in #301
  • build(deps): Bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 by @dependabot in #298
  • docs: v1 to v2 upgrade guide by @matifali in #259
  • build(deps): Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #308
  • build(deps): Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.34.0 to 2.35.0 by @dependabot in #299
  • build(deps): Bump golang.org/x/mod from 0.20.0 to 0.22.0 by @dependabot in #302
  • ci: run integration tests against oldstable by @johnstcn in #310

New Contributors

Full Changelog: v1.0.0...v2.0.0-rc.1

v1.0.4

15 Oct 10:27
15ec603
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

30 Sep 10:37
9c250f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

09 Sep 12:42
v1.0.2
0aeb8ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

05 Jul 08:23
d207016
Compare
Choose a tag to compare

What's Changed

  • docs: improve docs by using code-styled markdown by @matifali in #260

Full Changelog: v1.0.0...v1.0.1

v1.0.0

02 Jul 13:45
7c88401
Compare
Choose a tag to compare

What's changed

  • Annotated resources with SchemaVersion (#244)
    • Adds versioning schema to the provider, now on version 1
    • Enables usage of StateUpgraders to migrate state to a new schema on upgrade
    • Improves version compatibility with the core product
  • Bumped Go version to 1.22 (#234)
  • Added deprecation messages to docs (#245)
  • Corrected generation for coder_parameter and coder_workspace_tags code examples (#243)
  • Added missing code examples in docs (#249)
    • coder_env
    • coder_script
    • coder_external_auth
    • coder_provisioner
    • coder_workspace_owner

v0.23.0

28 May 11:53
v0.23.0
96993eb
Compare
Choose a tag to compare

What's Changed

Note: The following fields of the data source coder_workspace have been deprecated in favour of the corresponding fields of a new data source coder_workspace_owner:

  • coder_workspace.ownercoder_workspace_owner.name
  • coder_workspace.owner_emailcoder_workspace.owner.email
  • coder_workspace.owner_idcoder_workspace_owner.id
  • coder_workspace.owner_namecoder_workspace_owner.full_name
  • coder_workspace.owner_groupscoder_workspace_owner.groups
  • coder_workspace.owner_session_tokencoder_workspace_owner.session_token

New Features

  • Adds data source coder_workspace_owner and deprecates owner fields of coder_workspace (#230)

Testing/Development

  • Adds terraform 1.8.x to test matrix (#229)
  • Adds devcontainer config (#228)

v0.22.0

16 May 15:35
041e000
Compare
Choose a tag to compare
feat: support workspace tags (#223)

v0.21.0

18 Apr 10:35
v0.21.0
b94b7ea
Compare
Choose a tag to compare

What's changed

  • fix(provider): coalesce arch to armv7 if on 32-bit arm (#210)

v0.20.1

03 Apr 15:19
ebce4ce
Compare
Choose a tag to compare
fix: check if owner groups exist before marshaling (#205)