-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update Terraform provider version to 2.53.1 #148
base: main
Are you sure you want to change the base?
Update Terraform provider version to 2.53.1 #148
Conversation
/test-examples="examples/app/v1beta1/roleassignment.yaml" |
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.
Hey @hazim1093, thank you for your contribution here.
As we discussed, I have prepared the upjet-v2.53.1 branch in our fork. We also need to update go.mod
, please follow the steps below:
- Run the following command to update our fork dependency
go mod edit -replace=github.com/hashicorp/terraform-provider-azuread=github.com/upbound/[email protected]
- Run
go mod tidy
- Run
make generate
- And push the all changes
Hi @turkenf,
|
Hi @turkenf, did you get the time to look at this? |
Hi @hazim1093, I haven't had a chance to look at it yet due to priorities. When I can, I'll let you know. Thank you for your patience. |
@hazim1093 I was able to successfully run as Fatih mentioned, replace
open
then, run
This correctly updates the version for
|
e418a9f
to
2008894
Compare
Signed-off-by: Hazim <[email protected]> (cherry picked from commit 0d86fec) Signed-off-by: Hazim <[email protected]>
Signed-off-by: Hazim <[email protected]>
2008894
to
d594370
Compare
Thanks @erhancagirici. |
@hazim1093 can you provide me push access to your fork/branch or make the following changes?
then |
Description of your changes
Updated Terraform provider version to 2.53.1
I have:
make reviewable
to ensure this PR is ready for review.make lint
seems to fail onmain
as well for meHow has this code been tested
make crddiff
&make test
locally