Skip to content

Commit

Permalink
Release existing integrations for 7.60 (#18954)
Browse files Browse the repository at this point in the history
* [Release] Bumped cisco_aci version to 4.1.0

* [Release] Bumped datadog_checks_downloader version to 6.1.0

* [Release] Bumped datadog_cluster_agent version to 5.1.0

* [Release] Bumped mongo version to 8.2.0

* [Release] Bumped mysql version to 14.1.0

* [Release] Bumped network version to 5.1.0

* [Release] Bumped postgres version to 22.1.0

* [Release] Bumped spark version to 6.1.0

* [Release] Bumped sqlserver version to 20.1.0

* [Release] Bumped vsphere version to 8.0.1

* [Release] Update metadata
  • Loading branch information
HadhemiDD authored Oct 31, 2024
1 parent ce674ce commit a8a62d9
Show file tree
Hide file tree
Showing 44 changed files with 130 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .in-toto/tag.5d245df7.link

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions cisco_aci/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- towncrier release notes start -->

## 4.1.0 / 2024-10-31

***Added***:

* [NDM] [Cisco ACI] Utilize raw ID for interface metadata ([#18842](https://github.com/DataDog/integrations-core/pull/18842))

***Fixed***:

* [NDM] [Cisco ACI] Improve integration performance ([#18747](https://github.com/DataDog/integrations-core/pull/18747))

## 4.0.0 / 2024-10-04

***Removed***:
Expand Down
1 change: 0 additions & 1 deletion cisco_aci/changelog.d/18747.fixed

This file was deleted.

1 change: 0 additions & 1 deletion cisco_aci/changelog.d/18842.added

This file was deleted.

2 changes: 1 addition & 1 deletion cisco_aci/datadog_checks/cisco_aci/__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__ = "4.0.0"
__version__ = "4.1.0"
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 -->

## 6.1.0 / 2024-10-31

***Added***:

* Update root.json for v14 ceremony. ([#18824](https://github.com/DataDog/integrations-core/pull/18824))

## 6.0.0 / 2024-10-04

***Removed***:
Expand Down
1 change: 0 additions & 1 deletion datadog_checks_downloader/changelog.d/18824.added

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.0.0"
__version__ = "6.1.0"
6 changes: 6 additions & 0 deletions datadog_cluster_agent/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-10-31

***Added***:

* Add telemetry scraping for Validation AdmissionController ([#18867](https://github.com/DataDog/integrations-core/pull/18867))

## 5.0.0 / 2024-10-04

***Removed***:
Expand Down
1 change: 0 additions & 1 deletion datadog_cluster_agent/changelog.d/18867.added

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2021-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '5.0.0'
__version__ = '5.1.0'
11 changes: 11 additions & 0 deletions mongo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

<!-- towncrier release notes start -->

## 8.2.0 / 2024-10-31

***Added***:

* Add `service` configured in integration init_config or instance config to the DBM events payload. The configured `service` will be converted to tag `service:<SERVICE>` and applied, query samples, slow queries and explain plans. ([#18846](https://github.com/DataDog/integrations-core/pull/18846))
* Add `aws` to the instance configuration to allow cloud resource linking with Amazon DocumentDB. ([#18921](https://github.com/DataDog/integrations-core/pull/18921))

***Fixed***:

* Skip explain plan collection for mongo administrative aggregation pipeline, including `$collStats`, `$currentOp`, `$indexStats`, `$listSearchIndexes`, `$sample` and `$shardedDataDistribution`. ([#18844](https://github.com/DataDog/integrations-core/pull/18844))

## 8.1.0 / 2024-10-16

***Added***:
Expand Down
1 change: 0 additions & 1 deletion mongo/changelog.d/18844.fixed

This file was deleted.

1 change: 0 additions & 1 deletion mongo/changelog.d/18846.added

This file was deleted.

1 change: 0 additions & 1 deletion mongo/changelog.d/18921.added

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.1.0'
__version__ = '8.2.0'
15 changes: 15 additions & 0 deletions mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

<!-- towncrier release notes start -->

## 14.1.0 / 2024-10-31

***Added***:

* [dbm] add service from integration configuration to dbm event payload ([#18846](https://github.com/DataDog/integrations-core/pull/18846))

***Fixed***:

* Fixed an incorrect warning when binary logs were disabled ([#18785](https://github.com/DataDog/integrations-core/pull/18785))
* Fix `mysql.innodb.mem_total` metric parsing from INNODB STATUS for MySQL version 5.7 and above. ([#18885](https://github.com/DataDog/integrations-core/pull/18885))
* Fixes missing innodb metrics collected from `SHOW ENGINE INNODB STATUS` output.
- `mysql.innodb.history_list_length` for MySQL 5.6
- `mysq..innodb.pending_log_writes` for MySQL 5.7
- `mysql.innodb.pending_checkpoint_writes` for MySQL 5.7 ([#18904](https://github.com/DataDog/integrations-core/pull/18904))

## 14.0.0 / 2024-10-04

***Removed***:
Expand Down
1 change: 0 additions & 1 deletion mysql/changelog.d/18785.fixed

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion mysql/changelog.d/18885.fixed

This file was deleted.

5 changes: 0 additions & 5 deletions mysql/changelog.d/18904.fixed

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.0.0"
__version__ = "14.1.0"
6 changes: 6 additions & 0 deletions network/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-10-31

***Added***:

* Add mtu and speed tags to interfaces that support it ([#18819](https://github.com/DataDog/integrations-core/pull/18819))

## 5.0.0 / 2024-10-04

***Removed***:
Expand Down
1 change: 0 additions & 1 deletion network/changelog.d/18819.added

This file was deleted.

2 changes: 1 addition & 1 deletion network/datadog_checks/network/__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__ = '5.0.0'
__version__ = '5.1.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.1.0 / 2024-10-31

***Added***:

* Add `service` configured in integration init_config or instance config to the DBM events payload. The configured `service` will be converted to tag `service:<SERVICE>` and applied to query metrics, query samples and explain plans. ([#18846](https://github.com/DataDog/integrations-core/pull/18846))

***Fixed***:

* Use specific databases for template on postgres ignore ([#18807](https://github.com/DataDog/integrations-core/pull/18807))
* Fix unicode decode error from Azure PostgreSQL Flexible Server ([#18938](https://github.com/DataDog/integrations-core/pull/18938))

## 22.0.3 / 2024-10-23

***Fixed***:
Expand Down
1 change: 0 additions & 1 deletion postgres/changelog.d/18807.fixed

This file was deleted.

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

This file was deleted.

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

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.0.3"
__version__ = "22.1.0"
20 changes: 10 additions & 10 deletions requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ datadog-cert-manager==5.1.0
datadog-checkpoint-quantum-firewall==1.0.0
datadog-checks-base==37.1.0
datadog-checks-dependency-provider==3.0.0
datadog-checks-downloader==6.0.0
datadog-checks-downloader==6.1.0
datadog-cilium==5.0.0
datadog-cisco-aci==4.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
Expand All @@ -44,7 +44,7 @@ datadog-coredns==5.0.0; sys_platform == 'linux2'
datadog-couch==8.0.0
datadog-couchbase==5.0.0
datadog-crio==4.0.0
datadog-datadog-cluster-agent==5.0.0
datadog-datadog-cluster-agent==5.1.0
datadog-dcgm==3.1.0
datadog-directory==4.0.0
datadog-disk==7.0.0
Expand Down Expand Up @@ -120,10 +120,10 @@ 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.1.0
datadog-mysql==14.0.0
datadog-mongo==8.2.0
datadog-mysql==14.1.0
datadog-nagios==3.0.0
datadog-network==5.0.0
datadog-network==5.1.0
datadog-nfsstat==3.0.0; sys_platform == 'linux2'
datadog-nginx-ingress-controller==4.0.0
datadog-nginx==8.0.0
Expand All @@ -141,7 +141,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.0.3
datadog-postgres==22.1.0
datadog-powerdns-recursor==4.0.0
datadog-presto==3.1.0
datadog-process==5.0.0
Expand All @@ -163,8 +163,8 @@ datadog-snmp==9.0.0
datadog-snowflake==7.0.0
datadog-solr==2.1.0
datadog-sonarqube==5.0.0
datadog-spark==6.0.0
datadog-sqlserver==20.0.0
datadog-spark==6.1.0
datadog-sqlserver==20.1.0
datadog-squid==4.0.0
datadog-ssh-check==4.0.0
datadog-statsd==3.0.0
Expand Down Expand Up @@ -194,7 +194,7 @@ datadog-vault==6.0.0
datadog-vertica==6.0.0
datadog-vllm==2.1.0
datadog-voltdb==5.0.0
datadog-vsphere==8.0.0
datadog-vsphere==8.0.1
datadog-weaviate==3.1.0
datadog-weblogic==3.0.0
datadog-win32-event-log==5.0.0; sys_platform == 'win32'
Expand Down
6 changes: 6 additions & 0 deletions spark/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 6.1.0 / 2024-10-31

***Added***:

* Add configuration option to disable `stage_id` tag on `spark.job` metrics and disable `spark.stage` metrics ([#18791](https://github.com/DataDog/integrations-core/pull/18791))

## 6.0.0 / 2024-10-04

***Removed***:
Expand Down
1 change: 0 additions & 1 deletion spark/changelog.d/18791.added

This file was deleted.

2 changes: 1 addition & 1 deletion spark/datadog_checks/spark/__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__ = '6.0.0'
__version__ = '6.1.0'
32 changes: 32 additions & 0 deletions sqlserver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,38 @@

<!-- towncrier release notes start -->

## 20.1.0 / 2024-10-31

***Added***:

* Add `service` configured in integration init_config or instance config to the DBM events payload. The configured `service` will be converted to tag `service:<SERVICE>` and applied to query metrics, query samples and explain plans. ([#18846](https://github.com/DataDog/integrations-core/pull/18846))
* Add extended events (XE) session monitoring ([#18875](https://github.com/DataDog/integrations-core/pull/18875))
* Migrate following dynamic metrics to database_metrics for better maintainability and testability.
- SQLServer AlwaysOn metrics
- SQLServer FCI metrics
- SQLServer file stats metrics
- SQLServer primary log shipping metrics
- SQLServer secondary log shipping metrics
- SQLServer server state metrics
- SQLServer tempdb file space usage metrics
- SQLServer index usage metrics
- SQLServer database index fragmentation metrics
- SQLServer os tasks metrics
- SQLServer master files metrics
- SQLServer database files metrics
- SQLServer database stats metrics
- SQLServer database backup metrics
- SQLServer os schedulers metrics
- SQLServer database replication stats metrics
- SQLServer availability replicas metrics
- SQLServer availability groups metrics
Increase database backup metrics and index fragmentation metrics collection interval to 5 minutes. ([#18883](https://github.com/DataDog/integrations-core/pull/18883))

***Fixed***:

* Prevent hostname evaluating to None in sqlserver check ([#18237](https://github.com/DataDog/integrations-core/pull/18237))
* Update sqlserver metric collection row_key to prevent overwriting metric information for two queries with the same query_plan_hash but part of two different stored procedures. ([#18882](https://github.com/DataDog/integrations-core/pull/18882))

## 20.0.0 / 2024-10-10

***Changed***:
Expand Down
1 change: 0 additions & 1 deletion sqlserver/changelog.d/18237.fixed

This file was deleted.

1 change: 0 additions & 1 deletion sqlserver/changelog.d/18846.added

This file was deleted.

1 change: 0 additions & 1 deletion sqlserver/changelog.d/18875.added

This file was deleted.

1 change: 0 additions & 1 deletion sqlserver/changelog.d/18882.fixed

This file was deleted.

20 changes: 0 additions & 20 deletions sqlserver/changelog.d/18883.added

This file was deleted.

2 changes: 1 addition & 1 deletion sqlserver/datadog_checks/sqlserver/__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__ = '20.0.0'
__version__ = '20.1.0'
6 changes: 6 additions & 0 deletions vsphere/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 8.0.1 / 2024-10-31

***Fixed***:

* Add debug log line for host tags. ([#18774](https://github.com/DataDog/integrations-core/pull/18774))

## 8.0.0 / 2024-09-25

***Removed***:
Expand Down
1 change: 0 additions & 1 deletion vsphere/changelog.d/18774.fixed

This file was deleted.

2 changes: 1 addition & 1 deletion vsphere/datadog_checks/vsphere/__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.0.1"

0 comments on commit a8a62d9

Please sign in to comment.