-
Notifications
You must be signed in to change notification settings - Fork 21
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 version to v2.47.0 #110
Bump Terraform provider version to v2.47.0 #110
Conversation
/test-examples="examples/applications/application.yaml" |
/test-examples="examples/groups/member.yaml" |
5c37b86
to
c1c2daa
Compare
Signed-off-by: Fatih Türken <[email protected]>
c1c2daa
to
e7736d7
Compare
Signed-off-by: Fatih Türken <[email protected]>
/test-examples="examples/applications/application.yaml" Uptest run: https://github.com/crossplane-contrib/provider-upjet-azuread/actions/runs/8361264948 |
/test-examples="examples/administrativeunits/unit.yaml" Uptest run: https://github.com/crossplane-contrib/provider-upjet-azuread/actions/runs/8361268534 |
/test-examples="examples/app/roleassignment.yaml" Uptest run: https://github.com/crossplane-contrib/provider-upjet-azuread/actions/runs/8361272313 |
/test-examples="examples/applications/certificate.yaml" Uptest run: https://github.com/crossplane-contrib/provider-upjet-azuread/actions/runs/8361275370 |
/test-examples="examples/directoryroles/role.yaml" Uptest run: https://github.com/crossplane-contrib/provider-upjet-azuread/actions/runs/8361280155 |
/test-examples="examples/groups/member.yaml" Need permissions |
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 @turkenf LGTM! Could you please left a comment about the reason of the failure test before merging the PR.
@@ -4,13 +4,15 @@ | |||
|
|||
module github.com/upbound/provider-azuread | |||
|
|||
go 1.21 | |||
go 1.21.3 |
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.
It seems that the reason for this patch version pin is here.
The creation and import part of the Uptest run: https://github.com/crossplane-contrib/provider-upjet-azuread/actions/runs/8361287843 |
Description of your changes
In this PR:
v2.47.0
crossplane/upjet
to the commit50919febc5ab
I have:
make reviewable test
to ensure this PR is ready for review.How has this code been tested
Tested with uptest in the comments below.