Skip to content

Commit

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

Squashed commit of the following:

commit 8b2094df8dc11f53761e3d197552a4d4b65b55cb
Author: robot-public-api-ci <robot-public-api-ci@yandex-team.ru>
Date:   Tue Aug 13 10:25:31 2024 +0000

    Release v0.127.0
  • Loading branch information
Robot Push authored and Mikhail Smolin committed Aug 13, 2024
1 parent b794942 commit b74dda7
Show file tree
Hide file tree
Showing 17 changed files with 46 additions and 47 deletions.
23 changes: 23 additions & 0 deletions .changes/0.127.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## 0.127.0 (August 13, 2024)

FEATURES:
* backup: added `yandex_backup_policy_bindings` resource
* opensearch: add `node_group` name to `hosts` list
* iam: `yandex_iam_service_account_key`, `yandex_iam_service_account_api_key` and `yandex_iam_service_account_static_access_key` now can use `output_to_lockbox`
* mongodb: migrate api to unified config
* storage: support `object_size_greater_than`, `object_size_less_than` in bucket lifecycle configuration in `yandex_storage_bucket` resource
* opensearch: allow setting saml authorization for dashboards
* datatransfer: added clickhouse_cluster_name setting for clickhouse endpoints

BUG FIXES:
* lockbox: yandex_lockbox_secret_version and yandex_lockbox_secret_version_hashed will schedule version deletion
* opensearch: empty or missing desription and/or labels fields will no longer cause an error
* opensearch: fix error while first add dashboards to the existing cluster
* opensearch: fix inconsistent result after apply for labels, description and security_group_ids fields

ENHANCEMENTS:
* serverless: Added provision_policy to serverless containers
* YDBTopics: add missing documentation parameters
* postgresql: pass UpdateMask in PostgreSQL Update Database Request
* compute: support `auto_scale_type` in `scale_policy.auto_scale` in `compute_instance_group` resource and datasource

4 changes: 0 additions & 4 deletions .changes/unreleased/BUG FIXES-20240726-134118.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240731-103110.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240802-225929.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240805-111824.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240606-022132.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240706-200554.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240807-162053.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240808-151627.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240725-190113.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240729-155747.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240729-194035.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240729-200606.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240731-141127.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240801-142805.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240805-182602.yaml

This file was deleted.

24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 0.127.0 (August 13, 2024)

FEATURES:
* backup: added `yandex_backup_policy_bindings` resource
* opensearch: add `node_group` name to `hosts` list
* iam: `yandex_iam_service_account_key`, `yandex_iam_service_account_api_key` and `yandex_iam_service_account_static_access_key` now can use `output_to_lockbox`
* mongodb: migrate api to unified config
* storage: support `object_size_greater_than`, `object_size_less_than` in bucket lifecycle configuration in `yandex_storage_bucket` resource
* opensearch: allow setting saml authorization for dashboards
* datatransfer: added clickhouse_cluster_name setting for clickhouse endpoints

BUG FIXES:
* lockbox: yandex_lockbox_secret_version and yandex_lockbox_secret_version_hashed will schedule version deletion
* opensearch: empty or missing desription and/or labels fields will no longer cause an error
* opensearch: fix error while first add dashboards to the existing cluster
* opensearch: fix inconsistent result after apply for labels, description and security_group_ids fields

ENHANCEMENTS:
* serverless: Added provision_policy to serverless containers
* YDBTopics: add missing documentation parameters
* postgresql: pass UpdateMask in PostgreSQL Update Database Request
* compute: support `auto_scale_type` in `scale_policy.auto_scale` in `compute_instance_group` resource and datasource

## 0.126.0 (July 30, 2024)

FEATURES:
Expand All @@ -9,7 +32,6 @@ 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 b74dda7

Please sign in to comment.