-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Upgrade terraform-provider-equinix to v2.6.0 #210
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,11 +2,11 @@ module equinix-fabric-cloud_router-example_1 | |
|
||
go 1.21 | ||
|
||
toolchain go1.22.6 | ||
toolchain go1.21.13 | ||
|
||
require ( | ||
github.com/equinix/pulumi-equinix/sdk latest | ||
github.com/pulumi/pulumi/sdk/v3 v3.128.0 | ||
github.com/pulumi/pulumi/sdk/v3 v3.133.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Dang it. The goal is to have the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Seems like something went off the rails elsewhere; v3.133.0 was already adopted in There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. #211 aims to get the examples back in sync. Once that is merged we can either rebase this PR or re-run the GitHub Action to create a new one so we can see what's left to resolve. |
||
) | ||
|
||
require ( | ||
|
@@ -70,7 +70,6 @@ require ( | |
github.com/spf13/cobra v1.8.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/texttheater/golang-levenshtein v1.0.1 // indirect | ||
github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7 // indirect | ||
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect | ||
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect | ||
github.com/xanzy/ssh-agent v0.3.3 // indirect | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pulumi>=3.0.0,<4.0.0 | ||
pulumi_equinix==<1.0.0 | ||
pulumi_equinix==0.18.1-alpha.1728498536+7525edd6 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Pulumi" Version="3.*" /> | ||
<PackageReference Include="Pulumi.Equinix" Version="(, 1.0.0)" /> | ||
<PackageReference Include="Pulumi.Equinix" Version="0.18.1-alpha.1728498536+7525edd6" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This seems like the opposite of what we want. Did I break something in the previous PR that overwrites these versions in examples? |
||
</ItemGroup> | ||
|
||
</Project> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pulumi>=3.0.0,<4.0.0 | ||
pulumi_equinix==<1.0.0 | ||
pulumi_equinix==0.18.1-alpha.1728498536+7525edd6 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pulumi>=3.0.0,<4.0.0 | ||
pulumi_equinix==<1.0.0 | ||
pulumi_equinix==0.18.1-alpha.1728498536+7525edd6 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pulumi>=3.0.0,<4.0.0 | ||
pulumi_equinix==<1.0.0 | ||
pulumi_equinix==0.18.1-alpha.1728498536+7525edd6 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pulumi>=3.0.0,<4.0.0 | ||
pulumi_equinix==<1.0.0 | ||
pulumi_equinix==0.18.1-alpha.1728498536+7525edd6 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pulumi>=3.0.0,<4.0.0 | ||
pulumi_equinix==<1.0.0 | ||
pulumi_equinix==0.18.1-alpha.1728498536+7525edd6 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pulumi>=3.0.0,<4.0.0 | ||
pulumi_equinix==<1.0.0 | ||
pulumi_equinix==0.18.1-alpha.1728498536+7525edd6 |
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.
This golang downgrade is also unexpected. It looks like we use go 1.22 everywhere in GitHub Actions; where is 1.21 coming from?