Skip to content

Releases: yandex-cloud/terraform-provider-yandex

v0.102.0

08 Nov 14:14
Compare
Choose a tag to compare

FEATURES:

  • provider: allow creating public dns zones along with private and public-private once
  • provider: allow updating dns zone visibility (all transitions are allowed except public-private -> public one)

BUG FIXES:

  • clickhouse: updating only the changed user settings
  • alb: fix bug leading to panic when log_options block is empty
  • storage: fix bug not allowing to remove grants and acl by removing grant and acl fields

v0.101.0

31 Oct 12:28
Compare
Choose a tag to compare

ENHANCEMENTS:

  • mdb: add disk_size_autoscaling attribute to config entity in yandex_mdb_postgresql_cluster resource and data source
  • datasphere: add documentation for datasphere resources and data sources
  • kafka: small tests refactor, change kafka version to 3.5 in acc-tests.

FEATURES:

  • compute: added support for instance_tags_pool in yandex_compute_instance_group

  • compute: added support for ignore_health_checks in yandex_compute_instance_group

  • managed-kubernetes: add master_location, etcd_cluster_size in yandex_kubernetes_cluster resource and data source

  • kafka: support Kafka 3.3,3.4,3.5 in yandex_mdb_kafka_cluster

  • postgresql: add postgresql 16 support

  • New Resource: yandex_loadtesting_agent

BUG FIXES:

  • kafka: fix bug with update of field schema_registry in yandex_mdb_kafka_cluster resource
  • compute: fix filesystem in compute_instance_group resource
  • greenplum: add Cloud Storage support
  • postgresql: do not recreate cluster on network change
  • kafka: fix bug with import of resource yandex_mdb_kafka_connector
  • mongodb: fix update feature_compatibility_version in yandex_mdb_mongodb_cluster resource

WARNING:

  • managed-kafka: 'unmanaged_topics' cluster flag are now deprecated

ENHANCEMENTS:

  • managed-kubernetes: supprort update of allocation_policy.locations section for yandex_kubernetes_node_group

v0.100.0

11 Oct 15:01
Compare
Choose a tag to compare

FEATURES:

  • clickhouse: added remote_filesystem_read_method, max_read_buffer_size, insert_keeper_max_retries, max_temporary_data_on_disk_size_for_user, max_temporary_data_on_disk_size_for_query, max_parser_depth, memory_overcommit_ratio_denominator, memory_overcommit_ratio_denominator_for_user, memory_usage_overcommit_max_wait_microseconds for user settings, geobase_enabled, background_merges_mutations_concurrency_ratio for server configuration, max_avg_part_size_for_too_many_parts, min_age_to_force_merge_seconds, min_age_to_force_merge_on_partition_only, merge_selecting_sleep_ms for merge tree configuration, enable_ssl_certificate_verification, max_poll_interval_ms, session_timeout_ms for kafka_topic configuration, level for compression configuration, prefer_not_to_merge for cloud storage configratuion
  • clickhouse: fix update merge_tree settings
  • hadoop: support initialization_action section
  • serverless: add async_invocation attribute in yandex_function resources and data sources
  • greenplum: add Greenplum 6.25 support
  • compute: support filesystem in compute_instance_group resource and data source
  • New Resource: yandex_datasphere_community
  • New Resource: yandex_datasphere_project
  • New Resource: yandex_datasphere_community_iam_binding
  • New Resource: yandex_datasphere_project_iam_binding

BUG FIXES:

  • dataproc: fix autoscaling subcluster update
  • yandex_ydb_table: add trim slashes in table path

ENHANCEMENTS:

  • migration: switched tests imports for helpers modules from SDKv2 to the testing module (following).

v0.99.1

25 Sep 16:15
Compare
Choose a tag to compare

BUG FIXES:

  • kafka: fix for allow_hosts attribute processing

v0.99.0

22 Sep 13:22
Compare
Choose a tag to compare

FEATURES:

  • clickhouse: added input_format_import_nested_json, input_format_parallel_parsing, max_read_buffer_size, max_final_threads, local_filesystem_read_method for user settings, input_format_import_nested_json for server configuration, merge_with_ttl_timeout, merge_with_recompression_ttl_timeout, max_parts_in_total, max_number_of_merges_with_ttl_in_pool, cleanup_delay_period for merge tree configuration
  • clickhouse: changing folder_id attribute in yandex_mdb_clickhouse_cluster moves ClickHouse cluster to new folder
  • serverless: added variables and canary attribute to api_gateway resource and data source
  • mongodb: support backup_retain_period_days in yandex_mdb_mongodb_cluster
  • mongodb: changing folder_id attribute in yandex_mdb_mongodb_cluster moves MongoDB cluster to new folder
  • redis: changing folder_id attribute in yandex_mdb_redis_cluster moves Redis cluster to new folder
  • kafka: changing folder_id attribute in yandex_mdb_kafka_cluster moves Kafka cluster to new folder
  • kafka: add allow_hosts attribute for kafka user permission in yandex_mdb_kafka_user and yandex_mdb_kafka_cluster resources and data sources

BUG FIXES:

  • docs: method of resetting placement_policy field in compute_instance resource
  • backup: added yandex_backup_policy resource
  • clickhouse: fix cluster version upgrade
  • clickhouse: fix reset secrets to default for kafka_topics on cluster update

ENHANCEMENTS:

  • getting lockbox data source via name and folder_id

v0.98.0

11 Sep 13:09
Compare
Choose a tag to compare

FEATURES:

  • mongodb: support performance_diagnostics in yandex_mdb_mongodb_cluster
  • serverless: support stream_names attribute in logging triggers
  • serverless: support batching in IoT and S3 triggers
  • k8s: added gpu_environment property to gpu_settings attribute of node_group resource and data source

BUG FIXES:

  • fix Provider produced inconsistent final plan error with resource_yandex_dns_recordset

v0.97.0

16 Aug 08:30
Compare
Choose a tag to compare

FEATURES:

  • k8s: added gpu_settings attribute with gpu_cluster_id to node_group resource and data source

ENHANCEMENTS:

  • combined provider via muxing (simultaneous support of terraform-plugin-sdk/v2 and terraform-plugin-framework)
  • migrate yandex_billing_cloud_binding to terraform-plugin-framework provider

v0.96.1

31 Jul 15:33
Compare
Choose a tag to compare

BUG FIXES:

  • compute: revoke support updating host_affinity_rules in the yandex_compute_instance resource due to breaking changes in tf state.

v0.96.0

31 Jul 09:19
Compare
Choose a tag to compare

FEATURES:

  • added shared_credentials_file and profile provider properties
  • storage: support configuration of storage_access_key/storage_secret_key keys from shared credentials file
  • redis: support maxmemory_percent in yandex_mdb_redis_cluster
  • compute: support updating host_affinity_rules in the yandex_compute_instance resource.
  • storage: added source_hash property to storage_object resource

BUG FIXES:

  • compute: fixed problem with changing health check type for yandex_compute_instance_group

ENHANCEMENTS:

  • provider: the default development, testing and building of the provider is now done with Go 1.20

v0.95.0

13 Jul 10:23
Compare
Choose a tag to compare

FEATURES:

  • storage: allow transition/noncurrent_version_transition to ICE storage class in bucket lifecycle config.
  • datatransfer: added ydb_source and ydb_target endpoints

BUG FIXES:

  • certificate-manager: fixed problem with read deletion_protection to data.yandex_cm_certificate
  • terraform-provider-ydb add ttl support for integral types of columns