Skip to content

Releases: PrefectHQ/terraform-provider-prefect

v0.0.0-alpha4

03 Nov 17:27
8e00901
Compare
Choose a tag to compare

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

02 Nov 02:07
48a1593
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.0-alpha2...v0.0.0-alpha3

v0.0.0-alpha2

31 Oct 03:47
b1c67aa
Compare
Choose a tag to compare

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

31 Oct 03:33
9510152
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/PrefectHQ/terraform-provider-prefect/commits/v0.0.0-alpha1