Release Notes for Terraform Provider TemporalCloud v0.5.0
This release hardens the existing resources and data sources currently included in the provider. You could think of this release as a pre release candidate release of this provider. We're targeting a V1 early in 2025.
Feedback and contributions are welcomed! Please see our contributing guide to participate in the evolution of our provider. We'd love your contributions.
Potentially Breaking Changes
- Namespace Accesses:
- The
namespace_accesses
attribute type has been changed fromList
toSet
to ensure more robust state consistency. (PR #188)
- The
User-Facing Changes
- User Resource:
- Improved handling of namespace access lists by using the correct object attributes. (PR #177)
- Namespace Resource:
- The regions attribute now ignores the order of entries. This prevents drift after failover of Multi-region namespaces. (PR #210)
- API Keys:
- Docs:
- Service Account Resource:
- Added description notes for user and service accounts to clarify admin and owner behavior. (PR #166)
- Contributing:
Internal Changes
- Upgraded dependencies:
go.temporal.io/api
from1.41.0
to1.43.0
. (PR #186, PR #201)go.temporal.io/sdk
from1.30.0
to1.31.0
. (PR #199, PR #211)github.com/hashicorp/terraform-plugin-testing
from1.4.0
to1.11.0
. (PR #189)github.com/hashicorp/terraform-plugin-docs
from0.18.0
to0.20.1
. (PR #196)google.golang.org/grpc
from1.68.0
to1.68.1
. (PR #208)golang.org/x/crypto
from0.29.0
to0.31.0
. (PR #212)
Full Changelog: View Changes