Skip to content

Releases: coder/terraform-provider-coderd

v0.0.12

19 Aug 00:41
99877ea
Compare
Choose a tag to compare

What's Changed

  • feat: add use_classic_parameter_flow to coderd_template resource by @ethanndickson in #251
  • feat: add coderd_organization_group_sync resource by @ethanndickson in #248
    • With this addition, the group_sync block on the coderd_organization resource has been deprecated, and will be removed in a later version of the provider.
  • fix: support unmanaged roles on user resource by @ethanndickson in #250
    • To support managing OIDC users via the provider when role sync is enabled, setting roles to null on the coderd_user resource will no longer have the provider manage (read or update) the user's roles.

Dependencies

  • chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.13.1 to 1.13.2 by @dependabot[bot] in #232
  • chore(deps): bump github.com/coder/coder/v2 from 2.23.0 to 2.23.1 by @dependabot[bot] in #231
  • chore(deps): bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible by @dependabot[bot] in #227
  • chore(deps): bump github.com/go-chi/chi/v5 from 5.1.0 to 5.2.2 by @dependabot[bot] in #233
  • chore(deps): bump github.com/docker/docker from 28.2.2+incompatible to 28.3.0+incompatible by @dependabot[bot] in #235
  • chore(deps): bump github.com/coder/coder/v2 from 2.23.1 to 2.24.1 by @dependabot[bot] in #236
  • chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.21.0 to 0.22.0 by @dependabot[bot] in #238
  • chore(deps): bump github.com/docker/docker from 28.3.0+incompatible to 28.3.1+incompatible by @dependabot[bot] in #237
  • chore(deps): bump github.com/docker/docker from 28.3.1+incompatible to 28.3.2+incompatible by @dependabot[bot] in #239
  • chore(deps): bump actions/checkout from 4.2.2 to 4.3.0 by @dependabot[bot] in #246
  • chore(deps): bump github.com/docker/go-connections from 0.5.0 to 0.6.0 by @dependabot[bot] in #245
  • chore(deps): bump github.com/coder/coder/v2 from 2.24.1 to 2.25.1 by @dependabot[bot] in #244
  • chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.15.0 to 1.15.1 by @dependabot[bot] in #242
  • chore(deps): bump github.com/docker/docker from 28.3.2+incompatible to 28.3.3+incompatible by @dependabot[bot] in #241

Full Changelog: v0.0.11...v0.0.12

v0.0.11

