Skip to content

Commit

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

Squashed commit of the following:

commit cfd1fb4296df5fba4895923cc730106dcb82a924
Author: Artem Forshenev <[email protected]>
Date:   Wed Dec 18 16:03:00 2024 +0300

    generate docs

commit b1d374d4557f6ea7f5645f0b89e1344a08432b80
Author: robot-public-api-ci <[email protected]>
Date:   Wed Dec 18 08:00:28 2024 +0000

    Release v0.135.0
  • Loading branch information
Robot Push authored and Artem Forshenev committed Dec 18, 2024
1 parent bf2545d commit d67a09f
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 22 deletions.
17 changes: 17 additions & 0 deletions .changes/0.135.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## 0.135.0 (December 18, 2024)

FEATURES:
* kafka: `mdb_kafka_cluster` resource and data source now have `kraft` parameter`
* compute: support disk encryption

BUG FIXES:
* audit_trails: `yandex_audit_trails_trail` fixed excluded_events block handling
* loadtesting: fix terraform import acceptance test

ENHANCEMENTS:
* opensearch: use state hosts when no changes in node-groups configuration

WARNING:
* clickhouse: field `service_account_id` is no longer requested from cluster configuration and will alwayse be update to the set value from resource
* postgresql: deprecate `host.priority` and `host_master_name` fields.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20241210-124709.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/BUG FIXES-20241212-101629.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/ENHANCEMENTS-20241202-133618.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20241203-200153.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/FEATURES-20241206-222150.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/WARNING-20241210-123823.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/WARNING-20241211-164654.yaml

This file was deleted.

17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.135.0 (December 18, 2024)

FEATURES:
* kafka: `mdb_kafka_cluster` resource and data source now have `kraft` parameter`
* compute: support disk encryption

BUG FIXES:
* audit_trails: `yandex_audit_trails_trail` fixed excluded_events block handling
* loadtesting: fix terraform import acceptance test

ENHANCEMENTS:
* opensearch: use state hosts when no changes in node-groups configuration

WARNING:
* clickhouse: field `service_account_id` is no longer requested from cluster configuration and will alwayse be update to the set value from resource
* postgresql: deprecate `host.priority` and `host_master_name` fields.

## 0.134.0 (December 3, 2024)

FEATURES:
Expand Down
8 changes: 8 additions & 0 deletions docs/resources/vpc_security_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,11 @@ The `ingress` and `egress` block supports:
In addition to the arguments listed above, the following computed attributes are exported:

* `id` - Id of the rule.

## Import

A security group can be imported using the `id` of the resource, e.g.:

```
$ terraform import yandex_vpc_network.lab-net security_group_id
```

0 comments on commit d67a09f

Please sign in to comment.