Skip to content

Commit

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

Squashed commit of the following:

commit 71bad80a148f927554ebaea2654d7837badc8032
Author: Andrei Zenkov <zandreika@yandex-team.ru>
Date:   Thu Jul 13 12:49:49 2023 +0500

    Release v0.95.0
  • Loading branch information
Andrei Zenkov committed Jul 13, 2023
1 parent 02be921 commit e5320c3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## 0.95.0 (Unreleased)
## 0.96.0 (Unreleased)

## 0.95.0 (July 13, 2023)
FEATURES:
* storage: allow `transition`/`noncurrent_version_transition` to `ICE` storage class in bucket lifecycle config.
* datatransfer: added `ydb_source` and `ydb_target` endpoints

BUG FIXES:
* certificate-manager: fixed problem with read `deletion_protection` to `data.yandex_cm_certificate`
* `terraform-provider-ydb` add ttl support for integral types of columns
Expand All @@ -14,11 +17,12 @@ FEATURES:
* **New Resource:** `yandex_kms_asymmetric_signature_key`
* **New Resource:** `yandex_kms_asymmetric_encryption_key_iam_binding`
* **New Resource:** `yandex_kms_asymmetric_signature_key_iam_binding`
*

BUG FIXES:
* vpc: security group rule import fixed
* datatransfer: added `serializer` field for `kafka_target` endpoints
* docs: updated description for `yandex_compute_snapshot_schedule`
* lockbox: better examples for `yandex_lockbox_secret_version` data source

ENHANCEMENTS:
* use ListUserAccounts filter parameter in `yandex_organizationmanager_saml_federation_user_account` data source instead of loop.
Expand All @@ -27,9 +31,6 @@ ENHANCEMENTS:
* Error messages and handling updated for `*_iam_member`, `*_iam_binding`, `*_iam_policy` resources
* `*_iam_member` resources now use update-access-bindings method instead of set-access-bindings

BUG FIXES:
* lockbox: better examples for `yandex_lockbox_secret_version` data source

## 0.93.0 (June 14, 2023)
FEATURES:
* provider: the default development, testing and building of the provider is now done with Go 1.18
Expand Down

0 comments on commit e5320c3

Please sign in to comment.