Tags: equinix/pulumi-equinix
Tags
fix: Use correct python version for setup python (#340) Fixes the following error in the setup python job ``` Run actions/setup-python@v1 Error: Version 3.9 with arch x64 not found Available versions: 3.10.20 (x64) 3.11.15 (x64) 3.12.13 (x64) 3.13.12 (x64) 3.14.3 (x64) ```
fix: set ProviderVersion for inclusion in the User-Agent (#305) There was a typo in the goreleaser `ldflags` setting that injects the provider version into the build so that it can be included in the User-Agent string. As a result, all existing releases of pulumi-equinix include the version `dev` in the User-Agent. This fixes the goreleaser `ldflags` setting to match what is in [the Equinix Terraform Provider's goreleaser config](https://github.com/equinix/terraform-provider-equinix/blob/408fffdf52b779d5f99a5bfa79fe70d4932d53b9/.goreleaser.yml#L20) so that we can identify usage of different pulumi-equinix versions.
feat: Update resource (#309) **Steps for this PR:** Add port resource in `provider/resources.go ` cd pulumi-equinix (instead of below 3 steps, we can also do `git submodule update --remote upstream`) cd upstream git fetch origin git add upstream cd .. cd provider go mod tidy make build
feat: Upgrade terraform-provider-equinix to v4.1.0 (#300) This PR was generated via `$ upgrade-provider equinix/pulumi-equinix --kind=provider --target-bridge-version=latest --pr-title-prefix=feat: --java-version=1.16.0`. --- - Upgrading terraform-provider-equinix from 4.0.0 to 4.1.0.
PreviousNext