Releases: outerbounds/terraform-aws-metaflow
Releases · outerbounds/terraform-aws-metaflow
v0.7.0
What's Changed
- Enable internal traffic from multiple VPCs by @olivermeyer in #34 .
vpc_cidr_blocks
(list of strings) instead of vpc_cidr_block
(string)
Full Changelog: v0.6.1...v0.7.0
v0.6.1
What's Changed
- Bump metadata service to 2.3.0 by @olivermeyer in #36
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.5
v0.5.2
v0.5.1
What's Changed
- Remove unused variables pertaining to step functions from the computation module by @Limess in #26
- Remove unused security group data by @benchoncy in #28
- Omit image id in launch template so that AWS Batch can use GPU-enabled AMI when necessary by @oavdeev in #30
New Contributors
- @Limess made their first contribution in #26
- @benchoncy made their first contribution in #28
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Don't use VPC default Security Group by @oavdeev in #25 by @olivermeyer in #24
Full Changelog: v0.4.0...v0.5.0
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
v0.3.4
What's Changed
- Allow to change UI image in high level module by @ruial in #17
- Revert "Restrict autoscaling privileges to AWSBatch* resources" by @olivermeyer in #19
- bump service and ui versions to 2.2.4 and 1.1.2 respectively by @oavdeev in #18
New Contributors
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- set force destroy flag on bucket in eks example by @oavdeev in #16
- Restrict autoscaling privileges to AWSBatch* resources by @olivermeyer in #12
New Contributors
- @olivermeyer made their first contribution in #12
Full Changelog: v0.3.2...v0.3.3