Skip to content

Commit

Permalink
Upgrade terraform-provider-rke to v1.4.4 (#305)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-rke`.

---

- Upgrading terraform-provider-rke from 1.4.3  to 1.4.4.
	Fixes #298
  • Loading branch information
guineveresaenger authored Mar 23, 2024
2 parents ccd8061 + 0aa276b commit 9442350
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/cluster/nodejs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const rkeInstance = new aws.ec2.Instance("rke-node", {

const cluster = new rke.Cluster(`actions`, {
cloudProvider: {
name: "aws"
name: "external",
},
// This is likely related to https://github.com/rancher/terraform-provider-rke/issues/370 and/or
// https://github.com/rancher/terraform-provider-rke/issues/404 from the upstream provider.
Expand Down
2 changes: 1 addition & 1 deletion examples/cluster/python/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def wait_for_ready(private_ip):
time.sleep(180)
return private_ip

rke_cluster = rke.Cluster("actions", cloud_provider=rke.ClusterCloudProviderArgs(name="aws"),
rke_cluster = rke.Cluster("actions", cloud_provider=rke.ClusterCloudProviderArgs(name="external"),
nodes=[
rke.ClusterNodeArgs(address=rke_instance.public_ip,
internal_address=rke_instance.private_ip.apply(lambda ip: wait_for_ready(ip)),
Expand Down
2 changes: 1 addition & 1 deletion provider/cmd/pulumi-resource-rke/schema-embed.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21
require (
github.com/pulumi/pulumi-terraform-bridge/v3 v3.78.0
github.com/pulumi/pulumi/sdk/v3 v3.111.1
github.com/rancher/terraform-provider-rke v1.4.3
github.com/rancher/terraform-provider-rke v1.4.4
)

require (
Expand Down Expand Up @@ -72,7 +72,7 @@ require (
github.com/cloudflare/circl v1.3.7 // indirect
github.com/containerd/cgroups v1.0.4 // indirect
github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81 // indirect
github.com/containerd/containerd v1.6.26 // indirect
github.com/containerd/containerd v1.6.27 // indirect
github.com/coreos/go-semver v0.3.0 // indirect
github.com/coreos/go-systemd/v22 v22.4.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
Expand Down Expand Up @@ -225,8 +225,8 @@ require (
github.com/pulumi/schema-tools v0.1.2 // indirect
github.com/pulumi/terraform-diff-reader v0.0.2 // indirect
github.com/rancher/lasso v0.0.0-20230830164424-d684fdeb6f29 // indirect
github.com/rancher/norman v0.0.0-20230831160711-5de27f66385d // indirect
github.com/rancher/rke v1.4.11 // indirect
github.com/rancher/norman v0.0.0-20240129215925-f4006b7033e8 // indirect
github.com/rancher/rke v1.4.16 // indirect
github.com/rancher/wrangler v1.1.1-0.20230831050635-df1bd5aae9df // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/rogpeppe/go-internal v1.11.0 // indirect
Expand Down
16 changes: 8 additions & 8 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1577,8 +1577,8 @@ github.com/containerd/containerd v1.5.1/go.mod h1:0DOxVqwDy2iZvrZp2JUx/E+hS0UNTV
github.com/containerd/containerd v1.5.7/go.mod h1:gyvv6+ugqY25TiXxcZC3L5yOeYgEw0QMhscqVp1AR9c=
github.com/containerd/containerd v1.5.8/go.mod h1:YdFSv5bTFLpG2HIYmfqDpSYYTDX+mc5qtSuYx1YUb/s=
github.com/containerd/containerd v1.6.1/go.mod h1:1nJz5xCZPusx6jJU8Frfct988y0NpumIq9ODB0kLtoE=
github.com/containerd/containerd v1.6.26 h1:VVfrE6ZpyisvB1fzoY8Vkiq4sy+i5oF4uk7zu03RaHs=
github.com/containerd/containerd v1.6.26/go.mod h1:I4TRdsdoo5MlKob5khDJS2EPT1l1oMNaE2MBm6FrwxM=
github.com/containerd/containerd v1.6.27 h1:xGPieCivG5JfO6Sm4XYml/aruv0ru39gN4Wtl7tqeIA=
github.com/containerd/containerd v1.6.27/go.mod h1:uWjQMLorvbCqqDRTte+n8HnW82DIaT7mhvAiB1rOez4=
github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
github.com/containerd/continuity v0.0.0-20190815185530-f2a389ac0a02/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
github.com/containerd/continuity v0.0.0-20191127005431-f65d91d395eb/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y=
Expand Down Expand Up @@ -2906,12 +2906,12 @@ github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240229143312-4f60ee4e2975/go.
github.com/rakyll/embedmd v0.0.0-20171029212350-c8060a0752a2/go.mod h1:7jOTMgqac46PZcF54q6l2hkLEG8op93fZu61KmxWDV4=
github.com/rancher/lasso v0.0.0-20230830164424-d684fdeb6f29 h1:+kige/h8/LnzWgPjB5NUIHz/pWiW/lFpqcTUkN5uulY=
github.com/rancher/lasso v0.0.0-20230830164424-d684fdeb6f29/go.mod h1:kgk9kJVMj9FIrrXU0iyM6u/9Je4bEjPImqswkTVaKsQ=
github.com/rancher/norman v0.0.0-20230831160711-5de27f66385d h1:Ft/iTH91TlE2oBGmpkdO4I8o8cvUmCnytdwu52a/tN4=
github.com/rancher/norman v0.0.0-20230831160711-5de27f66385d/go.mod h1:Sm2Xqai+aecgmJ86ygyEe+TdPMLkauEpykSstBAu4Ko=
github.com/rancher/rke v1.4.11 h1:3iQZwkyjCDXah5vDOysZR4Hvi9cxjP1MtG6MHrTmsvw=
github.com/rancher/rke v1.4.11/go.mod h1:zCL+we25sFDQb2jo6EojX8zxBfbB7FxL6Lte6A6eCiY=
github.com/rancher/terraform-provider-rke v1.4.3 h1:txsRL1E/1UpvBIok6U9megW8kQ++2s0yBta5hdHDMs0=
github.com/rancher/terraform-provider-rke v1.4.3/go.mod h1:dt3PKCus4Qzs1RD7Yc4pLOCcK7uZGT3xkhrjf7j/jjA=
github.com/rancher/norman v0.0.0-20240129215925-f4006b7033e8 h1:l5hLVeyILjhjU0M37eUoYQJ+/Ue21mmn94QXKuNIC6U=
github.com/rancher/norman v0.0.0-20240129215925-f4006b7033e8/go.mod h1:Sm2Xqai+aecgmJ86ygyEe+TdPMLkauEpykSstBAu4Ko=
github.com/rancher/rke v1.4.16 h1:TwhO68syETl4KAMM7zrueTamoMHWwGMzJfAShWBAC+4=
github.com/rancher/rke v1.4.16/go.mod h1:UIc898udZbjJ+0616CEmjqY+eBQSkW/dQ30ZvL7bUcQ=
github.com/rancher/terraform-provider-rke v1.4.4 h1:gdJoQ613Dlc+zRGjfJ+VMHUzoe25ebAD7C1GXf+cftc=
github.com/rancher/terraform-provider-rke v1.4.4/go.mod h1:D/zfUwQYOaDxqMAui6Jn8wJbQz+6OZJECcQ+6IKhGAk=
github.com/rancher/wrangler v1.1.1-0.20230831050635-df1bd5aae9df h1:WJ+aaUICHPX8HeLmHE9JL/RFHhilMfcJlqmhgpc7gJU=
github.com/rancher/wrangler v1.1.1-0.20230831050635-df1bd5aae9df/go.mod h1:4T80p+rLh2OLbjCjdExIjRHKNBgK9NUAd7eIU/gRPKk=
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4=
Expand Down

0 comments on commit 9442350

Please sign in to comment.