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

feat: Upgrade terraform-provider-equinix to v2.6.0 #210

Closed
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1,484 changes: 1,131 additions & 353 deletions docs/resource/equinix_metal_connection.examples.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</ItemGroup>

</Project>
5 changes: 2 additions & 3 deletions examples/fabric/cloud_router/example_1/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module equinix-fabric-cloud_router-example_1

go 1.21

toolchain go1.22.6
toolchain go1.21.13
Copy link
Contributor

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?


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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dang it. The goal is to have the upgrade-provider action only upgrade the upstream TF provider. How can we making these changes?

Copy link
Contributor

Choose a reason for hiding this comment

The 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 main at some point, but many of the examples are using the wrong version & this is fixing those examples.

Copy link
Contributor

Choose a reason for hiding this comment

The 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 (
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/fabric/cloud_router/example_1/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.pulumi</groupId>
<artifactId>equinix</artifactId>
<version>(,1.0)</version>
<version>0.18.1-alpha.1728498536+7525edd6</version>
</dependency>
</dependencies>

Expand Down
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
Expand Up @@ -6,6 +6,6 @@
"dependencies": {
"typescript": "^4.0.0",
"@pulumi/pulumi": "^3.0.0",
"@equinix-labs/pulumi-equinix": "<1.0.0"
"@equinix-labs/pulumi-equinix": "0.18.1-alpha.1728498536+7525edd6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Copy link
Contributor

Choose a reason for hiding this comment

The 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>
5 changes: 2 additions & 3 deletions examples/fabric/cloud_router/example_2/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module equinix-fabric-cloud_router-example_2

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
)

require (
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/fabric/cloud_router/example_2/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.pulumi</groupId>
<artifactId>equinix</artifactId>
<version>(,1.0)</version>
<version>0.18.1-alpha.1728498536+7525edd6</version>
</dependency>
</dependencies>

Expand Down
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
Expand Up @@ -6,6 +6,6 @@
"dependencies": {
"typescript": "^4.0.0",
"@pulumi/pulumi": "^3.0.0",
"@equinix-labs/pulumi-equinix": "<1.0.0"
"@equinix-labs/pulumi-equinix": "0.18.1-alpha.1728498536+7525edd6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</ItemGroup>

</Project>
5 changes: 2 additions & 3 deletions examples/fabric/connection/example_fcr_to_azure/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module equinix-fabric-connection-example_fcr_to_azure

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
)

require (
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.pulumi</groupId>
<artifactId>equinix</artifactId>
<version>(,1.0)</version>
<version>0.18.1-alpha.1728498536+7525edd6</version>
</dependency>
</dependencies>

Expand Down
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
Expand Up @@ -6,6 +6,6 @@
"dependencies": {
"typescript": "^4.0.0",
"@pulumi/pulumi": "^3.0.0",
"@equinix-labs/pulumi-equinix": "<1.0.0"
"@equinix-labs/pulumi-equinix": "0.18.1-alpha.1728498536+7525edd6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</ItemGroup>

</Project>
5 changes: 2 additions & 3 deletions examples/fabric/connection/example_fcr_to_metal/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module equinix-fabric-connection-example_fcr_to_metal

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
)

require (
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.pulumi</groupId>
<artifactId>equinix</artifactId>
<version>(,1.0)</version>
<version>0.18.1-alpha.1728498536+7525edd6</version>
</dependency>
</dependencies>

Expand Down
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
Expand Up @@ -6,6 +6,6 @@
"dependencies": {
"typescript": "^4.0.0",
"@pulumi/pulumi": "^3.0.0",
"@equinix-labs/pulumi-equinix": "<1.0.0"
"@equinix-labs/pulumi-equinix": "0.18.1-alpha.1728498536+7525edd6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</ItemGroup>

</Project>
5 changes: 2 additions & 3 deletions examples/fabric/connection/example_fcr_to_network/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module equinix-fabric-connection-example_fcr_to_network

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
)

require (
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.pulumi</groupId>
<artifactId>equinix</artifactId>
<version>(,1.0)</version>
<version>0.18.1-alpha.1728498536+7525edd6</version>
</dependency>
</dependencies>

Expand Down
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
Expand Up @@ -6,6 +6,6 @@
"dependencies": {
"typescript": "^4.0.0",
"@pulumi/pulumi": "^3.0.0",
"@equinix-labs/pulumi-equinix": "<1.0.0"
"@equinix-labs/pulumi-equinix": "0.18.1-alpha.1728498536+7525edd6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</ItemGroup>

</Project>
5 changes: 2 additions & 3 deletions examples/fabric/connection/example_fcr_to_port/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module equinix-fabric-connection-example_fcr_to_port

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
)

require (
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.pulumi</groupId>
<artifactId>equinix</artifactId>
<version>(,1.0)</version>
<version>0.18.1-alpha.1728498536+7525edd6</version>
</dependency>
</dependencies>

Expand Down
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
Expand Up @@ -6,6 +6,6 @@
"dependencies": {
"typescript": "^4.0.0",
"@pulumi/pulumi": "^3.0.0",
"@equinix-labs/pulumi-equinix": "<1.0.0"
"@equinix-labs/pulumi-equinix": "0.18.1-alpha.1728498536+7525edd6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</ItemGroup>

</Project>
5 changes: 2 additions & 3 deletions examples/fabric/connection/example_metal_to_aws/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ module equinix-fabric-connection-example_metal_to_aws

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
)

require (
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>com.pulumi</groupId>
<artifactId>equinix</artifactId>
<version>(,1.0)</version>
<version>0.18.1-alpha.1728498536+7525edd6</version>
</dependency>
</dependencies>

Expand Down
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
Expand Up @@ -6,6 +6,6 @@
"dependencies": {
"typescript": "^4.0.0",
"@pulumi/pulumi": "^3.0.0",
"@equinix-labs/pulumi-equinix": "<1.0.0"
"@equinix-labs/pulumi-equinix": "0.18.1-alpha.1728498536+7525edd6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</ItemGroup>

</Project>
Loading
Loading