Skip to content

Releases: coder/terraform-provider-coder

v2.1.0

20 Dec 10:13
d933a71
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.1.0

v2.0.2

03 Dec 20:40
c9dbd6f
Compare
Choose a tag to compare

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
  • fix: fix links in version 2 upgrade guide by @matifali in #312
  • fix(provider): remove warning diag if CODER_WORKSPACE_OWNER_LOGIN_TYPE is not set by @johnstcn in #311
  • ci: allow go version patch upgrades by @johnstcn in #313
  • ci: create draft release by @johnstcn in #314
  • ci: run integration tests before release by @johnstcn in #315
  • ci: rm unused action by @johnstcn in #316
  • fix(docs): fix formatting issues in upgrade guide for version 2 by @matifali in #317
  • ci: generate release notes automatically by @matifali in #318

New Contributors

Full Changelog: v1.0.4...v2.0.2

v2.0.0-rc.4

29 Nov 17:08
2b9f803
Compare
Choose a tag to compare
v2.0.0-rc.4 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
  • fix: fix links in version 2 upgrade guide by @matifali in #312
  • fix(provider): remove warning diag if CODER_WORKSPACE_OWNER_LOGIN_TYPE is not set by @johnstcn in #311
  • ci: allow go version patch upgrades by @johnstcn in #313
  • ci: create draft release by @johnstcn in #314
  • ci: run integration tests before release by @johnstcn in #315
  • ci: rm unused action by @johnstcn in #316
  • fix(docs): fix formatting issues in upgrade guide for version 2 by @matifali in #317
  • ci: generate release notes automatically by @matifali in #318

New Contributors

Full Changelog: v1.0.4...v2.0.0-rc.4

v2.0.0-rc.3

28 Nov 12:07
v2.0.0-rc.3
d15e8d1
Compare
Choose a tag to compare
v2.0.0-rc.3 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
  • fix: fix links in version 2 upgrade guide by @matifali in #312
  • fix(provider): remove warning diag if CODER_WORKSPACE_OWNER_LOGIN_TYPE is not set by @johnstcn in #311
  • ci: allow go version patch upgrades by @johnstcn in #313
  • ci: create draft release by @johnstcn in #314
  • ci: run integration tests before release by @johnstcn in #315
  • ci: rm unused action by @johnstcn in #316

New Contributors

Full Changelog: v1.0.4...v2.0.0-rc.3

v2.0.0-rc.2

28 Nov 11:33
v2.0.0-rc.2
8b04ef7
Compare
Choose a tag to compare
v2.0.0-rc.2 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
  • fix: fix links in version 2 upgrade guide by @matifali in #312
  • fix(provider): remove warning diag if CODER_WORKSPACE_OWNER_LOGIN_TYPE is not set by @johnstcn in #311
  • ci: allow go version patch upgrades by @johnstcn in #313
  • ci: create draft release by @johnstcn in #314

New Contributors

Full Changelog: v1.0.4...v2.0.0-rc.2

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