v0.4.0 (October 2024)
-
Networking Enhancements:
- Replaced Bird with native MetalLB for improved networking.
- Proper setup of Ingress IP to manage traffic more efficiently.
- Deployed an additional Ingress to handle Global IPs, allowing cluster-wide applications to be exposed separately from global ones.
-
Rancher Support:
- Added support for Rancher deployment, with customizable flavors and versions.
- K3s or RKE2 can now be deployed with any specified version.
- Included a helper script to automate the Rancher bootstrap process and cluster imports.
-
Tooling and Validation Updates:
- Introduced
shfmt
to the pre-commit action for shell script formatting. - Switched to Terraform version
>= 1.9.0
for new validation requirements. - Fixed pre-commit action issues (pre-commit/action#210).
- Introduced
-
Issue Fixes:
This update provides more robust networking and Rancher management options, along with improved tooling support, all via #88 by @e-minguez 🚀
Full Changelog: v0.3.0...v0.4.0