Releases: temporalio/terraform-provider-temporalcloud
Releases · temporalio/terraform-provider-temporalcloud
v1.1.1
Bug Fixes and Minor Updates
- Bump github.com/hashicorp/terraform-plugin-docs from 0.22.0 to 0.23.0 by @dependabot[bot] in #368
- Bump google.golang.org/grpc from 1.75.0 to 1.75.1 by @dependabot[bot] in #366
- Bump google.golang.org/protobuf from 1.36.8 to 1.36.9 by @dependabot[bot] in #365
- Bump go.temporal.io/api from 1.52.0 to 1.53.0 by @dependabot[bot] in #364
- Bump go.temporal.io/sdk from 1.35.0 to 1.36.0 by @dependabot[bot] in #362
- [Fix]remove required kms_arn in Export by @alice-yin in #374
Full Changelog: v1.1.0...v1.1.1
v1.1.0
Enhancements
- Cloud User Group Resources by @briankassouf in #292
Fixes / Updates
- Fix cr test to pass cr validation criteria by @alice-yin in #363
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Announcements
We’re excited to announce General Availability (GA) of the Temporal Terraform provider. This release graduates the provider from Public Preview, delivers stability guarantees, and is ready for production use.
Enhancements
- Add support for namespace lifecycle by @anekkanti in #309
- Namespace Tagging support by @shivam-ajmera in #319
Fixes / Updates
- Revert "delete handler/test for ns custom search attribute" by @gregmankes in #355
- Fix: expired test certs by @shivam-ajmera in #359
- Add size validatation to accepted ca certs fields by @anekkanti in #352
- Update go depenedencies by @anekkanti in #360
- rm preview callout by @bechols in #361
New Contributors
- @shivam-ajmera made their first contribution in #359
Full Changelog: v0.9.2...v1.0.0
v0.9.2
v0.9.1
What's Changed
- Add connectivity rule example to resource definition by @bechols in #344
- Adding connectivity rule datasource by @alice-yin in #346
- add cr id in namespace datasource by @alice-yin in #349
Full Changelog: v0.9.0...v0.9.1
v0.9.0
Enhancements
- User datasource by @anekkanti in #333
- Add connectivity rule support by @alice-yin in #338
- delete handler/test for ns custom search attribute by @gregmankes in #328
- Validate namespace permissions in plan by @anekkanti in #330
- Nexus endpoint data source by @nikki-dag in #324
Fixes / Updates
- fix: error when access set incorrectly on groups by @captainbeardo in #323
- Fix examples for metrics endpoint by @anekkanti in #325
- Error out on any changes to namespaces's regions. by @anekkanti in #327
- docs: link to region list (#266) by @bechols in #334
- Update namespace region doc by @bechols in #343
New Contributors
- @gregmankes made their first contribution in #328
- @bechols made their first contribution in #334
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Enhancements
- SCIM Group Data Source by @captainbeardo in #298
- Group Access Resource by @captainbeardo in #313
Bug Fixes
- adding service_account_email as Export GCS input by @alice-yin in #305
Upgraded dependencies
- Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.17.0 to 0.18.0 by @dependabot in #307
- Bump google.golang.org/grpc from 1.71.1 to 1.72.2 by @dependabot in #312
- Bump github.com/hashicorp/terraform-plugin-testing from 1.12.0 to 1.13.1 by @dependabot in #311
- Fix module incompatibility issue by @briankassouf in #315
- Bump go.temporal.io/cloud-sdk from 0.3.0 to 0.3.1 by @dependabot in #316
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- Fix API issue with description field in Temporal Cloud Nexus Endpoint Resource by @nikki-dag in #302
- Add service account description by @briankassouf in #303
Full Changelog: v0.7.0...v0.7.1
v0.7.0
Enhancements
- Namespace Export Resource by @alice-yin in #263
- Service Account Data Source by @briankassouf in #271
- Namespace Data Source by @briankassouf in #270
- Add user-agent headers by @briankassouf in #274
- Allow for Namespace API Key & mTLS Auth by @briankassouf in #284
Bug Fixes
- Update terraform framework to fix case insensitive set logic by @briankassouf in #249
- user resource: do not attempt to delete Account Owners by @briankassouf in #256
- feat: allow 'none' for user account access by @captainbeardo in #268
- Namespace data sources VPC endpoint service names by @williamlord-wise in #275
- Fix for invalid KeywordList search attr type during create by @anekkanti in #288
- Update description on namespace regions by @briankassouf in #289
Upgraded dependencies
- Move to using temporal cloud go SDK. by @anekkanti in #261
- Bump github.com/hashicorp/terraform-plugin-framework-validators from 0.16.0 to 0.17.0 by @dependabot in #251
- Bump github.com/hashicorp/terraform-plugin-framework from 1.13.0 to 1.14.1 by @dependabot in #255
- Bump go.temporal.io/api from 1.44.1 to 1.45.0 by @dependabot in #257
- Bump github.com/hashicorp/terraform-plugin-docs from 0.20.1 to 0.21.0 by @dependabot in #276
- Bump google.golang.org/grpc from 1.70.0 to 1.71.0 by @dependabot in #272
- Bump go.temporal.io/sdk from 1.32.1 to 1.33.0 by @dependabot in #262
- Bump google.golang.org/protobuf from 1.36.5 to 1.36.6 by @dependabot in #280
- Bump github.com/hashicorp/terraform-plugin-testing from 1.11.0 to 1.12.0 by @dependabot in #279
- Bump github.com/grpc-ecosystem/go-grpc-middleware/v2 from 2.2.0 to 2.3.1 by @dependabot in #267
- Bump google.golang.org/grpc from 1.71.0 to 1.71.1 by @dependabot in #286
New Contributors
- @captainbeardo made their first contribution in #268
- @alice-yin made their first contribution in #263
- @williamlord-wise made their first contribution in #275
Full Changelog: v0.6.1...v0.7.0
v0.6.1
Bug Fixes
- Refactor randomString by @nikki-dag in #242
- Add operation ids to all create, update, and delete calls by @briankassouf in #246
- Handle not found errors on resource Read and Delete by @briankassouf in #247
Upgraded dependencies
- Bump go.temporal.io/api from 1.43.2 to 1.44.1 by @dependabot in #245
- Bump google.golang.org/protobuf from 1.36.3 to 1.36.5 by @dependabot in #243
- Bump google.golang.org/grpc from 1.69.4 to 1.70.0 by @dependabot in #239
- Bump github.com/hashicorp/terraform-plugin-go from 0.25.0 to 0.26.0 by @dependabot in #238
Full Changelog: v0.6.0...v0.6.1