v0.4.0
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 withmetro
. 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 thanc2.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 (previouslyplan_controlplane
was overused for this purpose)
- update Terraform for v1 use by @rawkode in #21
- 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
- @saschagrunert made their first contribution in #11
- @agonzalezrh made their first contribution in #20
- @ctreatma made their first contribution in #22
- @rawkode made their first contribution in #21
Full Changelog: v0.3.0...v0.4.0