Skip to content

Releases: outerbounds/terraform-aws-metaflow

v0.7.0

28 Jul 14:43
7f899b1
Compare
Choose a tag to compare

What's Changed

⚠️ This release changes the module interface for the metadata-service and the main module; you'll have to use vpc_cidr_blocks (list of strings) instead of vpc_cidr_block (string)

Full Changelog: v0.6.1...v0.7.0

v0.6.1

28 Jul 14:12
e6c49f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

22 Jul 13:53
429fa5f
Compare
Choose a tag to compare

What's Changed

  • Support Aurora
  • Fix default db engine type by @oavdeev in #35

Full Changelog: v0.5.5...v0.6.0

v0.5.5

08 Jul 21:22
120c6c7
Compare
Choose a tag to compare

What's Changed

  • Add metadata service cpu and memory to variables by @yanp in #32
  • Add database name to submodule inputs by @yanp in #33

New Contributors

  • @yanp made their first contribution in #32

Full Changelog: v0.5.2...v0.5.5

v0.5.2

22 Jun 19:03
119d3c5
Compare
Choose a tag to compare

What's Changed

  • add a way to use the module with AWS provider 4.9+ by @oavdeev in #31

Full Changelog: v0.5.1...v0.5.2

v0.5.1

21 Jun 22:25
b91399d
Compare
Choose a tag to compare

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

Full Changelog: v0.5.0...v0.5.1

v0.5.0

10 May 17:12
f2a300e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

04 May 17:41
5428ff7
Compare
Choose a tag to compare

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

Full Changelog: v0.3.4...v0.4.0

v0.3.4

22 Apr 14:05
e33b252
Compare
Choose a tag to compare

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

  • @ruial made their first contribution in #17

Full Changelog: v0.3.3...v0.3.4

v0.3.3

21 Apr 18:24
ca3d5d3
Compare
Choose a tag to compare

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

Full Changelog: v0.3.2...v0.3.3