From 0f63b78ad7a2d6918fa323ec918de4385c2d3f46 Mon Sep 17 00:00:00 2001 From: Ilia Kurenkov Date: Mon, 9 Dec 2024 12:03:17 +0100 Subject: [PATCH] Port release Slurm 1.0.3 (#19213) to master (#19225) --- requirements-agent-release.txt | 2 +- slurm/CHANGELOG.md | 6 ++++++ slurm/changelog.d/19182.fixed | 1 - slurm/datadog_checks/slurm/__about__.py | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 slurm/changelog.d/19182.fixed diff --git a/requirements-agent-release.txt b/requirements-agent-release.txt index 5261824a75f15..25cbc26497221 100644 --- a/requirements-agent-release.txt +++ b/requirements-agent-release.txt @@ -160,7 +160,7 @@ datadog-scylla==4.0.0 datadog-sidekiq==3.0.0 datadog-silk==4.0.0 datadog-singlestore==4.0.0 -datadog-slurm==1.0.2; sys_platform == 'linux2' +datadog-slurm==1.0.3; sys_platform == 'linux2' datadog-snmp==9.1.0 datadog-snowflake==7.1.0 datadog-solr==2.1.0 diff --git a/slurm/CHANGELOG.md b/slurm/CHANGELOG.md index 713cea7a54222..93fbb1fcc2497 100644 --- a/slurm/CHANGELOG.md +++ b/slurm/CHANGELOG.md @@ -2,6 +2,12 @@ +## 1.0.3 / 2024-12-06 + +***Fixed***: + +* Add all user query param to the different queries ([#19182](https://github.com/DataDog/integrations-core/pull/19182)) + ## 1.0.2 / 2024-11-28 ***Fixed***: diff --git a/slurm/changelog.d/19182.fixed b/slurm/changelog.d/19182.fixed deleted file mode 100644 index 029a4bbe4b75f..0000000000000 --- a/slurm/changelog.d/19182.fixed +++ /dev/null @@ -1 +0,0 @@ -Add all user query param to the different queries diff --git a/slurm/datadog_checks/slurm/__about__.py b/slurm/datadog_checks/slurm/__about__.py index 1436e0ab91c45..bfba3d18c9577 100644 --- a/slurm/datadog_checks/slurm/__about__.py +++ b/slurm/datadog_checks/slurm/__about__.py @@ -1,4 +1,4 @@ # (C) Datadog, Inc. 2024-present # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = '1.0.2' +__version__ = '1.0.3'