Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 905 Bytes

CHANGELOG.md

File metadata and controls

28 lines (21 loc) · 905 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.0.3] - 2020-04-19

Added

  • Tests for overriding VPC defaults and specifying new VPCs.

Changed

  • Continue parsing the configuration files when the default VPC config details are not available.
  • Test fixtures are now split into cluster and fargate container directories.

[0.0.2] - 2020-04-16

Added

  • An example cluster.yml config file
  • Additional documentation around usage and configuration
  • A TODO list

Changed

  • ClusterStack and SharedPrivateALB classes to use the new application_port config

[0.0.1] - 2020-04-15

Added

  • CDK modules for deploying a Shared ECS Cluster + ALB + Fargate Containers.