Skip to content
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

Upgrade terraform-provider-rancher2 to v5.1.0 #568

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ require (
github.com/hashicorp/terraform-plugin-sdk v1.17.2
github.com/pulumi/pulumi-terraform-bridge/v3 v3.91.1
github.com/pulumi/pulumi/sdk/v3 v3.133.0
github.com/rancher/terraform-provider-rancher2 v1.25.1-0.20240802230704-a41ef9c1cefd
github.com/rancher/terraform-provider-rancher2 v1.25.1-0.20240906181849-d9facffb5f46
)

require (
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2040,8 +2040,8 @@ github.com/rancher/rancher/pkg/client v0.0.0-20240716141526-e0d2afd007d8 h1:QOWC
github.com/rancher/rancher/pkg/client v0.0.0-20240716141526-e0d2afd007d8/go.mod h1:A+DTKG05BZs1mOoCIB6UpiKo7j0dC6kSz3mgYju9Q20=
github.com/rancher/rke v1.6.0-rc9 h1:P8EVV4hl3cG8CHDuFUEfqFK8sC92aLoemFzmeFQOCck=
github.com/rancher/rke v1.6.0-rc9/go.mod h1:5xRbf3L8PxqJRhABjYRfaBqbpVqAnqyH3maUNQEuwvk=
github.com/rancher/terraform-provider-rancher2 v1.25.1-0.20240802230704-a41ef9c1cefd h1:5c7oZ0syvCHyV3lCxdpuYAfmAMdynBm949/1FjqnW3k=
github.com/rancher/terraform-provider-rancher2 v1.25.1-0.20240802230704-a41ef9c1cefd/go.mod h1:lviaTqic3ngP+p+pEmCCWBgF7wmGVyViPQLK81lsghA=
github.com/rancher/terraform-provider-rancher2 v1.25.1-0.20240906181849-d9facffb5f46 h1:gfGp7/Xp0exLOOluBhq/atlNSQZmwID1cLqIA+qunIs=
github.com/rancher/terraform-provider-rancher2 v1.25.1-0.20240906181849-d9facffb5f46/go.mod h1:lviaTqic3ngP+p+pEmCCWBgF7wmGVyViPQLK81lsghA=
github.com/rancher/wrangler/v3 v3.0.0 h1:IHHCA+vrghJDPxjtLk4fmeSCFhNe9fFzLFj3m2B0YpA=
github.com/rancher/wrangler/v3 v3.0.0/go.mod h1:Dfckuuq7MJk2JWVBDywRlZXMxEyPxHy4XqGrPEzu5Eg=
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo=
Expand Down
Loading