Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ description: |-
If you are upgrading, please be sure to not skip any major release while you do so.
For example:
0.3.0 to 1.0.0 is a valid upgrade path0.3.0 to 1.1.0 is a valid upgrade path0.3.0 to 2.0.0 is NOT a valid upgrade path
Upgrading to version >= 3.2.0 of the Clickhouse Terraform Provider
In version 3.2.0, we introduced a change to the Private Endpoints feature that requires an update on your end. If you are using the clickhouse_private_endpoint_registration resource, this affects you. Please visit https://github.com/ClickHouse/terraform-provider-clickhouse#breaking-changes-and-deprecations https://github.com/ClickHouse/terraform-provider-clickhouse#breaking-changes-and-deprecations for more details.
Upgrading to version >= 3.0.0 of the Clickhouse Terraform Provider
In version 3.0.0 we revisited how to deal with clickhouse_service endpoints.
If you are using the endpoint_config attribute or the endpoints read only attribute, this breaking change affects you.
Expand Down Expand Up @@ -44,6 +46,10 @@ For example:
- `0.3.0` to `1.1.0` is a valid upgrade path
- `0.3.0` to `2.0.0` is NOT a valid upgrade path

### Upgrading to version >= 3.2.0 of the Clickhouse Terraform Provider

In version 3.2.0, we introduced a change to the `Private Endpoints` feature that requires an update on your end. If you are using the `clickhouse_private_endpoint_registration` resource, this affects you. Please visit [https://github.com/ClickHouse/terraform-provider-clickhouse#breaking-changes-and-deprecations](https://github.com/ClickHouse/terraform-provider-clickhouse#breaking-changes-and-deprecations) for more details.

### Upgrading to version >= 3.0.0 of the Clickhouse Terraform Provider

In version 3.0.0 we revisited how to deal with `clickhouse_service` endpoints.
Expand Down
4 changes: 4 additions & 0 deletions pkg/provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ For example:
- `0.3.0` to `1.1.0` is a valid upgrade path
- `0.3.0` to `2.0.0` is NOT a valid upgrade path

### Upgrading to version >= 3.2.0 of the Clickhouse Terraform Provider

In version 3.2.0, we introduced a change to the `Private Endpoints` feature that requires an update on your end. If you are using the `clickhouse_private_endpoint_registration` resource, this affects you. Please visit [https://github.com/ClickHouse/terraform-provider-clickhouse#breaking-changes-and-deprecations](https://github.com/ClickHouse/terraform-provider-clickhouse#breaking-changes-and-deprecations) for more details.

### Upgrading to version >= 3.0.0 of the Clickhouse Terraform Provider

In version 3.0.0 we revisited how to deal with `clickhouse_service` endpoints.
Expand Down
Loading