Skip to content

Releases: aiven/terraform-provider-aiven

v4.12.0

03 Jan 10:27
8047a3d
Compare
Choose a tag to compare
  • Fix insufficient brokers error when create kafka topic
  • Tiered storage support for aiven_kafka_topic resource

v4.11.0

02 Jan 10:55
696836e
Compare
Choose a tag to compare
  • 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

27 Dec 13:06
294745f
Compare
Choose a tag to compare
  • Deprecating project_user, account_team and account_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 and project_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 the host and port fields
  • Add external_postgresql and external_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

13 Dec 11:18
268e12f
Compare
Choose a tag to compare
  • Fix race issues with aiven_mirrormaker_replication_flow on create/update/delete operations

v4.9.3

27 Oct 13:57
5ebb9a3
Compare
Choose a tag to compare
  • Deprecating project_user, account_team and account_team_member resources
  • Fix incorrect read context in MySQL user resource
  • Improve Kafka Topic creation and read performance

v4.9.2

04 Oct 12:06
dffd94c
Compare
Choose a tag to compare
  • Fix aiven_organization_user created time serialization

v4.9.1

03 Oct 12:16
3423310
Compare
Choose a tag to compare
  • Allow to modify pg_user replication settings
  • Fix aiven_project_user 409 error handling
  • Allow usage of protobuf schema in Kafka

v3.13.4

02 Oct 20:04
8195b66
Compare
Choose a tag to compare

Add missing service read timeout option

v3.13.3

29 Sep 07:20
4357986
Compare
Choose a tag to compare

Fix aiven_project_user 409 error handling

v4.9.0

18 Sep 14:55
dadb7c2
Compare
Choose a tag to compare
  • 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 and use_source_project_billing_group fields in aiven_project resource