Releases: coder/terraform-provider-coderd
v0.0.10
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 tocoderd_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
What's Changed
- docs: update org resource by @ethanndickson in #151
- docs: add URL scheme to example by @ethanndickson in #160
- chore: allow pushing only inactive
coderd_template
versions by @ethanndickson in #167 - chore(deps): bump coder from v2.17.0 to v2.18.3
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
-
fix: use codersdk functions for validating name attributes by @aslilac in #130
-
chore: pin github actions to exact commits by @aslilac in #126
-
chore: improve
coderd_license
docs by @aslilac in #140 -
feat: add
coderd_organization
resource by @aslilac in #131 -
ci: check for unstaged files correctly during gen by @ethanndickson in #142
-
feat: add
coderd_provisioner_key
resource by @aslilac in #141Read the Coder documentation on provisioner keys.
-
fix: mark invalid UUIDs as known by @ethanndickson in #148
-
feat: add
group_sync
androle_sync
forcoderd_organization
resource by @aslilac in #147Read the Coder documentation on group and role sync.
Full Changelog: v0.0.7...v0.0.8
v0.0.7
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
What's Changed
- docs: replace example that requires TFC by @ethanndickson in #114
- fix: skip validating unknown versions list by @ethanndickson in #115
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- feat: add template max port sharing level attribute by @ethanndickson in #110
- feat: add license resource by @ethanndickson in #99
- chore: dump provisioner logs on error by @ethanndickson in #95
- chore: validate fields as per coderd by @ethanndickson in #85
- fix: create new template version when tfvars change by @ethanndickson in #98
- fix: correctly patch template acl by @ethanndickson in #90
- fix: delete resources & data sources if not found by @ethanndickson in #102
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
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
What's Changed
- chore: tflog trace -> info by @ethanndickson in #74
- docs: add examples for all resources & data sources by @ethanndickson in #78
- chore: add missing template data source fields by @ethanndickson in #79
Full Changelog: v0.0.2...v0.0.3
v0.0.2
v0.0.1
First release!