Skip to content

Releases: jianyuan/terraform-provider-openai

v0.3.1

21 Dec 12:13
f8f998e
Compare
Choose a tag to compare

What's Changed

  • feat(resource): New resource: openai_admin_api_key by @jianyuan in #56

  • ref: Consistent fill and error handling by @jianyuan in #57

  • Update API client by @github-actions in #55

  • ref: Use common go-utils by @jianyuan in #43

  • fix(deps): update module carvel.dev/ytt to v0.51.1 by @renovate in #51

  • build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.20.0 to 0.20.1 by @dependabot in #46

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

  • chore(deps): update actions/setup-go action to v5.2.0 by @renovate in #50

Full Changelog: v0.3.0...v0.3.1

v0.3.0

20 Nov 09:27
61d337d
Compare
Choose a tag to compare

What's Changed

  • The provider now uses the official Administration APIs
  • New resources: openai_invite, openai_project_rate_limit, openai_project_service_account, openai_project_user, openai_project, openai_user_role
  • New data sources: openai_invite, openai_invites, openai_project_rate_limits, openai_project, openai_projects, openai_user, openai_users
  • Removed resource: openai_project_api_key
  • Removed data sources: openai_members, openai_organization, openai_organizations
  • chore(deps): update actions/setup-go action to v5.0.2 by @renovate in #23
  • chore(deps): update goreleaser/goreleaser-action action to v6.1.0 by @renovate in #40
  • chore(deps): update hashicorp/setup-terraform action to v3.1.2 by @renovate in #29
  • chore(deps): update golangci/golangci-lint-action action to v6.1.1 by @renovate in #24
  • chore(deps): update actions/checkout action to v4.2.2 by @renovate in #36
  • chore(deps): update crazy-max/ghaction-import-gpg action to v6.2.0 by @renovate in #39
  • chore(deps): update actions/setup-go action to v5.1.0 by @renovate in #38
  • fix(deps): update module github.com/hashicorp/terraform-plugin-testing to v1.11.0 by @renovate in #19
  • build(deps): bump hashicorp/setup-terraform from 3.1.1 to 3.1.2 by @dependabot in #30

Full Changelog: v0.2.0...v0.3.0

v0.2.0

18 Jun 23:39
065bdd1
Compare
Choose a tag to compare

What's Changed

  • feat: Implement API key permissions by @jianyuan in #15
  • fix: Masked API key selection by @jianyuan
  • chore(deps): update actions/checkout action to v4.1.7 by @renovate in #14
  • chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 by @dependabot in #13
  • build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.8.0 to 1.9.0 by @dependabot in #10
  • build(deps): bump github.com/hashicorp/terraform-plugin-docs from 0.19.2 to 0.19.4 by @dependabot in #8
  • chore(deps): update goreleaser/goreleaser-action action to v6 by @renovate in #11

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

26 May 11:52
25638c6
Compare
Choose a tag to compare

What's Changed

  • feat(data-source): openai_members
  • feat(data-source): openai_organization
  • feat(data-source): openai_organizations
  • feat(data-source): openai_project
  • feat(data-source): openai_projects
  • feat(resource): openai_project
  • feat(resource): openai_project_api_key

Full Changelog: https://github.com/jianyuan/terraform-provider-openai/commits/v0.1.0