Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ jobs:
run: |
cd aws_quickstart
python -B -S -m unittest attach_integration_permissions_test.py -v
- name: Run shared CloudFormation helper unit tests
run: |
cd aws_quickstart
python -B -S -m unittest cfn_common_test.py -v
- name: Run Operator subscription unit tests
run: |
cd aws_quickstart
python -B -S -m unittest accept_operator_subscription_test.py -v
4 changes: 4 additions & 0 deletions aws_quickstart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.19.0 (August 21, 2026)

- Accept the free Datadog Operator AWS Marketplace agreement in the commercial AWS partition when EKS instrumentation is selected, allowing the managed add-on installation to proceed without Marketplace permissions on the Datadog integration role. GovCloud and China deployments skip automatic agreement acceptance.

# 4.18.1 (July 31, 2026)

- Track every CloudFormation stack using an instrumenter permissions-boundary policy and safely remove the policy after the final owning stack releases it and no IAM entities remain.
Expand Down
Loading
Loading