Releases: yandex-cloud/terraform-provider-yandex
Releases Β· yandex-cloud/terraform-provider-yandex
v0.108.0
FEATURES:
- redis: added
enable_sharding
feature, it works when cluster was not sharded and new value of sharded is true - storage: support
tags
andand
operator in bucket lifecycle configuration inyandex_storage_bucket
resource - kafka: added
subnet_ids
field for update method inresource_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
anduser
sections foryandex_mdb_postgresql_cluster
are now deprecated
v0.107.0
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 insnapshot_schedule
resource.
BUG FIXES:
- serverless: fix integer overflow in function memory computation
v0.106.0
FEATURES:
- compute: support
placement_strategy
foryandex_compute_placement_group
resource and data source. - compute: support
placement_group_partition
foryandex_compute_instance
resource and data source. - iot: support
log_options
inyandex_iot_core_broker
resource and data source - iot: support
log_options
inyandex_iot_core_registry
resource and data source - cdn: add
ip_address_acl.excepted_values
andip_address_acl.policy_type
parameters to resource options.
v0.105.0
FEATURES:
- alb: support
security_profile_id
inroute_options
foryandex_alb_virtual_host
resource and data source. - serverless: support
log_options
inyandex_serverless_container
resource and data source - serverless: support
log_options
inyandex_function
resource and data source - serverless: support
log_options
inyandex_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 indisk_size_autoscaling
attribute inyandex_mdb_postgresql_cluster
resource.
ENHANCEMENTS:
- added documentation for k8s cluster scheme attribute -
master_location
v0.104.0
FEATURES:
- serverless: support Container Registry, Yandex Data Streams and Mail triggers.
- serverless: support
storage_mounts
inyandex_function
resource and data source - serverless: support
storage_mounts
inyandex_serverless_container
resource and data source - cdn: add
secure_key
andenable_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
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. Uselogging
trigger instead. - mongodb: add create cluster timeout
ENHANCEMENTS:
- managed-kubernetes: support update of
master.master_locations
section foryandex_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
FEATURES:
- provider: allow creating
public
dns zones along withprivate
andpublic-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
andacl
fields
v0.101.0
ENHANCEMENTS:
- mdb: add
disk_size_autoscaling
attribute toconfig
entity inyandex_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
inyandex_compute_instance_group
-
compute: added support for
ignore_health_checks
inyandex_compute_instance_group
-
managed-kubernetes: add
master_location
,etcd_cluster_size
inyandex_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
inyandex_mdb_kafka_cluster
resource - compute: fix
filesystem
incompute_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
inyandex_mdb_mongodb_cluster
resource
WARNING:
- managed-kafka: 'unmanaged_topics' cluster flag are now deprecated
ENHANCEMENTS:
- managed-kubernetes: supprort update of
allocation_policy.locations
section foryandex_kubernetes_node_group
v0.100.0
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
BUG FIXES:
- kafka: fix for
allow_hosts
attribute processing