Skip to content

v2.2.2

Choose a tag to compare

@cloudposse-releaser cloudposse-releaser released this 24 Sep 19:54
· 7 commits to main since this release
9c51420

🚀 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_dd to hold aliases before considering Datadog sidecars.
  • Updated container_aliases to merge in Datadog sidecar containers (datadog-agent, datadog-log-router) when datadog_agent_sidecar_enabled is 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_dd to hold aliases before considering Datadog sidecars.
  • Updated container_aliases to merge in Datadog sidecar containers (datadog-agent, datadog-log-router) when datadog_agent_sidecar_enabled is 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 docs

why

To have most recent changes of README.md and doc from origin templates