Releases: mkdev-me/terraform-provider-openai
Releases · mkdev-me/terraform-provider-openai
v2.1.0
🚀 New Resources
openai_group— Create and manage organization groups (#53)openai_group_user— Manage user membership in groups (#53)openai_project_group— Add groups to projects with role assignments (#53)openai_organization_role— Create custom organization-level roles (#53)openai_organization_group_role— Assign organization roles to groups (#53)openai_organization_user_role— Assign organization roles to users (#53)
📖 New Data Sources
openai_role/openai_roles— Look up organization roles (#53)openai_group_roles— List organization roles assigned to a group (#53)openai_group_user/openai_group_users— Look up users in a group (#53)openai_project_role/openai_project_roles— Look up project roles (#53)openai_project_group_roles— List project roles assigned to a group (#53)openai_organization_user_roles— List organization roles assigned to a user (#53)openai_project_user_roles— List project roles assigned to a user in a project (#53)
💥 Breaking Changes
openai_project_user:roleattribute (string) replaced withrole_ids(set of role IDs) (#53)openai_project_group:role_idattribute (string) replaced withrole_ids(set of role IDs) (#53)
🗑️ Removed
openai_project_user_role— redundant withopenai_project_user.role_idsopenai_project_group_role— redundant withopenai_project_group.role_ids
🧹 Maintenance
- Bump actions/checkout from 4 to 6 (#52) @dependabot[bot]
- Clean up unused types and legacy SDKv2 code
v2.0.0
v1.2.0
v1.2.0-rc.1
Changelog
- 567916b: Bump actions/checkout from 4 to 5 (#25) (@dependabot[bot])
- f74ae45: Bump actions/checkout from 5 to 6 (#42) (@dependabot[bot])
- eff13f9: Bump actions/setup-go from 5 to 6 (#28) (@dependabot[bot])
- 5919590: Bump github.com/hashicorp/terraform-plugin-log from 0.9.0 to 0.10.0 (#41) (@dependabot[bot])
- dbd6362: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.1 to 2.38.1 (#31) (@dependabot[bot])
- 865383f: Bump golangci/golangci-lint-action from 8 to 9 (#40) (@dependabot[bot])
- 2cc4322: Fix breaking APIs (#45) (@Fodoj)
- 45157c6: Version bump (#47) (@Fodoj)
v1.1.2
v1.1.1
v1.1.0
Changelog
- 8f10808: Allow updating and deleting Organization Users (#19) (@Fodoj)
- 2f38c3d: Enable timeout configuration (#21) (@Fodoj)
- de6f393: Refresh code samples (#15) (@Fodoj)
- 91a19f7: Release 1.0.3 (#16) (@Fodoj)
- 64176c2: Release v1.1.0 (#22) (@Fodoj)
- 247a390: Simplify import scripts (#18) (@Fodoj)
- eaaa748: Update examples script (#17) (@Fodoj)