Releases: equinix/pulumi-equinix
v0.2.1
pulumi-equinix v0.2.1
As of v0.2.1, the official Pulumi provider for Equinix is now listed in the Pulumi registry. This version includes a fix for a documentation bug as well as updated documentation that more accurately covers supported languages.
This includes support for resources available through Terraform Provider Equinix v1.14.1 (Release Notes).
What's Changed
- fix: add newlines before closing shortcode in BGP session examples by @ctreatma in #11
- fix: pull in changes proposed by Pulumi team by @ctreatma in #12
Full Changelog: v0.2.0...v0.2.1
v0.2.0
0.2.0
The 0.2.0 release of pulumi-equinix includes Pulumi SDKs generated with v1.14.1 of terraform-provider-equinix. This release includes a bug fix that improve usability of single-element set- and list-type fields; deprecation notices for facility-related fields to prepare for the deprecation of facilities in the Equinix Metal platform; and support for key types in Network Edge SSH key resources, which makes it possible to provision Arista routers in Network Edge with Pulumi.
FEATURES:
- Adds support for
DSAkeys inequinix_network_ssh_key, which makes it possible to provision Arista routers in Network Edge - Deprecates
facilityand related properties in favor ofmetro
BUG FIXES:
- Adds missing
MaxItems: 1to properties that did not support more than one item
v0.1.1
v0.1.0
NOTES:
Initial release
FEATURES:
- Supported languages:
- nodejs
- python
- dotnet
- go
- java
- Pulumi yaml
- Supported resources:
- All Equinix Fabric v4, Equinix Metal v1, and Network Edge v1 resources available in Equinix Terraform Provider v1.13.0
- Examples folder for all resources / languages supported