Releases: aiven/terraform-provider-aiven
Releases · aiven/terraform-provider-aiven
v4.12.0
- Fix insufficient brokers error when create kafka topic
- Tiered storage support for
aiven_kafka_topic
resource
v4.11.0
- Add support for
aiven_organization_group_project
. Please note that this resource is in the beta stage, and to use it, you would need to set the environment variable PROVIDER_AIVEN_ENABLE_BETA to a non-zero value. - Deprecating
aiven_organization_user
resource and update data source logic that will be used instead of the corresponding resource
v4.10.0
- Deprecating
project_user
,account_team
andaccount_team_member
resources - Deprecate
account_authentication
resource. Resource creation is removed, while other operations are still possible. - Fix unmarshalling empty userconfig crash
- Never skip basic auth username/password in service integrations user config options when sending them to the API
- Add
emit_backward_heartbeats_enabled
field support in Mirrormaker replication flow - Add validation for email fields in
account_team_member
,organization_user
andproject_user
resources to check
if email is lowercase and valid - Add
connection_uri
field to components of all services. This field contains connection information for the
component, and is a combination of thehost
andport
fields - Add
external_postgresql
andexternal_google_cloud_bigquery
service integration endpoints - Do not return error on
aiven_account_team_member
deletion if the member does not exist - Deprecating
aiven_organization_user
resource and update data source logic that will be used instead of the corresponding resource - Add support for the
aiven_organization_user_group_member
resource, allowing the association of groups with the users. Please note that this resource is in the beta stage, and to use it, you would need to set the environment variable PROVIDER_AIVEN_ENABLE_BETA to a non-zero value. - Retry kafka topic creation error
Cluster only has N broker(s), cannot set replication factor to M
- Fix Kafka Topic migration issues from V3 to V4.
- Fix V3 to V4 migration issue related to cloud_name diff.
v4.9.4
- Fix race issues with
aiven_mirrormaker_replication_flow
on create/update/delete operations
v4.9.3
- Deprecating
project_user
,account_team
andaccount_team_member
resources - Fix incorrect read context in MySQL user resource
- Improve Kafka Topic creation and read performance
v4.9.2
- Fix
aiven_organization_user
created time serialization
v4.9.1
- Allow to modify
pg_user
replication settings - Fix
aiven_project_user
409 error handling - Allow usage of
protobuf
schema in Kafka
v3.13.4
Add missing service read timeout option
v3.13.3
Fix aiven_project_user
409 error handling
v4.9.0
- Fix IP Filter migrations error
- Fix
aiven_transit_gateway_vpc_attachment
resource update - Fix service IP filters normalization
- Fix improper omitting in
ToAPI
- Add OpenSearch Security Plugin support (
aiven_opensearch_security_plugin_config
resource) - Deprecate
add_account_owners_admin_access
anduse_source_project_billing_group
fields inaiven_project
resource