Skip to content

Commit

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

Squashed commit of the following:

commit c944310b12dc3ea23e33cdfc1cb53635e803282a
Author: robot-public-api-ci <robot-public-api-ci@yandex-team.ru>
Date:   Tue Jul 30 09:17:16 2024 +0000

    Release v0.126.0
  • Loading branch information
Robot Push authored and Ivan Romanenko committed Jul 30, 2024
1 parent 6db0fe0 commit 6443f2c
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 23 deletions.
15 changes: 15 additions & 0 deletions .changes/0.126.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 0.126.0 (July 30, 2024)

FEATURES:
* redis: added `disk_size_autoscaling` field for update method in `resource_yandex_mdb_redis_cluster`
* opensearch: allow apply changes in `zone_ids` and/or `network_ids` with other changes, also allow change `assign_public_ip`
* backup: make `yandex_backup_policy` data source by name

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

ENHANCEMENTS:
* kubernetes: deprecate version 1.26

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240724-130640.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240724-153809.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240726-091236.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240719-094343.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240708-233109.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240717-085256.yaml

This file was deleted.

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

This file was deleted.

14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
## 0.125.0
## 0.126.0 (July 30, 2024)

FEATURES:
* redis: added `disk_size_autoscaling` field for update method in `resource_yandex_mdb_redis_cluster`
* opensearch: allow apply changes in `zone_ids` and/or `network_ids` with other changes, also allow change `assign_public_ip`
* backup: make `yandex_backup_policy` data source by name

BUG FIXES:
* yandex_compute_instance: disabled recreating instance on update gpus
* opensearch: fixed apply changes when `plugins` missing
* opensearch: update state when no changes in config section
* opensearch: unexpected plugins null value after apply

ENHANCEMENTS:
* kubernetes: deprecate version 1.26

## 0.124.0 (July 16, 2024)

Expand Down

0 comments on commit 6443f2c

Please sign in to comment.