Skip to content

Commit

Permalink
Pull request #1358: Release v0.128.0
Browse files Browse the repository at this point in the history
Merge in CLOUD/terraform-provider-yandex-mirror from release/0.128.0 to master

Squashed commit of the following:

commit af0d1cd4fc7c5f33487d6746a1217a2d7f5ea4fa
Author: robot-public-api-ci <robot-public-api-ci@yandex-team.ru>
Date:   Fri Aug 30 10:10:31 2024 +0000

    Release v0.128.0
  • Loading branch information
Robot Push authored and Islam Alibekov committed Aug 30, 2024
1 parent 9f2f02d commit d55adef
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 39 deletions.
21 changes: 21 additions & 0 deletions .changes/0.128.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## 0.128.0 (August 30, 2024)

FEATURES:
* mongodb: added `disk_size_autoscaling` support for all host types in `resource_yandex_mdb_mongodb_cluster`
* iam: added data source `yandex_iam_service_agent`
* clickhouse: added `log_query_threads`, `max_insert_threads`, `use_hedged_requests`, `idle_connection_timeout` for user settings
* clickhouse: added `hedged_connection_timeout_ms`, `load_balancing`, `prefer_localhost_replica` for user settings
* clickhouse: added `merge_max_block_size`, `check_sample_column_is_correct` for merge tree configuration
* clickhouse: added `max_merge_selecting_sleep_ms`, `max_cleanup_delay_period` for merge tree configuration
* clickhouse: added `path_column_name`, `time_column_name`, `value_column_name`, `version_column_name` for graphite configuration
* clickhouse: added `debug`, `auto_offset_reset` for kafka integration settings
* clickhouse: added `query_masking_rules`, `dictionaries_lazy_load`, `query_cache` for server configuration

BUG FIXES:
* ycp_ydb_topic: fix issues with topics
* yandex_organizationmanager_saml_federation_user_account: Fix provider crashing on missing federation claim
* yandex_lockbox_secret_iam_binding: fix error on empty members list

ENHANCEMENTS:
* redis: allow zero value for `disk_size_limit` to disable disk size autoscaling

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240815-150247.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240816-200934.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240816-202450.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240816-141159.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240816-141049.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240816-180423.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240826-155449.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240826-155455.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240826-155503.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240826-155509.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240826-155517.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240826-155522.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240826-155528.yaml

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## 0.128.0 (August 30, 2024)

FEATURES:
* mongodb: added `disk_size_autoscaling` support for all host types in `resource_yandex_mdb_mongodb_cluster`
* iam: added data source `yandex_iam_service_agent`
* clickhouse: added `log_query_threads`, `max_insert_threads`, `use_hedged_requests`, `idle_connection_timeout` for user settings
* clickhouse: added `hedged_connection_timeout_ms`, `load_balancing`, `prefer_localhost_replica` for user settings
* clickhouse: added `merge_max_block_size`, `check_sample_column_is_correct` for merge tree configuration
* clickhouse: added `max_merge_selecting_sleep_ms`, `max_cleanup_delay_period` for merge tree configuration
* clickhouse: added `path_column_name`, `time_column_name`, `value_column_name`, `version_column_name` for graphite configuration
* clickhouse: added `debug`, `auto_offset_reset` for kafka integration settings
* clickhouse: added `query_masking_rules`, `dictionaries_lazy_load`, `query_cache` for server configuration

BUG FIXES:
* ycp_ydb_topic: fix issues with topics
* yandex_organizationmanager_saml_federation_user_account: Fix provider crashing on missing federation claim
* yandex_lockbox_secret_iam_binding: fix error on empty members list

ENHANCEMENTS:
* redis: allow zero value for `disk_size_limit` to disable disk size autoscaling

## 0.127.0 (August 13, 2024)

FEATURES:
Expand Down Expand Up @@ -32,6 +53,7 @@ BUG FIXES:
* opensearch: fixed apply changes when `plugins` missing
* opensearch: update state when no changes in config section
* opensearch: unexpected plugins null value after apply
* yandex_compute_instance: disabled recreating instance on update gpus

ENHANCEMENTS:
* kubernetes: deprecate version 1.26
Expand Down

0 comments on commit d55adef

Please sign in to comment.