From 626d17c60155954b5bbf265c4e072292c960e0e3 Mon Sep 17 00:00:00 2001 From: Robot Push Date: Tue, 2 Jul 2024 14:21:42 +0000 Subject: [PATCH] Pull request #1293: Release v0.123.0 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 Date: Tue Jul 2 13:16:02 2024 +0000 Release v0.123.0 --- .changes/0.123.0.md | 23 ++++++++++++++++++ .../unreleased/BUG FIXES-20240617-200717.yaml | 3 --- .../unreleased/FEATURES-20240524-213459.yaml | 3 --- .../unreleased/FEATURES-20240603-123303.yaml | 3 --- .../unreleased/FEATURES-20240605-150652.yaml | 3 --- .../unreleased/FEATURES-20240624-122823.yaml | 3 --- .../unreleased/FEATURES-20240624-122841.yaml | 3 --- .../unreleased/FEATURES-20240624-122947.yaml | 3 --- .../unreleased/FEATURES-20240624-123000.yaml | 3 --- .../unreleased/FEATURES-20240625-115045.yaml | 3 --- .../unreleased/FEATURES-20240625-115104.yaml | 3 --- .../unreleased/FEATURES-20240625-115117.yaml | 3 --- .../unreleased/FEATURES-20240625-115129.yaml | 3 --- .../unreleased/FEATURES-20240625-115140.yaml | 3 --- .../unreleased/FEATURES-20240625-115214.yaml | 3 --- .../unreleased/FEATURES-20240625-115233.yaml | 3 --- .../unreleased/FEATURES-20240625-115243.yaml | 3 --- .../unreleased/FEATURES-20240625-115259.yaml | 3 --- CHANGELOG.md | 24 ++++++++++++++++++- 19 files changed, 46 insertions(+), 52 deletions(-) create mode 100644 .changes/0.123.0.md delete mode 100644 .changes/unreleased/BUG FIXES-20240617-200717.yaml delete mode 100644 .changes/unreleased/FEATURES-20240524-213459.yaml delete mode 100644 .changes/unreleased/FEATURES-20240603-123303.yaml delete mode 100644 .changes/unreleased/FEATURES-20240605-150652.yaml delete mode 100644 .changes/unreleased/FEATURES-20240624-122823.yaml delete mode 100644 .changes/unreleased/FEATURES-20240624-122841.yaml delete mode 100644 .changes/unreleased/FEATURES-20240624-122947.yaml delete mode 100644 .changes/unreleased/FEATURES-20240624-123000.yaml delete mode 100644 .changes/unreleased/FEATURES-20240625-115045.yaml delete mode 100644 .changes/unreleased/FEATURES-20240625-115104.yaml delete mode 100644 .changes/unreleased/FEATURES-20240625-115117.yaml delete mode 100644 .changes/unreleased/FEATURES-20240625-115129.yaml delete mode 100644 .changes/unreleased/FEATURES-20240625-115140.yaml delete mode 100644 .changes/unreleased/FEATURES-20240625-115214.yaml delete mode 100644 .changes/unreleased/FEATURES-20240625-115233.yaml delete mode 100644 .changes/unreleased/FEATURES-20240625-115243.yaml delete mode 100644 .changes/unreleased/FEATURES-20240625-115259.yaml diff --git a/.changes/0.123.0.md b/.changes/0.123.0.md new file mode 100644 index 00000000..510bdbfb --- /dev/null +++ b/.changes/0.123.0.md @@ -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 + diff --git a/.changes/unreleased/BUG FIXES-20240617-200717.yaml b/.changes/unreleased/BUG FIXES-20240617-200717.yaml deleted file mode 100644 index 8bda271c..00000000 --- a/.changes/unreleased/BUG FIXES-20240617-200717.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: BUG FIXES -body: 'ClickHouse: enable copy_schema_on_new_hosts by default' -time: 2024-06-17T20:07:17.862666346+03:00 diff --git a/.changes/unreleased/FEATURES-20240524-213459.yaml b/.changes/unreleased/FEATURES-20240524-213459.yaml deleted file mode 100644 index 3dab6ad8..00000000 --- a/.changes/unreleased/FEATURES-20240524-213459.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'mongodb: support host_parameters and update hosts operation' -time: 2024-05-24T21:34:59.066943+02:00 diff --git a/.changes/unreleased/FEATURES-20240603-123303.yaml b/.changes/unreleased/FEATURES-20240603-123303.yaml deleted file mode 100644 index 1c1e0923..00000000 --- a/.changes/unreleased/FEATURES-20240603-123303.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'Serverless: add concurrency in function resource schema and data source function schema' -time: 2024-06-03T12:33:03.098406039+03:00 diff --git a/.changes/unreleased/FEATURES-20240605-150652.yaml b/.changes/unreleased/FEATURES-20240605-150652.yaml deleted file mode 100644 index 7a743f7a..00000000 --- a/.changes/unreleased/FEATURES-20240605-150652.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'serverless: added `execution_timeout` attribute to `api_gateway` resource and data source' -time: 2024-06-05T15:06:52.344227+03:00 diff --git a/.changes/unreleased/FEATURES-20240624-122823.yaml b/.changes/unreleased/FEATURES-20240624-122823.yaml deleted file mode 100644 index fd84a054..00000000 --- a/.changes/unreleased/FEATURES-20240624-122823.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'SmartWebSecurity: **New Resource:** `yandex_sws_security_profile`' -time: 2024-06-24T12:28:23.120451+03:00 diff --git a/.changes/unreleased/FEATURES-20240624-122841.yaml b/.changes/unreleased/FEATURES-20240624-122841.yaml deleted file mode 100644 index 9eeeec5d..00000000 --- a/.changes/unreleased/FEATURES-20240624-122841.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'SmartCaptcha: **New Resource:** `yandex_smartcaptcha_captcha`' -time: 2024-06-24T12:28:41.580647+03:00 diff --git a/.changes/unreleased/FEATURES-20240624-122947.yaml b/.changes/unreleased/FEATURES-20240624-122947.yaml deleted file mode 100644 index 488a2805..00000000 --- a/.changes/unreleased/FEATURES-20240624-122947.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'SmartWebSecurity: **New Data Source:** `yandex_sws_security_profile`' -time: 2024-06-24T12:29:47.535939+03:00 diff --git a/.changes/unreleased/FEATURES-20240624-123000.yaml b/.changes/unreleased/FEATURES-20240624-123000.yaml deleted file mode 100644 index 10c777f8..00000000 --- a/.changes/unreleased/FEATURES-20240624-123000.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'SmartCaptcha: **New Data Source:** `yandex_smartcaptcha_captcha`' -time: 2024-06-24T12:30:00.425125+03:00 diff --git a/.changes/unreleased/FEATURES-20240625-115045.yaml b/.changes/unreleased/FEATURES-20240625-115045.yaml deleted file mode 100644 index a63c7a38..00000000 --- a/.changes/unreleased/FEATURES-20240625-115045.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'compute: add access binding resource for `disk` resource.' -time: 2024-06-25T11:50:45.992917+02:00 diff --git a/.changes/unreleased/FEATURES-20240625-115104.yaml b/.changes/unreleased/FEATURES-20240625-115104.yaml deleted file mode 100644 index 02286152..00000000 --- a/.changes/unreleased/FEATURES-20240625-115104.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'compute: add access binding resource for `disk_placement_group` resource.' -time: 2024-06-25T11:51:04.502559+02:00 diff --git a/.changes/unreleased/FEATURES-20240625-115117.yaml b/.changes/unreleased/FEATURES-20240625-115117.yaml deleted file mode 100644 index f1581fdc..00000000 --- a/.changes/unreleased/FEATURES-20240625-115117.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'compute: add access binding resource for `file_system` resource.' -time: 2024-06-25T11:51:17.052498+02:00 diff --git a/.changes/unreleased/FEATURES-20240625-115129.yaml b/.changes/unreleased/FEATURES-20240625-115129.yaml deleted file mode 100644 index 3f40ed92..00000000 --- a/.changes/unreleased/FEATURES-20240625-115129.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'compute: add access binding resource for `gpu_cluster` resource.' -time: 2024-06-25T11:51:29.236525+02:00 diff --git a/.changes/unreleased/FEATURES-20240625-115140.yaml b/.changes/unreleased/FEATURES-20240625-115140.yaml deleted file mode 100644 index c62b2d71..00000000 --- a/.changes/unreleased/FEATURES-20240625-115140.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'compute: add access binding resource for `image` resource.' -time: 2024-06-25T11:51:40.491156+02:00 diff --git a/.changes/unreleased/FEATURES-20240625-115214.yaml b/.changes/unreleased/FEATURES-20240625-115214.yaml deleted file mode 100644 index 0f43891b..00000000 --- a/.changes/unreleased/FEATURES-20240625-115214.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'compute: add access binding resource for `instance` resource.' -time: 2024-06-25T11:52:14.037129+02:00 diff --git a/.changes/unreleased/FEATURES-20240625-115233.yaml b/.changes/unreleased/FEATURES-20240625-115233.yaml deleted file mode 100644 index a4593359..00000000 --- a/.changes/unreleased/FEATURES-20240625-115233.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'compute: add access binding resource for `placement_group` resource.' -time: 2024-06-25T11:52:33.137823+02:00 diff --git a/.changes/unreleased/FEATURES-20240625-115243.yaml b/.changes/unreleased/FEATURES-20240625-115243.yaml deleted file mode 100644 index f7b07735..00000000 --- a/.changes/unreleased/FEATURES-20240625-115243.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'compute: add access binding resource for `snapshot` resource.' -time: 2024-06-25T11:52:43.221721+02:00 diff --git a/.changes/unreleased/FEATURES-20240625-115259.yaml b/.changes/unreleased/FEATURES-20240625-115259.yaml deleted file mode 100644 index d1cab0b4..00000000 --- a/.changes/unreleased/FEATURES-20240625-115259.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: FEATURES -body: 'compute: add access binding resource for `snapshot_schedule` resource.' -time: 2024-06-25T11:52:59.851653+02:00 diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9fd7a3..83576dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: