Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Changelog for 1.527.0 #1182

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# CHANGELOG

## 1.527.0



<details>
<summary>update dd lambda to allow specifying region for configuration component @Benbentwo (#1163)</summary>
## what

- allows datadog-lambda forwarder to specify a global region override for environment

## why

- since we cannot do dynamic providers we should make `datadog_configuration` be regional

Example Stack configuration
```yaml
import:
- orgs/acme/plat/dev/_defaults
- mixins/region/us-east-1
- catalog/datadog/configuration
- catalog/datadog/lambda-forwarder

components:
terraform:
datadog-configuration:
vars:
datadog_secrets_store_type: SSM
datadog_secrets_source_store_account_stage: auto
datadog_secrets_source_store_account_region: "us-west-2"

datadog-lambda-forwarder:
vars:
datadog_configuration_environment: "use1"

```


</details>

<details>
<summary>Update Changelog for `1.526.0` @github-actions (#1181)</summary>
Update Changelog for [`1.526.0`](https://github.com/cloudposse/terraform-aws-components/releases/tag/1.526.0)
</details>



## 1.526.0


Expand Down
Loading