From f8449244075dd5a1b1b585b38c19e46e7cae012b Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 18:58:44 +0000 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60c87a5d..cf77e8cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 4.4.0 / 2026-05-14 + +### Fixed +* fix(roles): guard built-in Datadog roles from create and update by @michael-richey in https://github.com/DataDog/datadog-sync-cli/pull/562 + + +**Full Changelog**: https://github.com/DataDog/datadog-sync-cli/compare/4.3.0...4.4.0 + ## 4.3.0 / 2026-05-13 ### Added From 19fe60ca2bcf22afa8ddfa75f0270c1be8d71610 Mon Sep 17 00:00:00 2001 From: "michael.richey" Date: Fri, 15 May 2026 11:19:31 -0400 Subject: [PATCH 2/2] Update CHANGELOG: add #564 to 4.4.0 Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf77e8cc..aafeda49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -## 4.4.0 / 2026-05-14 +## 4.4.0 / 2026-05-15 ### Fixed * fix(roles): guard built-in Datadog roles from create and update by @michael-richey in https://github.com/DataDog/datadog-sync-cli/pull/562 +* fix(synthetics_global_variables): key on (name, type) to resolve 409 conflict by @michael-richey in https://github.com/DataDog/datadog-sync-cli/pull/564 **Full Changelog**: https://github.com/DataDog/datadog-sync-cli/compare/4.3.0...4.4.0