Releases: coder/terraform-provider-coder
Releases · coder/terraform-provider-coder
v2.0.0-rc.1
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
andcoder_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
What's Changed
- chore: add http/pprof server over unix socket for debug (#295) by @spikecurtis in #296
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- fix: update to terraform-plugin-sdk v2.34.0 (#290) by @spikecurtis in #292
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- backport(docs): clarify
coder_metadata
usage by @ethanndickson in #274 - backport(fix): optional everyone group in integration test by @matifali in #281
- backport(docs): add description to provider index page by @matifali in #280
- backport(fix): validate agent & resource metadata keys during plan by @ethanndickson in #282
- backport(feat): add
hidden
field tocoder_app
provider (#276) by @DanielleMaywood in #284 - backport(docs): document minimum version required for
hidden
attribute by @DanielleMaywood in #286
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
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
andcoder_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
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 sourcecoder_workspace_owner
:
coder_workspace.owner
→coder_workspace_owner.name
coder_workspace.owner_email
→coder_workspace.owner.email
coder_workspace.owner_id
→coder_workspace_owner.id
coder_workspace.owner_name
→coder_workspace_owner.full_name
coder_workspace.owner_groups
→coder_workspace_owner.groups
coder_workspace.owner_session_token
→coder_workspace_owner.session_token
New Features
- Adds data source
coder_workspace_owner
and deprecates owner fields ofcoder_workspace
(#230)
Testing/Development
v0.22.0
feat: support workspace tags (#223)
v0.21.0
v0.20.1
fix: check if owner groups exist before marshaling (#205)