Releases: ExpediaGroup/apiary-data-lake
Releases · ExpediaGroup/apiary-data-lake
v7.1.6
feat: add new variable apiary_domain_private_zone to support zone pri…
release 7.1.5
[7.1.5] - 2024-05-22
Fixed
- Add
copy_tags_to_snapshot
to aws_rds_cluster.
v7.1.4: Update kubernetes provider version to 2.13.0 (#259)
* Update K8s version to 2.29.0 * updated CHANGELOG * Update kubernetes version --------- Co-authored-by: Milton Ortegon <[email protected]>
v7.1.3
What's Changed
- fix: Add tags to ecs services by @eddydecena in #257
- fix: Update changelog by @eddydecena in #258
Full Changelog: v7.1.2...v7.1.3
v7.1.2
What's Changed
- fix: added datadog provider source to avoid conflicts by @githubjianli in #254
Full Changelog: v7.1.1...v7.1.2
v7.1.1
What's Changed
- fix: fixed datadog secret key default value by @githubjianli in #253
Full Changelog: v7.1.0...v7.1.1
[7.1.0]: Added common_producer_iamroles
What's Changed
- fix: Enable Datadog filtering for HMS metrics on ECS with Apiary tags by @eddydecena in #252
- feature: Added common_producer_iamroles to s3 bucket policy by @dazou-exp in #251
New Contributors
- @eddydecena made their first contribution in #252
- @dazou-exp made their first contribution in #251
Full Changelog: v7.0.1...v7.1.0
v7.0.1
[7.0.0] - 2023-11-16
Changed
- Changed
k8s
API to work with provider 2.x - Changed Terraform
map
totomap
to make it work with newer TF provider(The map function was deprecated in Terraform v0.12 and is no longer available). - Upgrade AWS provider to
4.x
. - Removed bucket
ACL
as when bucketobject_ownership
set toBucketOwnerEnforced
, it's disabledACL
.
Fixing customer_condition variable to ignore trailing semicolon
Fixed
customer_condition
to ignore trailing semicolon.