-
Notifications
You must be signed in to change notification settings - Fork 81
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
Bump Terraform provider plugin version to v4.48.0 #63
Bump Terraform provider plugin version to v4.48.0 #63
Conversation
2d477ea
to
fedca12
Compare
fedca12
to
c7e7d53
Compare
c7e7d53
to
a882fe3
Compare
The only Terraform schema change reported is as follows between the versions
|
And the breaking API changes reported for the generated CRDs:
|
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.
Thanks @ulucinar @sergenyalcin
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.
Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
- Optional field removal is now considered as a breaking API change Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
bb26b03
to
db9d743
Compare
- During the native provider bump from 4.22.0->4.48.0, crddiff detected the ref fields were removed. And the reason is the referenced resource (google_secret_manager_secret) was removed from the example in the Terraform registry. Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
db9d743
to
1d42249
Compare
Description of your changes
Fixes #55
Bumps Terraform provider version to
v4.44.1
.I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
Resource sets tested here:
#137