Skip to content

Releases: equinix/terraform-provider-equinix

v1.25.0

18 Jan 02:31
90516e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.24.0...v1.25.0

v1.24.0

12 Jan 19:13
eb69680
Compare
Choose a tag to compare

What's Changed

  • feat: Adding capability to update cluster name of NE cluster device by @schadalawada in #513
  • chore: stabilize Metal organization test by @ctreatma in #510
  • fix: send an empty array for IP ranges instead of null by @ctreatma in #516

Full Changelog: v1.23.0...v1.24.0

v1.23.0

11 Jan 18:34
77f4d93
Compare
Choose a tag to compare

What's Changed

  • refactor: remove diagnostics wrapper by @ctreatma in #486
  • refactor: First draft of changes to separate 2 basic resources away from equinix/ by @t0mk in #479
  • refactor: move validators out of provider.go by @ctreatma in #496
  • refactor: move mutexkv to its own package by @ctreatma in #498
  • fix(deps): update golang.org/x/exp digest to 02704c9 by @renovate in #468
  • fix(deps): update module github.com/google/uuid to v1.5.0 by @renovate in #488
  • fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.31.0 by @renovate in #493
  • fix(deps): update module golang.org/x/oauth2 to v0.15.0 by @renovate in #469
  • fix(deps): update module github.com/equinix/equinix-sdk-go to v0.31.0 by @renovate in #500
  • fix(deps): update golang.org/x/exp digest to be819d1 by @renovate in #505
  • docs: update community link in issue template by @displague in #490
  • refactor: move error functions out of package.go by @ctreatma in #502
  • refactor: move converters out of provider.go by @ctreatma in #509

Full Changelog: v1.22.0...v1.23.0

v1.22.0

18 Dec 15:44
4f505dd
Compare
Choose a tag to compare

What's Changed

  • refactor: move spot market timeouts out of provider.go by @ctreatma in #483
  • fix(deps): update module github.com/equinix-labs/metal-go to v0.29.0 by @renovate in #470
  • refactor: switch from metal-go to equinix-sdk-go by @ctreatma in #489
  • feat: add VM resizing for device resource core upgrade and new device status for device data source by @rling-equinix in #492

Full Changelog: v1.21.0...v1.22.0

v1.21.0

11 Dec 23:35
3f63566
Compare
Choose a tag to compare

What's Changed

  • refactor: move data conversion code to internal/converters by @t0mk in #473
  • fix: Add network body response in terraform errors for equinix_fabric_connection resource by @thogarty in #449
  • refactor: clean up config package by @ctreatma in #480
  • fix: fixing fabric connection schema for port 2 network connection by @srushti-patl in #478
  • refactor: remove unnecessary wrappers for getting a random string or int by @ctreatma in #481

Full Changelog: v1.20.1...v1.21.0

v1.20.1

07 Dec 15:24
c6f70ec
Compare
Choose a tag to compare

What's Changed

  • refactor: move error handling code to internal/errors, move SetMap to internal/schema by @t0mk in #467
  • fix: fixing schemas for Servicetoken and accesspoint.interface. by @srushti-patl in #472
  • docs: fix sensitive-data URL by @displague in #474
  • chore(deps): update actions/setup-go action to v5 by @renovate in #476

Full Changelog: v1.20.0...v1.20.1

v1.20.0

16 Nov 15:45
e1583cb
Compare
Choose a tag to compare

Fixes

  • fix: equinix_fabric_cloud_router provisioning state and read schema by @ocobles in #457
  • fix: make correrlationI() function private by @t0mk in #465
  • fix: Fixing VD to Azure connection resource by @srushti-patl in #435
  • fix: remove executable flag from some source code files by @t0mk in #450
  • fix(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.5 by @renovate in #453
  • fix(deps): update module github.com/equinix-labs/metal-go to v0.26.0 by @renovate in #439
  • fix(deps): update module github.com/equinix-labs/metal-go to v0.27.0 by @renovate in #461
  • fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.30.0 by @renovate in #460
  • fix(deps): update module golang.org/x/oauth2 to v0.14.0 by @renovate in #454
  • fix(deps): update module github.com/hashicorp/terraform-plugin-docs to v0.16.0 by @renovate in #443
  • fix(deps): update module github.com/equinix-labs/fabric-go to v0.7.1 by @renovate in #446
  • fix(deps): update module github.com/google/uuid to v1.4.0 by @renovate in #441
  • fix(deps): update golang.org/x/exp digest to 9a3e603 by @renovate in #438

Features

Chores

  • chore: Configure Renovate by @renovate in #432
  • chore: gh action to upgrade provider dependency in Pulumi provider by @ocobles in #452
  • chore(deps): update goreleaser/goreleaser-action action to v5 by @renovate in #448
  • chore(deps): update crazy-max/ghaction-import-gpg action to v6 by @renovate in #447
  • chore(deps): update actions/checkout action to v4 by @renovate in #444

Docs

Refactors

  • refactor: Move Config-related code to internal/config by @t0mk in #459

New Contributors

Full Changelog: v1.19.0...v1.20.0

v1.19.0

02 Nov 18:23
39c721c
Compare
Choose a tag to compare

Features

Fixes

  • fix: use the correct base User-Agent for metal-go requests by @ctreatma in #437

Full Changelog: v1.18.2...v1.19.0

v1.18.2

31 Oct 15:52
d347d05
Compare
Choose a tag to compare

Fixes:

  • fix: read metal-go client's auth token from config, not env by @ctreatma in #433

Full Changelog: v1.18.1...v1.18.2

v1.18.1

30 Oct 18:06
9381831
Compare
Choose a tag to compare

Docs:

  • docs: update Client ID & Secret provider instruction link by @displague in #417

Chores:

  • chore(ci): execute acctest only if pull request is not draft by @ocobles in #421
  • chore(issues): direct questions to community.equinix.com by @displague in #416
  • chore: upgrade metal-go to v0.25.1 by @ctreatma in #431

Features:

  • feat: use metal-go for device reads (data source and resource) by @ctreatma in #291

Fixes:

  • fix: equinix_fabric_cloud_router ignore empty order block and set max 1 for project block by @ocobles in #429

Full Changelog: v1.18.0...v1.18.1