Skip to content
This repository was archived by the owner on Apr 29, 2026. It is now read-only.

v2.0.2

Choose a tag to compare

@drduhe drduhe released this 25 Aug 01:17

OSML CDK Constructs v2.0.2

This pull request updates the *Config classes and related interfaces by alphabetically sorting configuration properties for improved readability, centralizing the ECS security group configuration within the *Config classes, and migrating role configurations (LAMBDA_ROLE_NAME, ECS_TASK_ROLE_NAME, ECS_EXECUTION_ROLE_NAME) to be directly managed within the *Config classes instead of being passed through TSDataplaneProps. Additionally, the TSDataplaneProps interface has been updated to reflect these changes, with the security group configuration now handled entirely by TSDataplaneConfig.

Breaking Changes:

N/A

Limitations:

N/A

New Dependency:

N/A

Pull Requests Merged

  • fix: update roles to be passed in via configuration by @drduhe in #144
  • build: updating version to v2.0.2 by @drduhe in #145

Full Changelog: v2.0.1...v2.0.2