From 55e91e2aed7ff2310120ee5d497b8f381a75bbd2 Mon Sep 17 00:00:00 2001 From: Abhishek Jagannath <116559428+abhishek-j16@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:46:46 +0530 Subject: [PATCH 1/3] [bugfix] Update metrics.query_ts_points action with correct class Action `metrics.query_ts_points` is pointing to `DatadogPostTSPoints` Class which is incorrect, rather it should be pointing to `DatadogQueryTSPoints` --- actions/metrics.query_ts_points.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/metrics.query_ts_points.yaml b/actions/metrics.query_ts_points.yaml index 1ad7f6c..5d1a5ec 100644 --- a/actions/metrics.query_ts_points.yaml +++ b/actions/metrics.query_ts_points.yaml @@ -17,7 +17,7 @@ parameters: required: true description: "The query string, see http://docs.datadoghq.com/graphing/ for the syntax" cls: - default: DatadogPostTSPoints + default: DatadogQueryTSPoints immutable: true type: string module_path: From cd4a8692ed4ff3adcaf9bd85f9dc505426e96881 Mon Sep 17 00:00:00 2001 From: Abhishek Jagannath <116559428+abhishek-j16@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:49:50 +0530 Subject: [PATCH 2/3] Update CHANGES.md --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3778e0c..ad722ef 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.1 + +* Update metrics.query_ts_points action with the correct class: `DatadogQueryTSPoints` + ## 1.0.0 * Drop Python 2.7 support From 89a18aaecf6f8a12730062e2360765fad22d6c3f Mon Sep 17 00:00:00 2001 From: Abhishek Jagannath <116559428+abhishek-j16@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:27:43 +0530 Subject: [PATCH 3/3] Update version in pack.yaml --- pack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.yaml b/pack.yaml index 7197e41..6f3ffc8 100644 --- a/pack.yaml +++ b/pack.yaml @@ -6,7 +6,7 @@ keywords: - monitoring - alerting - saas -version: 1.0.0 +version: 1.0.1 author: Lisa Bekdache email: lisa.bekdache@dailymotion.com python_versions: