Releases: outerbounds/terraform-aws-metaflow
Releases · outerbounds/terraform-aws-metaflow
v0.12.0
What's Changed
- Update python runtime to 3.12 for db_migrate_lambda by @ryewilson in #88
- Add option to enable KMS key rotation by @ryewilson in #84
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Change default RDS instance type to db.t3.small by @ryewilson in #72
New Contributors
- @ryewilson made their first contribution in #72
Full Changelog: v0.10.1...v0.10.2
v0.10.1
What's Changed
- update eks_argo example with newer versions by @oavdeev in #79
- Custom local file location by @tgvashworth in #81
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- Docs Update - default value for with_public_ip and export outputs from metaflow module by @josephsirak in #69
- Add db_instance_type and db_engine_version to main variables by @wrbooth in #55
New Contributors
- @josephsirak made their first contribution in #69
- @wrbooth made their first contribution in #55
Full Changelog: v0.9.4...v0.10.0
v0.9.4
What's Changed
- Enable some variables to be externally provided to the computation module by @benchoncy in #58
- [eks-argo] Add instructions for how to publish argo events from outside cluster by @jackie-ob in #61
- Feat/ Fix deprecated variable name by @Isaac4real in #65
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- [eks_argo] Add event triggering support by @jackie-ob in #56
- pull in argo events module from metaflow-tools instead by @jackie-ob in #57
- add batch:TagResource to IAM role by @oavdeev in #59
New Contributors
- @jackie-ob made their first contribution in #56
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- Feat/add force_destroy_s3_bucket to main by @Isaac4real in #51
New Contributors
- @Isaac4real made their first contribution in #51
Full Changelog: v0.9.0...v0.9.2
v0.9.1
Interface Changes
with_public_ip
no longer has a default. Specifytrue
if using public VPC subnets, andfalse
if not. Its impossible for this terraform module to figure this out automatically, so default has been removed to avoid hard-to-debug misconfigurations.api_basic_auth
was replaced with two separate flags,metadata_service_enable_api_basic_auth
andmetadata_service_enable_api_gateway
What's Changed
- Make api gateway optional and adjust api_base_auth var naming by @Erin-Boehmer in #40
Full Changelog: v0.8.0...v0.9.1
Release 0.8.0
What's Changed
- update eks example to use newer module versions by @oavdeev in #38
- Airflow integration by @valayDave in #39
- Support IMDSv2 in launch template by @olivermeyer in #43
- expose with_public_ip var of metadata service by @andreinechaev in #42
- Update
with_public_ip
description and examples by @ob-uk in #44
New Contributors
- @valayDave made their first contribution in #39
- @andreinechaev made their first contribution in #42
- @ob-uk made their first contribution in #44
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- Enable private IP by default by @Erin-Boehmer in #37
New Contributors
- @Erin-Boehmer made their first contribution in #37
Full Changelog: v0.7.0...v0.7.1