-
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
[Release-0.15] Switch from the NoFork terminology to the TerraformPluginSDK terminology and bump dependencies #102
[Release-0.15] Switch from the NoFork terminology to the TerraformPluginSDK terminology and bump dependencies #102
Conversation
…ogy and bump dependiencies Signed-off-by: Fatih Türken <turkenf@gmail.com> (cherry picked from commit f17b9c0)
/test-examples="examples/applications/application.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/8005214548 |
/test-examples="examples/conditionalaccess/accesspolicy.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/8005218586 |
/test-examples="examples/groups/member.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/8005221725 |
/test-examples="examples/serviceprincipals/principal.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/8005226042 |
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.
Let's also run at least one uptest again after these dependency changes.
go.mod
Outdated
|
||
replace golang.org/x/exp => golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 | ||
|
||
replace github.com/hashicorp/terraform-json => github.com/hashicorp/terraform-json v0.17.0 | ||
|
||
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1 | ||
|
||
replace github.com/hashicorp/terraform-plugin-go => github.com/hashicorp/terraform-plugin-go v0.16.0 | ||
|
||
replace github.com/hashicorp/terraform-plugin-framework => github.com/hashicorp/terraform-plugin-framework v1.2.0 |
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.
Let's fix the versions to the ones already defined in go.mod
:
replace golang.org/x/exp => golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 | |
replace github.com/hashicorp/terraform-json => github.com/hashicorp/terraform-json v0.17.0 | |
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1 | |
replace github.com/hashicorp/terraform-plugin-go => github.com/hashicorp/terraform-plugin-go v0.16.0 | |
replace github.com/hashicorp/terraform-plugin-framework => github.com/hashicorp/terraform-plugin-framework v1.2.0 | |
replace golang.org/x/exp => golang.org/x/exp v0.0.0-20231006140011-7918f672742d | |
replace github.com/hashicorp/terraform-json => github.com/hashicorp/terraform-json v0.16.0 | |
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/hashicorp/terraform-plugin-sdk/v2 v2.26.1 | |
replace github.com/hashicorp/terraform-plugin-go => github.com/hashicorp/terraform-plugin-go v0.14.3 |
Signed-off-by: Fatih Türken <turkenf@gmail.com>
/test-examples="examples/serviceprincipals/principal.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/8007189566 |
/test-examples="examples/groups/member.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/8007201294 |
/test-examples="examples/applications/application.yaml" Uptest run: https://github.com/upbound/provider-azuread/actions/runs/8007204102 |
Description of your changes
In this PR:
v1.15.1
v1.1.1
I have:
make reviewable
to ensure this PR is ready for review.How has this code been tested
Tested with uptest below