Releases: appuio/terraform-modules
Releases · appuio/terraform-modules
v6.3.0
1 changes since v6.2.0
🛠️ Minor Changes
- vshn-lbaas-cloudscale: Remove provider-managed
next_hop
from ignore_changes
for floating IPs (#57)
v6.2.0
2 changes since v6.1.1
🚀 Features
- vshn-lbaas-cloudscale: Add variables to control which cloudscale floating IPs to allocate (#55)
- vshn-lbaas-cloudscale: Add variable to configure an internal router VIP (#56)
v6.1.1
1 changes since v6.1.0
🐛 Fixes
- Fix vip index errors for clusters with no LBs (#54)
v6.1.0
1 changes since v6.0.0
🚀 Features
- Add optional support for using existing floating IPs (#53)
v6.0.0
2 changes since v5.2.0
🚀 Features
- vshn-lbaas-exoscale: Update LB security group to allow SSH to the LBs from anywhere (#51)
🔎 Breaking Changes
- vshn-lbaas-exoscale: Manage Floaty IAMv3 role and credentials in Terraform (#50)
v5.2.0
Summary
This release updates the Exoscale Terraform provider to 0.55.0. This version doesn't support the Exoscale v1 API anymore, so we're ready for Exoscale to decommission the v1 API.
Changelog
3 changes since v5.1.0
🔗 Dependency Updates
- Update actions/checkout action to v4 (#48)
- Update Terraform exoscale to v0.55.0 (#46)
- Update hashicorp/setup-terraform action to v3 (#49)
v5.1.0
1 changes since v5.0.0
🚀 Features
- vshn-lbaas-exoscale: Switch to new
exoscale_template
data source (#45)
v5.0.0
4 changes since v4.2.1
🚀 Features
- vshn-lbaas-exoscale: Manage Elastic IP reverse DNS with Terraform (#44)
🔎 Breaking Changes
- vshn-lbaas-exoscale: Switch back to user-provided IAM key for Floaty (#43)
🔗 Dependency Updates
- Update Terraform exoscale to v0.50.0 (#41)
- Update mikepenz/release-changelog-builder-action action to v4 (#42)
v4.2.0
1 changes since v4.1.0
🛠️ Minor Changes
- vshn-lbaas-exoscale: Pass LB security groups by ID (#39)