04 Jun 06:13
48208b6
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump golang.org/x/net from 0.34.0 to 0.36.0 by @dependabot in #195
  • chore(deps): bump github.com/coder/coder/v2 from 2.19.0 to 2.20.0 by @dependabot in #194
  • chore(deps): bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in #198
  • chore(deps): bump github.com/coder/coder/v2 from 2.20.0 to 2.20.2 by @dependabot in #200
  • chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.11.0 to 1.12.0 by @dependabot in #201
  • chore(deps): bump github.com/docker/docker from 28.0.1+incompatible to 28.0.4+incompatible by @dependabot in #206
  • chore(deps): bump crazy-max/ghaction-import-gpg from 6.2.0 to 6.3.0 by @dependabot in #205
  • chore(deps): bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 by @dependabot in #204
  • chore: bump coder to v2.21.0 by @ethanndickson in #210
  • fix: handle user deletion config drift by @ethanndickson in #209
  • chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in #211
  • chore(deps): bump github.com/docker/docker from 28.0.4+incompatible to 28.1.1+incompatible by @dependabot in #213
  • chore(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in #218
  • chore(deps): bump github.com/coder/coder/v2 from 2.21.0 to 2.21.3 by @dependabot in #217
  • chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.26.0 to 0.27.0 by @dependabot in #223
  • chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.12.0 to 1.13.0 by @dependabot in #221
  • chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.14.1 to 1.15.0 by @dependabot in #219
  • chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.17.0 to 0.18.0 by @dependabot in #220
  • chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.27.0 to 0.28.0 by @dependabot in #224
  • chore(deps): bump github.com/hashicorp/terraform-plugin-testing from 1.13.0 to 1.13.1 by @dependabot in #226
  • chore: bump coder to v2.23.0 by @ethanndickson in #228

Full Changelog: v0.0.10...v0.0.11

v0.0.10

05 Mar 23:08
6940a87
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/docker/docker from 27.5.0+incompatible to 27.5.1+incompatible by @dependabot in #170
  • chore(deps): bump github.com/coder/coder/v2 from 2.18.3 to 2.18.4 by @dependabot in #169
  • chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.25.0 to 0.26.0 by @dependabot in #171
  • chore(deps): bump github.com/coder/coder/v2 from 2.18.4 to 2.18.5 by @dependabot in #174
  • chore(deps): bump github.com/coder/coder/v2 from 2.18.5 to 2.19.0 by @dependabot in #177
  • chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.0 by @dependabot in #176
  • chore: fix golangci config by @aslilac in #181
  • feat: add coderd_organization_sync_settings resource by @aslilac in #173
  • feat: add org_sync_idp_groups attribute to coderd_organization resource by @aslilac in #182
  • fix: use server computed org display name by @ethanndickson in #183
  • chore(deps): bump goreleaser/goreleaser-action from 6.1.0 to 6.2.1 by @dependabot in #179
  • chore: add t.Parallel() to speed up tests by @aslilac in #184
  • fix: avoid sending template metadata update if max_port_share_level is default by @ethanndickson in #190
  • chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 by @dependabot in #189
  • chore(deps): bump github.com/docker/docker from 27.5.1+incompatible to 28.0.0+incompatible by @dependabot in #187
  • chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.16.0 to 0.17.0 by @dependabot in #186
  • chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.13.0 to 1.14.1 by @dependabot in #185
  • chore(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.20.1 to 0.21.0 by @dependabot in #193
  • chore(deps): bump github.com/docker/docker from 28.0.0+incompatible to 28.0.1+incompatible by @dependabot in #192

Full Changelog: v0.0.9...v0.0.10

v0.0.9

29 Jan 14:14
7b1d4e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.8...v0.0.9

v0.0.8

03 Dec 23:07
283e3cc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

07 Nov 10:11
a40e7f0
Compare
Choose a tag to compare

What's Changed

  • fix: skip validating unknown version names by @ethanndickson in #123

  • fix: include provisioner tags when creating template version by @ethanndickson in #125

  • docs: add import examples by @ethanndickson in #118

  • chore(deps): bump crazy-max/ghaction-import-gpg from 6.1.0 to 6.2.0 by @dependabot in #119

  • chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.13.0 to 0.14.0 by @dependabot in #116

  • chore(deps): bump github.com/hashicorp/terraform-plugin-framework-validators from 0.14.0 to 0.15.0 by @dependabot in #129

  • chore(deps): bump coder from 2.16.0 to 2.17.0 by @ethanndickson in #133

Full Changelog: v0.0.6...v0.0.7

v0.0.6

21 Oct 06:20
269046e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

02 Oct 04:24
07ff38b
Compare
Choose a tag to compare

What's Changed

Dependencies:

  • chore(deps): bump coder from 2.14.2 to 2.16.0 by @ethanndickson in #111
  • chore(deps): bump github.com/docker/docker from 27.1.2+incompatible to 27.2.1+incompatible by @dependabot in #88
  • chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.23.0 to 0.24.0 by @dependabot in #104
  • chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.11.0 to 1.12.0 by @dependabot in #107

Full Changelog: v0.0.4...v0.0.5

v0.0.4

03 Sep 05:11
7645de8
Compare
Choose a tag to compare

What's Changed

  • docs improvements in #80, #82
  • chore(deps): bump github.com/coder/coder/v2 from 2.14.1 to 2.14.2 by @dependabot in #81
  • chore(deps): bump github.com/docker/docker from 27.1.1+incompatible to 27.1.2+incompatible by @dependabot in #75
  • chore: support importing resources by fully qualified names by @ethanndickson in #84

Full Changelog: v0.0.3...v0.0.4

v0.0.3

22 Aug 07:07
0ee6dc0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy