Skip to content

Commit

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

Squashed commit of the following:

commit aaf9e93e47d97974765d91c693d6852759d32123
Author: robot-public-api-ci <[email protected]>
Date:   Tue Jul 2 13:16:02 2024 +0000

    Release v0.123.0
  • Loading branch information
Robot Push authored and Mikhail Govyadkin committed Jul 2, 2024
1 parent 41ff1e3 commit 626d17c
Showing 19 changed files with 46 additions and 52 deletions.
23 changes: 23 additions & 0 deletions .changes/0.123.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## 0.123.0 (July 2, 2024)

FEATURES:
* mongodb: support host_parameters and update hosts operation
* Serverless: add concurrency in function resource schema and data source function schema
* serverless: added `execution_timeout` attribute to `api_gateway` resource and data source
* SmartWebSecurity: **New Resource:** `yandex_sws_security_profile`
* SmartCaptcha: **New Resource:** `yandex_smartcaptcha_captcha`
* SmartWebSecurity: **New Data Source:** `yandex_sws_security_profile`
* SmartCaptcha: **New Data Source:** `yandex_smartcaptcha_captcha`
* compute: add access binding resource for `disk` resource.
* compute: add access binding resource for `disk_placement_group` resource.
* compute: add access binding resource for `file_system` resource.
* compute: add access binding resource for `gpu_cluster` resource.
* compute: add access binding resource for `image` resource.
* compute: add access binding resource for `instance` resource.
* compute: add access binding resource for `placement_group` resource.
* compute: add access binding resource for `snapshot` resource.
* compute: add access binding resource for `snapshot_schedule` resource.

BUG FIXES:
* ClickHouse: enable copy_schema_on_new_hosts by default

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240617-200717.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240524-213459.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240603-123303.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240605-150652.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240624-122823.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240624-122841.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240624-122947.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240624-123000.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240625-115045.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240625-115104.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240625-115117.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240625-115129.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240625-115140.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240625-115214.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240625-115233.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240625-115243.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240625-115259.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.123.0 (July 2, 2024)

FEATURES:
* mongodb: support host_parameters and update hosts operation
* Serverless: add concurrency in function resource schema and data source function schema
* serverless: added `execution_timeout` attribute to `api_gateway` resource and data source
* SmartWebSecurity: **New Resource:** `yandex_sws_security_profile`
* SmartCaptcha: **New Resource:** `yandex_smartcaptcha_captcha`
* SmartWebSecurity: **New Data Source:** `yandex_sws_security_profile`
* SmartCaptcha: **New Data Source:** `yandex_smartcaptcha_captcha`
* compute: add access binding resource for `disk` resource.
* compute: add access binding resource for `disk_placement_group` resource.
* compute: add access binding resource for `file_system` resource.
* compute: add access binding resource for `gpu_cluster` resource.
* compute: add access binding resource for `image` resource.
* compute: add access binding resource for `instance` resource.
* compute: add access binding resource for `placement_group` resource.
* compute: add access binding resource for `snapshot` resource.
* compute: add access binding resource for `snapshot_schedule` resource.

BUG FIXES:
* ClickHouse: enable copy_schema_on_new_hosts by default

## 0.122.0 (June 19, 2024)

BUG FIXES:
@@ -7,7 +30,6 @@ BUG FIXES:
ENHANCEMENTS:
* provider: freeze goreleaser version
* postgresql: update PostgreSQL Host tests

## 0.121.0 (June 5, 2024)

FEATURES:

0 comments on commit 626d17c

Please sign in to comment.