Skip to content

Commit 7cb8a00

Browse files
committed
Add reference to README of v3.0 upgrade guide
1 parent 44fb2f6 commit 7cb8a00

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

autogen/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ Then perform the following commands on the root folder:
111111
- `terraform apply` to apply the infrastructure build
112112
- `terraform destroy` to destroy the built infrastructure
113113

114+
## Upgrade to v3.0.0
115+
116+
v3.0.0 is a breaking release. Refer to the
117+
[Upgrading to v3.0 guide][upgrading-to-v3.0] for details.
118+
114119
## Upgrade to v2.0.0
115120

116121
v2.0.0 is a breaking release. Refer to the
@@ -318,6 +323,11 @@ command.
318323
[upgrading-to-v2.0]: docs/upgrading_to_v2.0.md
319324
{% endif %}
320325
{% if private_cluster or beta_cluster %}
326+
[upgrading-to-v3.0]: ../../docs/upgrading_to_v3.0.md
327+
{% else %}
328+
[upgrading-to-v3.0]: docs/upgrading_to_v3.0.md
329+
{% endif %}
330+
{% if private_cluster or beta_cluster %}
321331
[terraform-provider-google-beta]: https://github.com/terraform-providers/terraform-provider-google-beta
322332
{% else %}
323333
[terraform-provider-google]: https://github.com/terraform-providers/terraform-provider-google

0 commit comments

Comments
 (0)