diff --git a/argocd/CHANGELOG.md b/argocd/CHANGELOG.md index 3cc0337f4903a..ca2676e2a08e6 100644 --- a/argocd/CHANGELOG.md +++ b/argocd/CHANGELOG.md @@ -2,6 +2,12 @@ +## 3.2.0 / 2024-11-28 + +***Added***: + +* Add new Application Set metrics ([#18961](https://github.com/DataDog/integrations-core/pull/18961)) + ## 3.1.0 / 2024-10-04 / Agent 7.59.0 ***Fixed***: diff --git a/argocd/changelog.d/18961.added b/argocd/changelog.d/18961.added deleted file mode 100644 index 2709860814937..0000000000000 --- a/argocd/changelog.d/18961.added +++ /dev/null @@ -1 +0,0 @@ -Add new Application Set metrics diff --git a/argocd/datadog_checks/argocd/__about__.py b/argocd/datadog_checks/argocd/__about__.py index 00d8d3e916500..df3e4342a4a3e 100644 --- a/argocd/datadog_checks/argocd/__about__.py +++ b/argocd/datadog_checks/argocd/__about__.py @@ -1,4 +1,4 @@ # (C) Datadog, Inc. 2022-present # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = '3.1.0' +__version__ = '3.2.0' diff --git a/clickhouse/CHANGELOG.md b/clickhouse/CHANGELOG.md index 7db58d203c20d..0a61ccbb4bd93 100644 --- a/clickhouse/CHANGELOG.md +++ b/clickhouse/CHANGELOG.md @@ -2,6 +2,12 @@ +## 5.1.0 / 2024-11-28 + +***Added***: + +* Add verify option when connecting to ClickHouse server. ([#19018](https://github.com/DataDog/integrations-core/pull/19018)) + ## 5.0.0 / 2024-10-04 / Agent 7.59.0 ***Removed***: diff --git a/clickhouse/changelog.d/19018.added b/clickhouse/changelog.d/19018.added deleted file mode 100644 index 26114bc6658d1..0000000000000 --- a/clickhouse/changelog.d/19018.added +++ /dev/null @@ -1 +0,0 @@ -Add verify option when connecting to ClickHouse server. \ No newline at end of file diff --git a/clickhouse/datadog_checks/clickhouse/__about__.py b/clickhouse/datadog_checks/clickhouse/__about__.py index 59ccab2a77ff8..2b46b8418a5d7 100644 --- a/clickhouse/datadog_checks/clickhouse/__about__.py +++ b/clickhouse/datadog_checks/clickhouse/__about__.py @@ -1,4 +1,4 @@ # (C) Datadog, Inc. 2019-present # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = '5.0.0' +__version__ = '5.1.0' diff --git a/couch/CHANGELOG.md b/couch/CHANGELOG.md index e874921a86cdc..7f116a589f626 100644 --- a/couch/CHANGELOG.md +++ b/couch/CHANGELOG.md @@ -2,6 +2,12 @@ +## 8.1.0 / 2024-11-28 + +***Added***: + +* Add support for Couch version 3.4.0 ([#19052](https://github.com/DataDog/integrations-core/pull/19052)) + ## 8.0.0 / 2024-10-04 / Agent 7.59.0 ***Removed***: diff --git a/couch/changelog.d/19052.added b/couch/changelog.d/19052.added deleted file mode 100644 index b5824fa25b19c..0000000000000 --- a/couch/changelog.d/19052.added +++ /dev/null @@ -1 +0,0 @@ -Add support for Couch version 3.4.0 diff --git a/couch/datadog_checks/couch/__about__.py b/couch/datadog_checks/couch/__about__.py index 90c94f7125939..1b6d66341f5d3 100644 --- a/couch/datadog_checks/couch/__about__.py +++ b/couch/datadog_checks/couch/__about__.py @@ -2,4 +2,4 @@ # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = "8.0.0" +__version__ = "8.1.0" diff --git a/datadog_checks_base/CHANGELOG.md b/datadog_checks_base/CHANGELOG.md index e16e506896b63..fab87d1cfff7b 100644 --- a/datadog_checks_base/CHANGELOG.md +++ b/datadog_checks_base/CHANGELOG.md @@ -2,6 +2,12 @@ +## 37.1.1 / 2024-11-28 + +***Fixed***: + +* When resolving database hosts, always resolve a .local database host to itself ([#19039](https://github.com/DataDog/integrations-core/pull/19039)) + ## 37.1.0 / 2024-10-04 / Agent 7.59.0 ***Added***: diff --git a/datadog_checks_base/changelog.d/19039.fixed b/datadog_checks_base/changelog.d/19039.fixed deleted file mode 100644 index 93ceec32666de..0000000000000 --- a/datadog_checks_base/changelog.d/19039.fixed +++ /dev/null @@ -1 +0,0 @@ -When resolving database hosts, always resolve a .local database host to itself diff --git a/datadog_checks_base/datadog_checks/base/__about__.py b/datadog_checks_base/datadog_checks/base/__about__.py index a1deb4b728270..236a6fc5dc032 100644 --- a/datadog_checks_base/datadog_checks/base/__about__.py +++ b/datadog_checks_base/datadog_checks/base/__about__.py @@ -1,4 +1,4 @@ # (C) Datadog, Inc. 2018-present # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = "37.1.0" +__version__ = "37.1.1" diff --git a/datadog_checks_downloader/CHANGELOG.md b/datadog_checks_downloader/CHANGELOG.md index 84b75d6309dda..2516d2e2a3669 100644 --- a/datadog_checks_downloader/CHANGELOG.md +++ b/datadog_checks_downloader/CHANGELOG.md @@ -2,6 +2,12 @@ +## 7.0.0 / 2024-11-28 + +***Changed***: + +* v16 ceremony: bump root layout to v6. ([#19146](https://github.com/DataDog/integrations-core/pull/19146)) + ## 6.1.0 / 2024-10-31 ***Added***: diff --git a/datadog_checks_downloader/changelog.d/19146.changed b/datadog_checks_downloader/changelog.d/19146.changed deleted file mode 100644 index d23db1e8334f2..0000000000000 --- a/datadog_checks_downloader/changelog.d/19146.changed +++ /dev/null @@ -1 +0,0 @@ -v16 ceremony: bump root layout to v6. diff --git a/datadog_checks_downloader/datadog_checks/downloader/__about__.py b/datadog_checks_downloader/datadog_checks/downloader/__about__.py index 6bbcdb3fb6126..7f5e436a966ba 100644 --- a/datadog_checks_downloader/datadog_checks/downloader/__about__.py +++ b/datadog_checks_downloader/datadog_checks/downloader/__about__.py @@ -4,4 +4,4 @@ # NOTE: tie datadog-checks-downloader to v2 of our software supply chain: # https://github.com/DataDog/integrations-core/blob/6388602b6deb3b65b62cf7cda69dc20d99dede29/datadog_checks_downloader/datadog_checks/downloader/download.py#L51 -__version__ = "6.1.0" +__version__ = "7.0.0" diff --git a/ibm_db2/CHANGELOG.md b/ibm_db2/CHANGELOG.md index 61a94adcc26e6..0ba2aed87cfc2 100644 --- a/ibm_db2/CHANGELOG.md +++ b/ibm_db2/CHANGELOG.md @@ -2,6 +2,12 @@ +## 4.0.1 / 2024-11-28 + +***Fixed***: + +* Fixes 'unable to import module' on Windows ([#18908](https://github.com/DataDog/integrations-core/pull/18908)) + ## 4.0.0 / 2024-10-04 / Agent 7.59.0 ***Removed***: diff --git a/ibm_db2/changelog.d/18908.fixed b/ibm_db2/changelog.d/18908.fixed deleted file mode 100644 index 3dadc489fa0d5..0000000000000 --- a/ibm_db2/changelog.d/18908.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixes 'unable to import module' on Windows diff --git a/ibm_db2/datadog_checks/ibm_db2/__about__.py b/ibm_db2/datadog_checks/ibm_db2/__about__.py index 78967d676d1af..59269a7bb5672 100644 --- a/ibm_db2/datadog_checks/ibm_db2/__about__.py +++ b/ibm_db2/datadog_checks/ibm_db2/__about__.py @@ -1,4 +1,4 @@ # (C) Datadog, Inc. 2019-present # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = '4.0.0' +__version__ = '4.0.1' diff --git a/kubevirt_handler/CHANGELOG.md b/kubevirt_handler/CHANGELOG.md index 2644cdb8cfe3e..eb367ead79890 100644 --- a/kubevirt_handler/CHANGELOG.md +++ b/kubevirt_handler/CHANGELOG.md @@ -2,6 +2,12 @@ +## 1.0.1 / 2024-11-28 + +***Fixed***: + +* Bump base package dependency to get fixed pyyaml. ([#19156](https://github.com/DataDog/integrations-core/pull/19156)) + ## 1.0.0 / 2024-10-04 / Agent 7.59.0 ***Added***: diff --git a/kubevirt_handler/changelog.d/19156.fixed b/kubevirt_handler/changelog.d/19156.fixed deleted file mode 100644 index c2e3cf946ece1..0000000000000 --- a/kubevirt_handler/changelog.d/19156.fixed +++ /dev/null @@ -1 +0,0 @@ -Bump base package dependency to get fixed pyyaml. diff --git a/kubevirt_handler/datadog_checks/kubevirt_handler/__about__.py b/kubevirt_handler/datadog_checks/kubevirt_handler/__about__.py index acbfd1c866b84..e0db4e56d553f 100644 --- a/kubevirt_handler/datadog_checks/kubevirt_handler/__about__.py +++ b/kubevirt_handler/datadog_checks/kubevirt_handler/__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.0' +__version__ = '1.0.1' diff --git a/mongo/CHANGELOG.md b/mongo/CHANGELOG.md index 78a233b39855b..61820b10cfe17 100644 --- a/mongo/CHANGELOG.md +++ b/mongo/CHANGELOG.md @@ -2,6 +2,20 @@ +## 8.3.0 / 2024-11-28 + +***Added***: + +* Add `metrics_collection_interval` config option to customize the collection interval for collection stats, index stats, and sharded data distribution metrics. + The default collection interval for collection stats and index stats remains unchanged at check min collection interval of 15 seconds. + The default collection interval for sharded data distribution metrics is 300 seconds. ([#19098](https://github.com/DataDog/integrations-core/pull/19098)) + +***Fixed***: + +* Fixes timezone parsing bug in slow query log, preventing incorrect timestamp conversions on non-UTC servers. ([#19057](https://github.com/DataDog/integrations-core/pull/19057)) +* Fix crash in DBM operation samples collection when a node is in recovering mode. ([#19080](https://github.com/DataDog/integrations-core/pull/19080)) +* Resolved deprecation warning for `collStats` by using `$collStats` aggregation pipeline to collect oplog size in MongoDB 6.2+. ([#19133](https://github.com/DataDog/integrations-core/pull/19133)) + ## 8.2.1 / 2024-11-06 ***Fixed***: diff --git a/mongo/changelog.d/19057.fixed b/mongo/changelog.d/19057.fixed deleted file mode 100644 index 2f93fc8d654ec..0000000000000 --- a/mongo/changelog.d/19057.fixed +++ /dev/null @@ -1 +0,0 @@ -Fixes timezone parsing bug in slow query log, preventing incorrect timestamp conversions on non-UTC servers. diff --git a/mongo/changelog.d/19080.fixed b/mongo/changelog.d/19080.fixed deleted file mode 100644 index 347af2c7cc8f3..0000000000000 --- a/mongo/changelog.d/19080.fixed +++ /dev/null @@ -1,2 +0,0 @@ -Fix crash in DBM operation samples collection when a node is in recovering mode. - diff --git a/mongo/changelog.d/19098.added b/mongo/changelog.d/19098.added deleted file mode 100644 index 827991de1eb91..0000000000000 --- a/mongo/changelog.d/19098.added +++ /dev/null @@ -1,3 +0,0 @@ -Add `metrics_collection_interval` config option to customize the collection interval for collection stats, index stats, and sharded data distribution metrics. -The default collection interval for collection stats and index stats remains unchanged at check min collection interval of 15 seconds. -The default collection interval for sharded data distribution metrics is 300 seconds. diff --git a/mongo/changelog.d/19133.fixed b/mongo/changelog.d/19133.fixed deleted file mode 100644 index 76ffde6492d4d..0000000000000 --- a/mongo/changelog.d/19133.fixed +++ /dev/null @@ -1 +0,0 @@ -Resolved deprecation warning for `collStats` by using `$collStats` aggregation pipeline to collect oplog size in MongoDB 6.2+. diff --git a/mongo/datadog_checks/mongo/__about__.py b/mongo/datadog_checks/mongo/__about__.py index 0673b43c370ef..88bbe435de59f 100644 --- a/mongo/datadog_checks/mongo/__about__.py +++ b/mongo/datadog_checks/mongo/__about__.py @@ -2,4 +2,4 @@ # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = '8.2.1' +__version__ = '8.3.0' diff --git a/mysql/CHANGELOG.md b/mysql/CHANGELOG.md index 54c9711ebb1a6..645144fedb688 100644 --- a/mysql/CHANGELOG.md +++ b/mysql/CHANGELOG.md @@ -2,6 +2,13 @@ +## 14.3.0 / 2024-11-28 + +***Added***: + +* Added the `dbms_flavor` tag to MySQL integration metrics and events to identify the database type. This tag indicates whether the database is MySQL or MariaDB. ([#18950](https://github.com/DataDog/integrations-core/pull/18950)) +* Submit database_hostname with database instance and metrics for MySQL, Postgres, and SQLServer ([#18969](https://github.com/DataDog/integrations-core/pull/18969)) + ## 14.2.0 / 2024-11-06 ***Added***: diff --git a/mysql/changelog.d/18950.added b/mysql/changelog.d/18950.added deleted file mode 100644 index e5959091a608d..0000000000000 --- a/mysql/changelog.d/18950.added +++ /dev/null @@ -1 +0,0 @@ -Added the `dbms_flavor` tag to MySQL integration metrics and events to identify the database type. This tag indicates whether the database is MySQL or MariaDB. diff --git a/mysql/changelog.d/18969.added b/mysql/changelog.d/18969.added deleted file mode 100644 index dfc29ca0f7645..0000000000000 --- a/mysql/changelog.d/18969.added +++ /dev/null @@ -1 +0,0 @@ -Submit database_hostname with database instance and metrics for MySQL, Postgres, and SQLServer diff --git a/mysql/datadog_checks/mysql/__about__.py b/mysql/datadog_checks/mysql/__about__.py index 89a066d3cc640..58eaa19f57f56 100644 --- a/mysql/datadog_checks/mysql/__about__.py +++ b/mysql/datadog_checks/mysql/__about__.py @@ -2,4 +2,4 @@ # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = "14.2.0" +__version__ = "14.3.0" diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index fd5c3d3d7f62b..1b99e65ce49ee 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -2,6 +2,17 @@ +## 22.3.0 / 2024-11-28 + +***Added***: + +* Submit database_hostname with database instance and metrics for MySQL, Postgres, and SQLServer ([#18969](https://github.com/DataDog/integrations-core/pull/18969)) +* Track logical replication slot catalog_xmin age ([#19083](https://github.com/DataDog/integrations-core/pull/19083)) + +***Fixed***: + +* Add alloydbadmin & alloydbmetadata to default list of databases to exclude from autodiscovery and databases to ignore to prevent failures on GCP AlloyDB for PostgreSQL. ([#19061](https://github.com/DataDog/integrations-core/pull/19061)) + ## 22.2.0 / 2024-11-06 ***Added***: diff --git a/postgres/changelog.d/18969.added b/postgres/changelog.d/18969.added deleted file mode 100644 index dfc29ca0f7645..0000000000000 --- a/postgres/changelog.d/18969.added +++ /dev/null @@ -1 +0,0 @@ -Submit database_hostname with database instance and metrics for MySQL, Postgres, and SQLServer diff --git a/postgres/changelog.d/19061.fixed b/postgres/changelog.d/19061.fixed deleted file mode 100644 index 8fc692037374f..0000000000000 --- a/postgres/changelog.d/19061.fixed +++ /dev/null @@ -1 +0,0 @@ -Add alloydbadmin & alloydbmetadata to default list of databases to exclude from autodiscovery and databases to ignore to prevent failures on GCP AlloyDB for PostgreSQL. diff --git a/postgres/changelog.d/19083.added b/postgres/changelog.d/19083.added deleted file mode 100644 index 9a4d0e63f76db..0000000000000 --- a/postgres/changelog.d/19083.added +++ /dev/null @@ -1 +0,0 @@ -Track logical replication slot catalog_xmin age diff --git a/postgres/datadog_checks/postgres/__about__.py b/postgres/datadog_checks/postgres/__about__.py index 97cbee2999388..c510a97eec89f 100644 --- a/postgres/datadog_checks/postgres/__about__.py +++ b/postgres/datadog_checks/postgres/__about__.py @@ -2,4 +2,4 @@ # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = "22.2.0" +__version__ = "22.3.0" diff --git a/requirements-agent-release.txt b/requirements-agent-release.txt index 9dd1650f651c3..9b542d4aa0f03 100644 --- a/requirements-agent-release.txt +++ b/requirements-agent-release.txt @@ -13,7 +13,7 @@ datadog-appgate-sdp==1.0.0; sys_platform != 'win32' datadog-arangodb==3.1.0 datadog-argo-rollouts==2.1.0 datadog-argo-workflows==2.1.0 -datadog-argocd==3.1.0 +datadog-argocd==3.2.0 datadog-aspdotnet==4.0.0; sys_platform == 'win32' datadog-avi-vantage==5.1.0 datadog-aws-neuron==2.0.1 @@ -27,21 +27,21 @@ datadog-cassandra==3.0.0 datadog-ceph==4.0.0; sys_platform != 'win32' datadog-cert-manager==5.1.0 datadog-checkpoint-quantum-firewall==1.0.0 -datadog-checks-base==37.1.0 +datadog-checks-base==37.1.1 datadog-checks-dependency-provider==3.0.0 -datadog-checks-downloader==6.1.0 +datadog-checks-downloader==7.0.0 datadog-cilium==5.0.0 datadog-cisco-aci==4.1.0 datadog-cisco-secure-firewall==1.0.0 datadog-citrix-hypervisor==5.0.0 -datadog-clickhouse==5.0.0 +datadog-clickhouse==5.1.0 datadog-cloud-foundry-api==5.0.0 datadog-cloudera==3.2.0 datadog-cockroachdb==5.0.0 datadog-confluent-platform==3.0.0 datadog-consul==4.0.0 datadog-coredns==5.0.0; sys_platform == 'linux2' -datadog-couch==8.0.0 +datadog-couch==8.1.0 datadog-couchbase==5.0.0 datadog-crio==4.0.0 datadog-datadog-cluster-agent==5.1.0 @@ -81,7 +81,7 @@ datadog-http-check==11.0.0 datadog-hudi==4.0.0 datadog-hyperv==3.0.0; sys_platform == 'win32' datadog-ibm-ace==4.0.0 -datadog-ibm-db2==4.0.0 +datadog-ibm-db2==4.0.1 datadog-ibm-i==4.0.0; sys_platform != 'win32' datadog-ibm-mq==8.0.0 datadog-ibm-was==5.0.0 @@ -107,7 +107,7 @@ datadog-kubernetes-cluster-autoscaler==2.1.0 datadog-kubernetes-state==10.0.0 datadog-kubevirt-api==1.0.0 datadog-kubevirt-controller==1.0.0 -datadog-kubevirt-handler==1.0.0 +datadog-kubevirt-handler==1.0.1 datadog-kyototycoon==4.0.0 datadog-kyverno==2.1.0 datadog-lighttpd==5.0.0 @@ -120,8 +120,8 @@ datadog-marklogic==6.0.0 datadog-mcache==6.0.0; sys_platform != 'win32' datadog-mesos-master==5.0.0; sys_platform != 'win32' datadog-mesos-slave==5.0.0; sys_platform != 'win32' -datadog-mongo==8.2.1 -datadog-mysql==14.2.0 +datadog-mongo==8.3.0 +datadog-mysql==14.3.0 datadog-nagios==3.0.0 datadog-network==5.1.0 datadog-nfsstat==3.0.0; sys_platform == 'linux2' @@ -142,7 +142,7 @@ datadog-pgbouncer==8.0.0; sys_platform != 'win32' datadog-php-fpm==5.0.0 datadog-ping-federate==2.0.0 datadog-postfix==3.0.0; sys_platform != 'win32' -datadog-postgres==22.2.0 +datadog-postgres==22.3.0 datadog-powerdns-recursor==4.0.0 datadog-presto==3.1.0 datadog-process==5.0.0 @@ -160,14 +160,14 @@ datadog-scylla==4.0.0 datadog-sidekiq==3.0.0 datadog-silk==4.0.0 datadog-singlestore==4.0.0 -datadog-slurm==1.0.1; sys_platform == 'linux2' -datadog-snmp==9.0.0 -datadog-snowflake==7.0.0 +datadog-slurm==1.0.2; sys_platform == 'linux2' +datadog-snmp==9.1.0 +datadog-snowflake==7.1.0 datadog-solr==2.1.0 -datadog-sonarqube==5.0.0 +datadog-sonarqube==5.1.0 datadog-sonicwall-firewall==1.0.0 datadog-spark==6.1.0 -datadog-sqlserver==20.1.1 +datadog-sqlserver==20.2.0 datadog-squid==4.0.0 datadog-ssh-check==4.0.0 datadog-statsd==3.0.0 diff --git a/slurm/CHANGELOG.md b/slurm/CHANGELOG.md index 2df8076b53349..713cea7a54222 100644 --- a/slurm/CHANGELOG.md +++ b/slurm/CHANGELOG.md @@ -2,6 +2,12 @@ +## 1.0.2 / 2024-11-28 + +***Fixed***: + +* Bump base package dependency to get fixed pyyaml. ([#19156](https://github.com/DataDog/integrations-core/pull/19156)) + ## 1.0.1 / 2024-11-25 ***Fixed***: diff --git a/slurm/changelog.d/19156.fixed b/slurm/changelog.d/19156.fixed deleted file mode 100644 index c2e3cf946ece1..0000000000000 --- a/slurm/changelog.d/19156.fixed +++ /dev/null @@ -1 +0,0 @@ -Bump base package dependency to get fixed pyyaml. diff --git a/slurm/datadog_checks/slurm/__about__.py b/slurm/datadog_checks/slurm/__about__.py index e0db4e56d553f..1436e0ab91c45 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.1' +__version__ = '1.0.2' diff --git a/snmp/CHANGELOG.md b/snmp/CHANGELOG.md index 34638ae4e8f8f..269b5fef04919 100644 --- a/snmp/CHANGELOG.md +++ b/snmp/CHANGELOG.md @@ -2,6 +2,12 @@ +## 9.1.0 / 2024-11-28 + +***Added***: + +* [NDMII-3147] update Cisco IP SLA metric tags and description. ([#19079](https://github.com/DataDog/integrations-core/pull/19079)) + ## 9.0.0 / 2024-10-04 / Agent 7.59.0 ***Removed***: diff --git a/snmp/changelog.d/19079.added b/snmp/changelog.d/19079.added deleted file mode 100644 index 74814808c1f37..0000000000000 --- a/snmp/changelog.d/19079.added +++ /dev/null @@ -1 +0,0 @@ -[NDMII-3147] update Cisco IP SLA metric tags and description. diff --git a/snmp/datadog_checks/snmp/__about__.py b/snmp/datadog_checks/snmp/__about__.py index d028d71da95d0..29b2032fbf67a 100644 --- a/snmp/datadog_checks/snmp/__about__.py +++ b/snmp/datadog_checks/snmp/__about__.py @@ -2,4 +2,4 @@ # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = '9.0.0' +__version__ = '9.1.0' diff --git a/snowflake/CHANGELOG.md b/snowflake/CHANGELOG.md index b909256429882..312aff8586476 100644 --- a/snowflake/CHANGELOG.md +++ b/snowflake/CHANGELOG.md @@ -2,6 +2,12 @@ +## 7.1.0 / 2024-11-28 + +***Added***: + +* Upgrade `snowflake-connector-python` to 3.12.3 ([#19010](https://github.com/DataDog/integrations-core/pull/19010)) + ## 7.0.0 / 2024-10-04 / Agent 7.59.0 ***Removed***: diff --git a/snowflake/changelog.d/19010.added b/snowflake/changelog.d/19010.added deleted file mode 100644 index dc4809c026413..0000000000000 --- a/snowflake/changelog.d/19010.added +++ /dev/null @@ -1 +0,0 @@ -Upgrade `snowflake-connector-python` to 3.12.3 \ No newline at end of file diff --git a/snowflake/datadog_checks/snowflake/__about__.py b/snowflake/datadog_checks/snowflake/__about__.py index 7d1ab144cf5b2..1440196a477c0 100644 --- a/snowflake/datadog_checks/snowflake/__about__.py +++ b/snowflake/datadog_checks/snowflake/__about__.py @@ -1,4 +1,4 @@ # (C) Datadog, Inc. 2020-present # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = '7.0.0' +__version__ = '7.1.0' diff --git a/sonarqube/CHANGELOG.md b/sonarqube/CHANGELOG.md index ed7433e548344..6ac541b49131e 100644 --- a/sonarqube/CHANGELOG.md +++ b/sonarqube/CHANGELOG.md @@ -2,6 +2,12 @@ +## 5.1.0 / 2024-11-28 + +***Added***: + +* Add `MAX_PAGES` to Sonarqube API request ([#19149](https://github.com/DataDog/integrations-core/pull/19149)) + ## 5.0.0 / 2024-10-04 / Agent 7.59.0 ***Removed***: diff --git a/sonarqube/changelog.d/19149.added b/sonarqube/changelog.d/19149.added deleted file mode 100644 index 74d0f05524b38..0000000000000 --- a/sonarqube/changelog.d/19149.added +++ /dev/null @@ -1 +0,0 @@ -Add `MAX_PAGES` to Sonarqube API request \ No newline at end of file diff --git a/sonarqube/datadog_checks/sonarqube/__about__.py b/sonarqube/datadog_checks/sonarqube/__about__.py index 1fda5ed1ca206..591962e51d2ac 100644 --- a/sonarqube/datadog_checks/sonarqube/__about__.py +++ b/sonarqube/datadog_checks/sonarqube/__about__.py @@ -1,4 +1,4 @@ # (C) Datadog, Inc. 2020-present # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = '5.0.0' +__version__ = '5.1.0' diff --git a/sqlserver/CHANGELOG.md b/sqlserver/CHANGELOG.md index b9771578f65eb..58032c651ecc2 100644 --- a/sqlserver/CHANGELOG.md +++ b/sqlserver/CHANGELOG.md @@ -2,6 +2,28 @@ +## 20.2.0 / 2024-11-28 + +***Added***: + +* Submit database_hostname with database instance and metrics for MySQL, Postgres, and SQLServer ([#18969](https://github.com/DataDog/integrations-core/pull/18969)) +* Add lookback_window config parameter to query_metrics. + + The current lookback window defaults to 2 times the collection interval, and is not able to be overridden. + This means that infrequently-run queries are unlikely to have metrics captured for them. One common + use case that falls into this bucket is ETL queries which can run hourly or even daily. These have + a very small chance of having metrics captured for them. In that case, we will support setting a lookback + window that will include such queries. ([#18979](https://github.com/DataDog/integrations-core/pull/18979)) +* Add config option `azure.aggregate_sql_databases` to report multiple azure sql databases as one database host. This is an opted in feature and is disabled by default. ([#19032](https://github.com/DataDog/integrations-core/pull/19032)) + +***Fixed***: + +* Fix missing appended SQL comments. ([#18958](https://github.com/DataDog/integrations-core/pull/18958)) +* Fix `azure_sql_server_database` resource tag to use Azure SQL Database `{fully_qualified_doman_name}/{database_name}`. ([#19014](https://github.com/DataDog/integrations-core/pull/19014)) +* Update SQLServer agent jobs metrics to be DBM only. ([#19033](https://github.com/DataDog/integrations-core/pull/19033)) +* Fix duplicate deadlock events ([#19139](https://github.com/DataDog/integrations-core/pull/19139)) +* Fix poor query signature correlation for deadlocks. ([#19142](https://github.com/DataDog/integrations-core/pull/19142)) + ## 20.1.1 / 2024-11-25 ***Fixed***: diff --git a/sqlserver/changelog.d/18958.fixed b/sqlserver/changelog.d/18958.fixed deleted file mode 100644 index 0ba896b9a6e49..0000000000000 --- a/sqlserver/changelog.d/18958.fixed +++ /dev/null @@ -1 +0,0 @@ -Fix missing appended SQL comments. diff --git a/sqlserver/changelog.d/18969.added b/sqlserver/changelog.d/18969.added deleted file mode 100644 index dfc29ca0f7645..0000000000000 --- a/sqlserver/changelog.d/18969.added +++ /dev/null @@ -1 +0,0 @@ -Submit database_hostname with database instance and metrics for MySQL, Postgres, and SQLServer diff --git a/sqlserver/changelog.d/18979.added b/sqlserver/changelog.d/18979.added deleted file mode 100644 index 5edd40d1e74fb..0000000000000 --- a/sqlserver/changelog.d/18979.added +++ /dev/null @@ -1,7 +0,0 @@ -Add lookback_window config parameter to query_metrics. - -The current lookback window defaults to 2 times the collection interval, and is not able to be overridden. -This means that infrequently-run queries are unlikely to have metrics captured for them. One common -use case that falls into this bucket is ETL queries which can run hourly or even daily. These have -a very small chance of having metrics captured for them. In that case, we will support setting a lookback -window that will include such queries. diff --git a/sqlserver/changelog.d/19014.fixed b/sqlserver/changelog.d/19014.fixed deleted file mode 100644 index 1a3ee8c5f1408..0000000000000 --- a/sqlserver/changelog.d/19014.fixed +++ /dev/null @@ -1 +0,0 @@ -Fix `azure_sql_server_database` resource tag to use Azure SQL Database `{fully_qualified_doman_name}/{database_name}`. diff --git a/sqlserver/changelog.d/19032.added b/sqlserver/changelog.d/19032.added deleted file mode 100644 index 4a64ae6d50354..0000000000000 --- a/sqlserver/changelog.d/19032.added +++ /dev/null @@ -1 +0,0 @@ -Add config option `azure.aggregate_sql_databases` to report multiple azure sql databases as one database host. This is an opted in feature and is disabled by default. diff --git a/sqlserver/changelog.d/19033.fixed b/sqlserver/changelog.d/19033.fixed deleted file mode 100644 index 14d0c87a667da..0000000000000 --- a/sqlserver/changelog.d/19033.fixed +++ /dev/null @@ -1 +0,0 @@ -Update SQLServer agent jobs metrics to be DBM only. diff --git a/sqlserver/changelog.d/19139.fixed b/sqlserver/changelog.d/19139.fixed deleted file mode 100644 index cec4e36064310..0000000000000 --- a/sqlserver/changelog.d/19139.fixed +++ /dev/null @@ -1 +0,0 @@ -Fix duplicate deadlock events diff --git a/sqlserver/changelog.d/19142.fixed b/sqlserver/changelog.d/19142.fixed deleted file mode 100644 index e04ecf292d982..0000000000000 --- a/sqlserver/changelog.d/19142.fixed +++ /dev/null @@ -1 +0,0 @@ -Fix poor query signature correlation for deadlocks. diff --git a/sqlserver/datadog_checks/sqlserver/__about__.py b/sqlserver/datadog_checks/sqlserver/__about__.py index 88c205094f084..cc600abdac80d 100644 --- a/sqlserver/datadog_checks/sqlserver/__about__.py +++ b/sqlserver/datadog_checks/sqlserver/__about__.py @@ -2,4 +2,4 @@ # All rights reserved # Licensed under a 3-clause BSD style license (see LICENSE) -__version__ = '20.1.1' +__version__ = '20.2.0'