v0.4.0
Note: breaking change
CIDR allow list for Metaflow UI now defaults to nothing instead of being open to all (0.0.0.0/0
). If you want to keep previous behavior, you'd need to set it to ["0.0.0.0/0"]
explicitly before or after upgrade.
What's Changed
- Expose the internal attribute of the ALB by @olivermeyer in #21
- Add UI ALB ARN to outputs by @olivermeyer in #23
- Pass ui_allow_list from main by @olivermeyer in #20
Full Changelog: v0.3.4...v0.4.0