Skip to content

Releases: equinix/pulumi-equinix

v0.7.1

06 Mar 14:01
6e3fa97
Compare
Choose a tag to compare

What's Changed

  • Fix: add missing changes required to bridge terraform plugin framework by @ocobles in #82

Full Changelog: v0.7.0...v0.7.1

v0.7.0

06 Mar 09:19
4d6c0f8
Compare
Choose a tag to compare

What's Changed

  • feat: upgrade terraform provider to v1.32.0 by @ocobles in #79
  • feat: upgrade pulumi sdk v3.107.0 by @ocobles in #79
  • feat: upgrade pulumi terraform bridge v3.76.0 by @ocobles in #79

v0.6.0

20 Nov 12:16
951d295
Compare
Choose a tag to compare

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

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

08 Nov 17:02
96413e1
Compare
Choose a tag to compare

What's Changed

  • fix: add missing variable in release gh action by @ocobles in #39

Full Changelog: v0.5.0...v0.5.1

v0.5.0

07 Nov 19:35
1d9de33
Compare
Choose a tag to compare

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

07 Nov 15:15
c73136e
Compare
Choose a tag to compare

What's Changed

  • feat: add terraform provider as submodule and configure upstream script by @ocobles in #24
  • Fix upstream to tag SHA by @ocobles in #32

Full Changelog: v0.3.0...v0.4.0

v0.3.0

24 Oct 16:11
ba8962c
Compare
Choose a tag to compare

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

Full Changelog: v0.2.1...v0.3.0

v0.2.1

04 May 18:35
Compare
Choose a tag to compare

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

25 Apr 14:37
b3a76b6
Compare
Choose a tag to compare

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 in equinix_network_ssh_key, which makes it possible to provision Arista routers in Network Edge
  • Deprecates facility and related properties in favor of metro

BUG FIXES:

  • Adds missing MaxItems: 1 to properties that did not support more than one item

v0.1.1

31 Mar 19:22
Compare
Choose a tag to compare

BUG FIXES:

  • add group property in build.gradle file required for java SDK