Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Latest commit

 

History

History
87 lines (51 loc) · 2.79 KB

File metadata and controls

87 lines (51 loc) · 2.79 KB

Change Log

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.

[1.2.6] - 2024-11-21

Changed

[1.2.5] - 2024-06-20

Changed

[1.2.4] - 2023-10-23

Changed

[1.2.3] - 2023-10-12

Changed

  • Update lambda runtime to NodeJS 18
  • Update dependencies

[1.2.2] - 2023-06-22

Changed

[1.2.1] - 2023-01-13

Changed

[1.2.0] - 2022-12-08

Changed

  • appRegistry integration
  • CDK v2 upgrade
  • lambda run time upgrade to Node.js 16
  • package version updates

[1.1.1] - 2022-09-19

Changed

  • package version updates
  • on Puma demo instance, install git for puma rails app generator

[1.1.0] - 2021-11-04

Added

  • Support for Nginx workload on EC2 instances
  • Support for Ruby/Puma workload on EC2 instances
  • workload.infra.ts generic stack for workload-infrastructure provisioning
  • demo.infra.ts generic construct for demo-infrastructure provisioning
  • CWWidgetFactory generic widget factory to generate workload related Amazon CloudWatch dashboard widgets

Changed

  • Moved generic helpers to utils library, logger, error, metrics
  • Moved CloudWatch dashboard widget configuration files to widgets

Removed

  • Apache workload specific stack (apache.infra.ts) for infrastructure provisioning

[1.0.0] - 2021-04-27

Added

  • Initial version
  • Support for Apache workload on EC2 instances