Skip to content

Commit

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

Squashed commit of the following:

commit 2d8ff547d76d582ac154c1ca7f62d98a7f1a79da
Author: robot-public-api-ci <robot-public-api-ci@yandex-team.ru>
Date:   Tue Jun 4 10:53:08 2024 +0000

    Release v0.120.0
  • Loading branch information
Robot Push authored and Mikhail Smolin committed Jun 4, 2024
1 parent 3cf6faf commit f3a3acd
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 37 deletions.
20 changes: 20 additions & 0 deletions .changes/0.120.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## 0.120.0 (June 4, 2024)

FEATURES:
* **New Resource:** `yandex_lockbox_secret_version_hashed` that stores sensitive values in hash form
* k8s: fix to pass `AllocationPolicy.Location` config during update as is

BUG FIXES:
* opensearch: allow change zone_ids and subnet_ids
* clickhouse: check Cloud Storage data cache parameters
* postgresql create: set disk_size_autoscaling after cluster is created
* Actualize ClickHouse versions in tests

ENHANCEMENTS:
* postgresql: add exponential retry for all MDB().PostgreSQL().Cluster().ListHosts calls
* opensearch: improve acceptance tests
* datatransfer: added `metrika_source` in `yandex_datatransfer_endpoint` resource.
* provider: upgrade go version to 1.21
* increase timeouts for `mongodb` and `redis` resources
* opensearch: add retry on conflicting operation error

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240517-135350.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240520-103242.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240523-115845.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240529-173314.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240427-101250.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240514-114509.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240523-193345.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240528-161647.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240529-131850.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240603-214149.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/FEATURES-20240513-193754.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240527-150647.yaml

This file was deleted.

20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## 0.120.0 (June 4, 2024)

FEATURES:
* **New Resource:** `yandex_lockbox_secret_version_hashed` that stores sensitive values in hash form
* k8s: fix to pass `AllocationPolicy.Location` config during update as is

BUG FIXES:
* opensearch: allow change zone_ids and subnet_ids
* clickhouse: check Cloud Storage data cache parameters
* postgresql create: set disk_size_autoscaling after cluster is created
* Actualize ClickHouse versions in tests

ENHANCEMENTS:
* postgresql: add exponential retry for all MDB().PostgreSQL().Cluster().ListHosts calls
* opensearch: improve acceptance tests
* datatransfer: added `metrika_source` in `yandex_datatransfer_endpoint` resource.
* provider: upgrade go version to 1.21
* increase timeouts for `mongodb` and `redis` resources
* opensearch: add retry on conflicting operation error

## 0.119.0 (May 21, 2024)

FEATURES:
Expand Down

0 comments on commit f3a3acd

Please sign in to comment.