Skip to content

Commit

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

Squashed commit of the following:

commit f1af3dd1c085d3f959323d904a2cb3621ba8d9db
Author: robot-public-api-ci <robot-public-api-ci@yandex-team.ru>
Date:   Tue Sep 10 08:37:53 2024 +0000

    Release v0.129.0
  • Loading branch information
Robot Push authored and Dmitrii Chumak committed Sep 10, 2024
1 parent 9d531e2 commit ce01951
Show file tree
Hide file tree
Showing 20 changed files with 56 additions and 54 deletions.
28 changes: 28 additions & 0 deletions .changes/0.129.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## 0.129.0 (September 10, 2024)

FEATURES:
* IAM: added new resources `yandex_iam_workload_identity_federated_credential` and `yandex_iam_workload_identity_oidc_federation`
* IAM: added new data sources `yandex_iam_workload_identity_federated_credential` and `yandex_iam_workload_identity_oidc_federation`
* serverless: added object `mounts` to the resource and data source `yandex_function`
* serverless: added object `mounts` to the resource and data source `yandex_serverless_container`
* greenplum: added `yandex_query` to `access` section.
* vpc: added `yandex_vpc_private_endpoint` resource
* iam: added attributes `scope` and `expires_At` for API Key
* vpc: added `yandex_vpc_private_endpoint` data source
* redis: added web_sql and data_lens access
* airflow: added `yandex_airflow_cluster` resource

BUG FIXES:
* redis: fix tests for update redis version
* yandex_message_queue: S3 API response deserialization error was fixed

ENHANCEMENTS:
* yandex_object_storage: reduce retry time for object storage resources
* opensearch: change type for `subnet_ids` field from `set` to `list`
* iam: `yandex_iam_service_account_static_access_key` also includes `access_key` in `output_to_lockbox`
* iam: when IAM key is removed (or `output_to_lockbox` modified), the Lockbox version is destroyed

WARNING:
* serverless: object `storage_mounts` marked as DEPRECATED in the resource and data source `yandex_function`
* serverless: object `storage_mounts` marked as DEPRECATED in the resource and data source `yandex_serverless_container`

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240903-134908.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20240909-183701.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240830-101026.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240904-102955.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240904-162239.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20240904-162429.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240820-142127.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240820-142148.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240829-134405.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240829-134446.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240830-140013.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240830-144918.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240830-172823.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240830-182518.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240903-135004.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20240906-191346.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/WARNING-20240829-134514.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/WARNING-20240829-134535.yaml

This file was deleted.

28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## 0.129.0 (September 10, 2024)

FEATURES:
* IAM: added new resources `yandex_iam_workload_identity_federated_credential` and `yandex_iam_workload_identity_oidc_federation`
* IAM: added new data sources `yandex_iam_workload_identity_federated_credential` and `yandex_iam_workload_identity_oidc_federation`
* serverless: added object `mounts` to the resource and data source `yandex_function`
* serverless: added object `mounts` to the resource and data source `yandex_serverless_container`
* greenplum: added `yandex_query` to `access` section.
* vpc: added `yandex_vpc_private_endpoint` resource
* iam: added attributes `scope` and `expires_At` for API Key
* vpc: added `yandex_vpc_private_endpoint` data source
* redis: added web_sql and data_lens access
* airflow: added `yandex_airflow_cluster` resource

BUG FIXES:
* redis: fix tests for update redis version
* yandex_message_queue: S3 API response deserialization error was fixed

ENHANCEMENTS:
* yandex_object_storage: reduce retry time for object storage resources
* opensearch: change type for `subnet_ids` field from `set` to `list`
* iam: `yandex_iam_service_account_static_access_key` also includes `access_key` in `output_to_lockbox`
* iam: when IAM key is removed (or `output_to_lockbox` modified), the Lockbox version is destroyed

WARNING:
* serverless: object `storage_mounts` marked as DEPRECATED in the resource and data source `yandex_function`
* serverless: object `storage_mounts` marked as DEPRECATED in the resource and data source `yandex_serverless_container`

## 0.128.0 (August 30, 2024)

FEATURES:
Expand Down

0 comments on commit ce01951

Please sign in to comment.