Skip to content

Commit

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

Squashed commit of the following:

commit d279aa25a907f25ae235a0e592dd6138caff27cd
Author: robot-public-api-ci <robot-public-api-ci@yandex-team.ru>
Date:   Tue Jul 16 15:22:06 2024 +0000

    Release v0.124.0
  • Loading branch information
Robot Push authored and Dmitrii Chumak committed Jul 16, 2024
1 parent eb2306b commit baa586e
Show file tree
Hide file tree
Showing 10 changed files with 32 additions and 24 deletions.
16 changes: 16 additions & 0 deletions .changes/0.124.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## 0.124.0 (July 16, 2024)

FEATURES:
* backup: added `yandex_backup_policy` data source
* kafka: added `disk_size_autoscaling` field for update method in `resource_yandex_mdb_kafka_cluster`
* backup: add scheduling backup sets, fix max_count retention rule
* opensearch: migrate from SDKv2 to framework. Improve plan output.

BUG FIXES:
* storage: fix cancellation in bucket operation retries
* functions: unsupported loggroup_id field is removed from function schema
* opensearch: fix remove/add network acceptance test

ENHANCEMENTS:
* kafka: disabled recreation of kafka cluster after updating `disk_type_id` field in `resource_yandex_mdb_kafka_cluster`

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240608-010149.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240626-175211.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240715-080653.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240705-111332.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240620-232256.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240626-171718.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240626-191707.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240701-134815.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.124.0 (July 16, 2024)

FEATURES:
* backup: added `yandex_backup_policy` data source
* kafka: added `disk_size_autoscaling` field for update method in `resource_yandex_mdb_kafka_cluster`
* backup: add scheduling backup sets, fix max_count retention rule
* opensearch: migrate from SDKv2 to framework. Improve plan output.

BUG FIXES:
* storage: fix cancellation in bucket operation retries
* functions: unsupported loggroup_id field is removed from function schema
* opensearch: fix remove/add network acceptance test

ENHANCEMENTS:
* kafka: disabled recreation of kafka cluster after updating `disk_type_id` field in `resource_yandex_mdb_kafka_cluster`

## 0.123.0 (July 2, 2024)

FEATURES:
Expand Down

0 comments on commit baa586e

Please sign in to comment.