Skip to content

Tags: equinix/pulumi-equinix

Tags

v0.30.0

Toggle v0.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: release Pulumi (#345)

v0.29.1

Toggle v0.29.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)
```

v0.29.0

Toggle v0.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Update Pulumi to use 4.13.0 of TF Provider (#339)

v0.28.0

Toggle v0.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: running make build command (#325)

sdk/v0.27.1

Toggle sdk/v0.27.1's commit message
v0.27.1

v0.27.1

Toggle v0.27.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v0.27.0

Toggle v0.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

sdk/v0.27.0

Toggle sdk/v0.27.0's commit message
v0.27.0

v0.26.0

Toggle v0.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

sdk/v0.26.0

Toggle sdk/v0.26.0's commit message
v0.26.0