Skip to content

Releases: yandex-cloud/terraform-provider-yandex

v0.108.0

14 Feb 20:25
Compare
Choose a tag to compare

FEATURES:

  • redis: added enable_sharding feature, it works when cluster was not sharded and new value of sharded is true
  • storage: support tags and and operator in bucket lifecycle configuration in yandex_storage_bucket resource
  • kafka: added subnet_ids field for update method in resource_yandex_mdb_kafka_cluster
  • New Resource: yandex_mdb_mongodb_database
  • New Resource: yandex_mdb_mongodb_user
  • New Resource: yandex_organizationmanager_os_login_settings
  • New Resource: yandex_organizationmanager_user_ssh_key
  • New Data Source: yandex_mdb_mongodb_database
  • New Data Source: yandex_mdb_mongodb_user
  • New Data Source: yandex_organizationmanager_os_login_settings
  • New Data Source: `yandex_organizationmanager_user_ssh_key

BUG FIXES:

  • fix ydb_table type
  • serverless: fix YDS trigger creation.
  • lockbox: support import

WARNING:

  • mongodb: database and user sections for yandex_mdb_postgresql_cluster are now deprecated

v0.107.0

31 Jan 13:29
Compare
Choose a tag to compare

FEATURES:

  • mongodb: added enable_flow_control, compressors, prefix_compression, slow_op_sample_rate parameters to mongodb config

ENHANCEMENTS:

  • added running of sweepers and tests for yandex-framework package.
  • compute: change disk_ids attribute type from List to Set in snapshot_schedule resource.

BUG FIXES:

  • serverless: fix integer overflow in function memory computation

v0.106.0

23 Jan 08:47
Compare
Choose a tag to compare

FEATURES:

  • compute: support placement_strategy for yandex_compute_placement_group resource and data source.
  • compute: support placement_group_partition for yandex_compute_instance resource and data source.
  • iot: support log_options in yandex_iot_core_broker resource and data source
  • iot: support log_options in yandex_iot_core_registry resource and data source
  • cdn: add ip_address_acl.excepted_values and ip_address_acl.policy_type parameters to resource options.

v0.105.0

10 Jan 14:23
Compare
Choose a tag to compare

FEATURES:

  • alb: support security_profile_id in route_options for yandex_alb_virtual_host resource and data source.
  • serverless: support log_options in yandex_serverless_container resource and data source
  • serverless: support log_options in yandex_function resource and data source
  • serverless: support log_options in yandex_api_gateway resource and data source
  • mongodb: do not change user's password if no state changes

BUG FIXES:

  • mdb: changed disk_size_limit value type from bytes to gibibytes in disk_size_autoscaling attribute in yandex_mdb_postgresql_cluster resource.

ENHANCEMENTS:

  • added documentation for k8s cluster scheme attribute - master_location

v0.104.0

12 Dec 14:16
Compare
Choose a tag to compare

FEATURES:

  • serverless: support Container Registry, Yandex Data Streams and Mail triggers.
  • serverless: support storage_mounts in yandex_function resource and data source
  • serverless: support storage_mounts in yandex_serverless_container resource and data source
  • cdn: add secure_key and enable_ip_url_signing parameters to resource options.
  • greenplum: add PXF daemon settings to config
  • compute: changes in instance's DNS records are now done without instance restart

BUG FIXES:

  • provider: automatically pick up zone records after updating zone visibility

v0.103.0

29 Nov 09:55
Compare
Choose a tag to compare

FEATURES:

  • New Data Source: yandex_mdb_opensearch_cluster
  • New Resource: yandex_mdb_opensearch_cluster
  • yandex_ydb_database: added the ability to change networks
  • serverless: log_group trigger is deprecated. Use logging trigger instead.
  • mongodb: add create cluster timeout

ENHANCEMENTS:

  • managed-kubernetes: support update of master.master_locations section for yandex_kubernetes_cluster

BUG FIXES:

  • yandex_ydb_database: Add additional wait duration after database was created
  • yandex_ydb_topic: Fix consumer type in tf scheme

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