Releases: equinix/pulumi-equinix
v0.7.1
v0.7.0
v0.6.0
Fixes
- fix: Go build remove unused imports by @ocobles in #47
- fix(deps): update module github.com/pulumi/pulumi-terraform-bridge/v3 to v3.65.0 by @renovate in #49
- fix(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.94.1 by @renovate in #45
- fix(deps): update module github.com/pulumi/pulumi/pkg/v3 to v3.94.2 by @renovate in #44
Features
- feat: upgrade tf provider to 1.20.0 by @ocobles in #48
- feat: upgrade pulumi sdk v3.94.2 by @ocobles in #51
Chores
- chore(deps): update pulumi/pulumi-upgrade-provider-action action to v0.0.10 by @renovate in #38
- chore(deps): update jaxxstorm/action-install-gh-release action to v1.10.0 by @renovate in #41
- chore(deps): update gradle/gradle-build-action digest to 9bca466 by @renovate in #37
- chore(deps): update actions/checkout action to v4 by @renovate in #50
- chore(deps): update github.com/hashicorp/go-cty digest to 8598007 by @renovate in #34
- chore(deps): update actions/download-artifact action to v3 by @renovate in #53
Docs
Full Changelog: v0.5.1...v0.6.0
v0.5.1
v0.5.0
What's Changed
- Bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /sdk by @dependabot in #25
- Bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /examples by @dependabot in #27
- Bump google.golang.org/grpc from 1.57.0 to 1.57.1 in /provider by @dependabot in #26
- fix release action by @ocobles in #33
- chore: Configure Renovate by @renovate in #29
New Contributors
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.3.0
What's New
New resources:
- fabric/cloudRouter.CloudRouter
- fabric/routingProtocol.RoutingProtocol
New functions:
- fabric/getCloudRouter.getCloudRouter
- fabric/getRoutingProtocol.getRoutingProtocol
- metal/getDevices.getDevices
What's Changed
- change layout by @susanev in #15
- Bump golang.org/x/net from 0.7.0 to 0.17.0 in /provider by @dependabot in #17
- add server param to install plugin command by @ocobles in #20
- feat: add GH Actions for linting, build/testing, and community guidance by @ocobles in #22
- chore(sync): Sync terraform provider 1.18.0 by @ocobles in #19
- bump:
- go version to 1.21
- go terraform-provider-equinix to v1.18.0
- go pulumi-terraform-bridge to v3.62.0
- go pulumi to v3.90.0
New Contributors
- @susanev made their first contribution in #15
- @dependabot made their first contribution in #17
Full Changelog: v0.2.1...v0.3.0
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
DSA
keys inequinix_network_ssh_key
, which makes it possible to provision Arista routers in Network Edge - Deprecates
facility
and related properties in favor ofmetro
BUG FIXES:
- Adds missing
MaxItems: 1
to properties that did not support more than one item