Skip to content

Commit

Permalink
Port release of existing integrations for Agent 7.61 (#19160) (#19162)
Browse files Browse the repository at this point in the history
* [Release] Bumped argocd version to 3.2.0

* [Release] Bumped clickhouse version to 5.1.0

* [Release] Bumped couch version to 8.1.0

* [Release] Bumped datadog_checks_base version to 37.1.1

* [Release] Bumped datadog_checks_downloader version to 7.0.0

* [Release] Bumped ibm_db2 version to 4.0.1

* [Release] Bumped kubevirt_handler version to 1.0.1

* [Release] Bumped mongo version to 8.3.0

* [Release] Bumped mysql version to 14.3.0

* [Release] Bumped postgres version to 22.3.0

* [Release] Bumped slurm version to 1.0.2

* [Release] Bumped snmp version to 9.1.0

* [Release] Bumped snowflake version to 7.1.0

* [Release] Bumped sonarqube version to 5.1.0

* [Release] Bumped sqlserver version to 20.2.0

* [Release] Update metadata
  • Loading branch information
iliakur authored Nov 28, 2024
1 parent 2501d5a commit 1e23a7f
Show file tree
Hide file tree
Showing 59 changed files with 150 additions and 67 deletions.
6 changes: 6 additions & 0 deletions argocd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
1 change: 0 additions & 1 deletion argocd/changelog.d/18961.added

This file was deleted.

2 changes: 1 addition & 1 deletion argocd/datadog_checks/argocd/__about__.py
Original file line number Diff line number Diff line change
@@ -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'
6 changes: 6 additions & 0 deletions clickhouse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
1 change: 0 additions & 1 deletion clickhouse/changelog.d/19018.added

This file was deleted.

2 changes: 1 addition & 1 deletion clickhouse/datadog_checks/clickhouse/__about__.py
Original file line number Diff line number Diff line change
@@ -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'
6 changes: 6 additions & 0 deletions couch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
1 change: 0 additions & 1 deletion couch/changelog.d/19052.added

This file was deleted.

2 changes: 1 addition & 1 deletion couch/datadog_checks/couch/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
6 changes: 6 additions & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
1 change: 0 additions & 1 deletion datadog_checks_base/changelog.d/19039.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion datadog_checks_base/datadog_checks/base/__about__.py
Original file line number Diff line number Diff line change
@@ -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"
6 changes: 6 additions & 0 deletions datadog_checks_downloader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
1 change: 0 additions & 1 deletion datadog_checks_downloader/changelog.d/19146.changed

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -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"
6 changes: 6 additions & 0 deletions ibm_db2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
1 change: 0 additions & 1 deletion ibm_db2/changelog.d/18908.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion ibm_db2/datadog_checks/ibm_db2/__about__.py
Original file line number Diff line number Diff line change
@@ -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'
6 changes: 6 additions & 0 deletions kubevirt_handler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
1 change: 0 additions & 1 deletion kubevirt_handler/changelog.d/19156.fixed

This file was deleted.

Original file line number Diff line number Diff line change
@@ -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'
14 changes: 14 additions & 0 deletions mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
1 change: 0 additions & 1 deletion mongo/changelog.d/19057.fixed

This file was deleted.

2 changes: 0 additions & 2 deletions mongo/changelog.d/19080.fixed

This file was deleted.

3 changes: 0 additions & 3 deletions mongo/changelog.d/19098.added

This file was deleted.

1 change: 0 additions & 1 deletion mongo/changelog.d/19133.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion mongo/datadog_checks/mongo/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
7 changes: 7 additions & 0 deletions mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
1 change: 0 additions & 1 deletion mysql/changelog.d/18950.added

This file was deleted.

1 change: 0 additions & 1 deletion mysql/changelog.d/18969.added

This file was deleted.

2 changes: 1 addition & 1 deletion mysql/datadog_checks/mysql/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
11 changes: 11 additions & 0 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
1 change: 0 additions & 1 deletion postgres/changelog.d/18969.added

This file was deleted.

1 change: 0 additions & 1 deletion postgres/changelog.d/19061.fixed

This file was deleted.

1 change: 0 additions & 1 deletion postgres/changelog.d/19083.added

This file was deleted.

2 changes: 1 addition & 1 deletion postgres/datadog_checks/postgres/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
30 changes: 15 additions & 15 deletions requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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'
Expand All @@ -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
Expand All @@ -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
Expand Down
6 changes: 6 additions & 0 deletions slurm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
1 change: 0 additions & 1 deletion slurm/changelog.d/19156.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion slurm/datadog_checks/slurm/__about__.py
Original file line number Diff line number Diff line change
@@ -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'
6 changes: 6 additions & 0 deletions snmp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
1 change: 0 additions & 1 deletion snmp/changelog.d/19079.added

This file was deleted.

2 changes: 1 addition & 1 deletion snmp/datadog_checks/snmp/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
6 changes: 6 additions & 0 deletions snowflake/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 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***:
Expand Down
1 change: 0 additions & 1 deletion snowflake/changelog.d/19010.added

This file was deleted.

2 changes: 1 addition & 1 deletion snowflake/datadog_checks/snowflake/__about__.py
Original file line number Diff line number Diff line change
@@ -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'
Loading

0 comments on commit 1e23a7f

Please sign in to comment.