Skip to content

v0.4.0

Compare
Choose a tag to compare
@displague displague released this 02 May 11:56
· 20 commits to main since this release
5044c4a

Breaking Changes

  • In v0.3 the Equinix Metal Terraform provider was used. In v0.4 this module has migrated to the Equinix Terraform provider (v1.14.1). It is recommended to rebuild any existing deployments. Migration should be possible by converting the state files as described in the Migrating from equinix/metal to equinix/equinix.
  • The facility variable has been replaced with metro. See Bye Facilities, Hello (again) Metros for more details. The default location has moved from SJC1 to DA.
  • The default plan is now c3.small rather than c2.medium
  • Terraform version >= 1 is now required

What's Changed

  • Fix README.md TF_VARs by @saschagrunert in #11
  • Some fixes and update OCP version to 4.12 by @agonzalezrh in #20
    • plan_bastion is now available for defining the bastion node plan (previously plan_controlplane was overused for this purpose)
  • update Terraform for v1 use by @rawkode in #21
    • templatefile is used instead of Template datasources
    • use curl options that surface errors and silence the progress output
    • use c3.small.x86 consistently
    • Update CI to use terraform v1 by @ctreatma in #22
  • upgrade and migrate from Metal (v.3.2.1) to Equinix provider (v.14.1) by @displague in #13, #18, and #21
    • Use metros instead of facilities

New Contributors

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