v2.2.2
·
7 commits
to main
since this release
🚀 Enhancements
Bugfix: Container aliases having issue when datadog is enabled @Benbentwo (#74)
This pull request updates how container aliases are generated in `src/main.tf` to support Datadog sidecar containers more flexibly. The main change is the introduction of a new local variable to handle pre-Datadog and Datadog-enabled scenarios, making the logic clearer and more maintainable.Container aliasing improvements:
- Added
container_aliases_pre_ddto hold aliases before considering Datadog sidecars. - Updated
container_aliasesto merge in Datadog sidecar containers (datadog-agent,datadog-log-router) whendatadog_agent_sidecar_enabledis true, improving conditional support for these containers.
Summary by CodeRabbit
- New Features
- When the Datadog sidecar is enabled, the system now automatically includes aliases for monitoring and log-routing containers, expanding the set of recognized container aliases downstream.
- No changes for environments where the Datadog sidecar is disabled; existing behavior remains unchanged.
🐛 Bug Fixes
Bugfix: Container aliases having issue when datadog is enabled @Benbentwo (#74)
This pull request updates how container aliases are generated in `src/main.tf` to support Datadog sidecar containers more flexibly. The main change is the introduction of a new local variable to handle pre-Datadog and Datadog-enabled scenarios, making the logic clearer and more maintainable.Container aliasing improvements:
- Added
container_aliases_pre_ddto hold aliases before considering Datadog sidecars. - Updated
container_aliasesto merge in Datadog sidecar containers (datadog-agent,datadog-log-router) whendatadog_agent_sidecar_enabledis true, improving conditional support for these containers.
Summary by CodeRabbit
- New Features
- When the Datadog sidecar is enabled, the system now automatically includes aliases for monitoring and log-routing containers, expanding the set of recognized container aliases downstream.
- No changes for environments where the Datadog sidecar is disabled; existing behavior remains unchanged.
🤖 Automatic Updates
Update README.md and docs @[cloudposse-releaser[bot]](https://github.com/apps/cloudposse-releaser) (#75)
## what This is an auto-generated PR that updates the README.md and docswhy
To have most recent changes of README.md and doc from origin templates