Skip to content

v1.7.4

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 18:42
· 268 commits to master since this release
f7a7ecc

IMPROVEMENTS:

  • Reword docs.
  • Add an example (and explanation) about firewall rules in server-network relation.
  • Explain how ordering of network interfaces works.

BUG FIXES:

  • Fix ordering of network interfaces on the host is NOT the same as defined in the Terraform definition (top-down order). See #99.
  • Enable firewall only when at least one firewall rule is set. In previous version, when no firewall rules are set, the default firewall rules are added. This makes all ports blocked. See #100