Skip to content

Commit

Permalink
Sy/port release to 7.62 (#19319)
Browse files Browse the repository at this point in the history
* [Release] Bumped aerospike version to 4.0.1

* [Release] Bumped airflow version to 6.2.0

* [Release] Bumped cisco_aci version to 4.2.0

* [Release] Bumped datadog_checks_base version to 37.3.0

* [Release] Bumped datadog_cluster_agent version to 5.2.0

* [Release] Bumped dns_check version to 5.0.1

* [Release] Bumped mongo version to 8.3.1

* [Release] Bumped mysql version to 14.4.0

* [Release] Bumped postgres version to 22.4.0

* [Release] Bumped sqlserver version to 21.0.0
  • Loading branch information
steveny91 authored Dec 27, 2024
1 parent c12cf62 commit 18a5b8d
Show file tree
Hide file tree
Showing 39 changed files with 103 additions and 38 deletions.
6 changes: 6 additions & 0 deletions aerospike/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-12-26

***Fixed***:

* Don't skip last index in each namespace ([#18996](https://github.com/DataDog/integrations-core/pull/18996))

## 4.0.0 / 2024-10-04 / Agent 7.59.0

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

This file was deleted.

2 changes: 1 addition & 1 deletion aerospike/datadog_checks/aerospike/__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 airflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 6.2.0 / 2024-12-26

***Added***:

* Use `start_date` instead of `execution_date` for ongoing duration metrics ([#19278](https://github.com/DataDog/integrations-core/pull/19278))

## 6.1.0 / 2024-10-04 / Agent 7.59.0

***Fixed***:
Expand Down
1 change: 0 additions & 1 deletion airflow/changelog.d/19278.added

This file was deleted.

2 changes: 1 addition & 1 deletion airflow/datadog_checks/airflow/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2019
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '6.1.0'
__version__ = '6.2.0'
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.2.0 / 2024-12-26

***Added***:

* [NDM] [Cisco ACI] Support submitting topology metadata (utilizing LLDP neighbor information) ([#18675](https://github.com/DataDog/integrations-core/pull/18675))

***Fixed***:

* [NDM] [Cisco ACI] Fix APIC device status ([#19204](https://github.com/DataDog/integrations-core/pull/19204))

## 4.1.0 / 2024-10-31 / Agent 7.60.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion cisco_aci/changelog.d/18675.added

This file was deleted.

1 change: 0 additions & 1 deletion cisco_aci/changelog.d/19204.fixed

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

<!-- towncrier release notes start -->

## 37.3.0 / 2024-12-26

***Security***:

* Add FIPS switch ([#19179](https://github.com/DataDog/integrations-core/pull/19179))

***Added***:

* Show diff to closest metric match when metric test fails ([#18975](https://github.com/DataDog/integrations-core/pull/18975))
* Use `time_elapsed` metric type for process start time and last GC time metrics ([#19309](https://github.com/DataDog/integrations-core/pull/19309))

***Fixed***:

* Fix "no snapshot data found" error when `agent check <check> --profile-memory` ([#19197](https://github.com/DataDog/integrations-core/pull/19197))

## 37.2.0 / 2024-12-05 / Agent 7.60.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion datadog_checks_base/changelog.d/18975.added

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_base/changelog.d/19179.security

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_base/changelog.d/19197.fixed

This file was deleted.

1 change: 0 additions & 1 deletion datadog_checks_base/changelog.d/19309.added

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.2.0"
__version__ = "37.3.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.2.0 / 2024-12-26

***Added***:

* add telemetry for local load store in dca ([#19229](https://github.com/DataDog/integrations-core/pull/19229))

## 5.1.0 / 2024-10-31 / Agent 7.60.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion datadog_cluster_agent/changelog.d/19229.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.1.0'
__version__ = '5.2.0'
6 changes: 6 additions & 0 deletions dns_check/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 5.0.1 / 2024-12-26

***Fixed***:

* Move timing to be more precise with calculating response times ([#19276](https://github.com/DataDog/integrations-core/pull/19276))

## 5.0.0 / 2024-10-04 / Agent 7.59.0

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 8.3.1 / 2024-12-26

***Fixed***:

* Skip unauthorized `local` database collections `system.replset`, `replset.election`, and `replset.minvalid` in collection and index stats gathering to avoid permission errors. ([#19244](https://github.com/DataDog/integrations-core/pull/19244))

## 8.3.0 / 2024-11-28

***Added***:
Expand Down
1 change: 0 additions & 1 deletion mongo/changelog.d/19244.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.3.0'
__version__ = '8.3.1'
6 changes: 6 additions & 0 deletions mysql/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 14.4.0 / 2024-12-26

***Added***:

* Add `mysql.performance.performance_schema_digest_lost`, the number of digest instances that could not be instrumented in the `events_statements_summary_by_digest` table. ([#19121](https://github.com/DataDog/integrations-core/pull/19121))

## 14.3.0 / 2024-11-28

***Added***:
Expand Down
1 change: 0 additions & 1 deletion mysql/changelog.d/19121.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.3.0"
__version__ = "14.4.0"
10 changes: 10 additions & 0 deletions postgres/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!-- towncrier release notes start -->

## 22.4.0 / 2024-12-26

***Added***:

* Add postgresql.relation.xmin metric ([#19218](https://github.com/DataDog/integrations-core/pull/19218))

***Fixed***:

* Fix check for Postgres collect query activity to avoid bugs with in-flight duration and missing blocking pids ([#19271](https://github.com/DataDog/integrations-core/pull/19271))

## 22.3.0 / 2024-11-28

***Added***:
Expand Down
1 change: 0 additions & 1 deletion postgres/changelog.d/19218.added

This file was deleted.

1 change: 0 additions & 1 deletion postgres/changelog.d/19271.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.3.0"
__version__ = "22.4.0"
20 changes: 10 additions & 10 deletions requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
datadog-active-directory==4.0.0; sys_platform == 'win32'
datadog-activemq-xml==5.0.0
datadog-activemq==5.0.0
datadog-aerospike==4.0.0; sys_platform == 'linux2'
datadog-airflow==6.1.0
datadog-aerospike==4.0.1; sys_platform == 'linux2'
datadog-airflow==6.2.0
datadog-amazon-msk==6.0.0
datadog-ambari==6.0.0; sys_platform != 'win32'
datadog-apache==6.0.0
Expand All @@ -27,11 +27,11 @@ 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.2.0
datadog-checks-base==37.3.0
datadog-checks-dependency-provider==3.0.0
datadog-checks-downloader==7.0.0
datadog-cilium==5.0.0
datadog-cisco-aci==4.1.0
datadog-cisco-aci==4.2.0
datadog-cisco-secure-firewall==1.0.0
datadog-citrix-hypervisor==5.0.0
datadog-clickhouse==5.1.0
Expand All @@ -44,11 +44,11 @@ datadog-coredns==5.0.0; sys_platform == 'linux2'
datadog-couch==8.1.0
datadog-couchbase==5.0.0
datadog-crio==4.0.0
datadog-datadog-cluster-agent==5.1.0
datadog-datadog-cluster-agent==5.2.0
datadog-dcgm==3.1.0
datadog-directory==4.0.0
datadog-disk==7.0.0
datadog-dns-check==5.0.0
datadog-dns-check==5.0.1
datadog-dotnetclr==4.0.0; sys_platform == 'win32'
datadog-druid==4.0.0
datadog-ecs-fargate==6.0.0
Expand Down Expand Up @@ -122,8 +122,8 @@ 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-milvus==1.0.0
datadog-mongo==8.3.0
datadog-mysql==14.3.0
datadog-mongo==8.3.1
datadog-mysql==14.4.0
datadog-nagios==3.0.0
datadog-network==5.1.0
datadog-nfsstat==3.0.0; sys_platform == 'linux2'
Expand All @@ -144,7 +144,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.3.0
datadog-postgres==22.4.0
datadog-powerdns-recursor==4.0.0
datadog-presto==3.1.0
datadog-process==5.0.0
Expand All @@ -170,7 +170,7 @@ datadog-solr==2.1.0
datadog-sonarqube==5.1.0
datadog-sonicwall-firewall==1.0.0
datadog-spark==6.1.0
datadog-sqlserver==20.2.0
datadog-sqlserver==21.0.0
datadog-squid==4.0.0
datadog-ssh-check==4.0.0
datadog-statsd==3.0.0
Expand Down
12 changes: 12 additions & 0 deletions sqlserver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

<!-- towncrier release notes start -->

## 21.0.0 / 2024-12-26

***Changed***:

* Fall back to ``system_health/event_file`` when querying deadlocks if `datadog` XE session wasn't created. ([#19189](https://github.com/DataDog/integrations-core/pull/19189))

***Added***:

* Update configuration structure and allow configuration of all database metrics ([#19111](https://github.com/DataDog/integrations-core/pull/19111))
* Send schema name as part of index usage metrics ([#19266](https://github.com/DataDog/integrations-core/pull/19266))
* Add schema tag to db_fragmentation metrics for sqlserver ([#19277](https://github.com/DataDog/integrations-core/pull/19277))

## 20.2.0 / 2024-11-28

***Added***:
Expand Down
1 change: 0 additions & 1 deletion sqlserver/changelog.d/19111.added

This file was deleted.

1 change: 0 additions & 1 deletion sqlserver/changelog.d/19189.changed

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion sqlserver/changelog.d/19277.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.2.0'
__version__ = '21.0.0'

0 comments on commit 18a5b8d

Please sign in to comment.