-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provider update 3.3.0 #381
Provider update 3.3.0 #381
Conversation
@bharathkkb What's the latest on this? Do you need anything to complete it? |
@morgante working on this currently. 3.3.0 was released today so I am making sure int tests are passing. |
@morgante actually we havent released the network module with the commits for relaxing the version constraint. If you could release it that would be awesome. |
…kb/terraform-google-kubernetes-engine into feature/provider-update
@morgante @aaron-lane this should be ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bharathkkb can you add an upgrade guide since this branch includes breaking changes?
Also, can the fix for #384 be split to a separate pull request so we can get it merged quickly and unblock other pull requests? |
@aaron-lane sg I will separate the PRs and add upgrade guide |
@aaron-lane @morgante I dont think there are any breaking changes here as I am now defaulting |
Fixes #338
Change List for 3.3.0 upgrade:
cluster_ipv4_cidr
to null.cluster_ipv4_cidr
is used for routes-based clusters andip_allocation_policy
is used for VPC-native clusters