Releases: PrefectHQ/terraform-provider-prefect
Releases · PrefectHQ/terraform-provider-prefect
v0.0.0-alpha6
What's Changed
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #89
- chore(deps): bump hashicorp/setup-terraform from 2 to 3 by @dependabot in #88
- fix: set default empty list for
prefect_variable.tags
by @parkedwards in #115 - fix: set default empty string for
prefect_workspace_role.description
by @parkedwards in #114
Full Changelog: v0.0.0-alpha5...v0.0.0-alpha6
v0.0.0-alpha5
What's Changed
- feat:
prefect_service_account
can be queried and imported by name, as well as ID by @parkedwards in #107
Full Changelog: v0.0.0-alpha4...v0.0.0-alpha5
v0.0.0-alpha4
What's Changed
- fix: use terraform JSON types, for semantic equality checks by @parkedwards in #104
- fix: separate singular/multiple work pool datsource attributes by @parkedwards in #105
- feat: add prefect_worker_metadata datasource, for base job configs by @parkedwards in #106
Full Changelog: v0.0.0-alpha3...v0.0.0-alpha4
v0.0.0-alpha3
What's Changed
- chore: add bug report issue template by @parkedwards in #87
- fix: allow prefect_workspace querying + import via handle by @parkedwards in #96
Full Changelog: v0.0.0-alpha2...v0.0.0-alpha3
v0.0.0-alpha2
What's Changed
- feat: add TF docs generation workflow + initial docs by @parkedwards in #86
Full Changelog: v0.0.0-alpha1...v0.0.0-alpha2
v0.0.0-alpha1
What's Changed
- feat: hello terraform provider by @tekumara in #1
- docs: fix example.tf by @tekumara in #2
- feat: new project automation by @jamiezieziula in #4
- chore: update project board workflows by @jawnsy in #10
- chore: update CODEOWNERS by @jawnsy in #11
- Initial implementation of Prefect 2 provider by @maikelpenz in #8
- 12/automated provider build by @jimid27 in #15
- chore: upgrade from Go 1.19 to Go 1.20 by @jawnsy in #16
- chore: use Go module conventions by @jawnsy in #17
- Bump golang.org/x/text from 0.3.7 to 0.3.8 by @dependabot in #6
- Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0 by @dependabot in #7
- chore: update build process and document it by @jawnsy in #18
- chore: add automated build and test by @jawnsy in #20
- chore: add Dependabot settings by @jawnsy in #19
- feat: migrate to Terraform Plugin Framework by @jawnsy in #22
- chore(deps): bump github.com/hashicorp/terraform-plugin-go from 0.14.3 to 0.15.0 by @dependabot in #24
- feat: implement variable data source and resource by @jawnsy in #23
- chore: install gotestsum during build by @jawnsy in #25
- feat: add support for managing accounts by @jawnsy in #32
- feat: add workspace support by @jawnsy in #37
- feat: support overriding account and workspace by @jawnsy in #38
- feat: implement custom type for time.Time by @jawnsy in #41
- feat: implement UUID custom type by @jawnsy in #44
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.3.0 to 1.3.2 by @dependabot in #47
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.3.2 to 1.3.3 by @dependabot in #50
- chore: remove add to project workflow by @jamiezieziula in #53
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.3.3 to 1.3.5 by @dependabot in #55
- fix: accounts client route path by @parkedwards in #65
- chore(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 by @dependabot in #54
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #58
- feat: add
workspace_role
datasource by @parkedwards in #68 - feat: Service Accounts Datasource + Resource by @armalite in #49
- chore(deps): bump crazy-max/ghaction-import-gpg from 5 to 6 by @dependabot in #59
- chore(deps): bump goreleaser/goreleaser-action from 4 to 5 by @dependabot in #60
- chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.3.5 to 1.4.2 by @dependabot in #69
- feat: add
workspace_role
resource by @parkedwards in #70 - chore: add foundation for automated Acceptance Testing by @parkedwards in #71
- chore(deps): bump google.golang.org/grpc from 1.57.0 to 1.57.1 by @dependabot in #72
- feat: add ability to rotate Service Account API Keys by @parkedwards in #73
- feat:
prefect_workspace_access
Resource by @parkedwards in #75 - feat:
prefect_account_role
Datasource by @parkedwards in #77 - feat: allow Service Account updates to Account Role by @parkedwards in #82
- chore: add HTTP client helper in acceptance tests by @parkedwards in #84
- feat: add
prefect_account_member
Datasource by @parkedwards in #85
New Contributors
- @tekumara made their first contribution in #1
- @jamiezieziula made their first contribution in #4
- @jawnsy made their first contribution in #10
- @maikelpenz made their first contribution in #8
- @jimid27 made their first contribution in #15
- @dependabot made their first contribution in #6
- @parkedwards made their first contribution in #65
- @armalite made their first contribution in #49
Full Changelog: https://github.com/PrefectHQ/terraform-provider-prefect/commits/v0.0.0-alpha1