Skip to content

Commit d144768

Browse files
authored
[Backport] [7.80.x] Release integrations (DataDog#23763)
1 parent dcc372c commit d144768

10 files changed

Lines changed: 29 additions & 14 deletions

File tree

istio/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 9.5.2 / 2026-05-20
6+
7+
***Fixed***:
8+
9+
* Restore Istio ambient mode metric collection broken in 9.4.0: ztunnel counters are no longer silently dropped, proxy management metrics use the `workload_manager_*` names ztunnel actually emits, and the missing xDS message counters are now registered. ([#23707](https://github.com/DataDog/integrations-core/pull/23707))
10+
511
## 9.5.1 / 2026-04-15
612

713
***Fixed***:

istio/changelog.d/23707.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

istio/datadog_checks/istio/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
44

5-
__version__ = "9.5.1"
5+
__version__ = "9.5.2"

n8n/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 2.0.0 / 2026-05-20
6+
7+
***Changed***:
8+
9+
* Improve the n8n metric coverage:
10+
11+
- Correct missing or incorrect metrics.
12+
- Add metrics introduced in n8n 2.x (workflow execution duration, audit events, authentication, workflow and user statistics, expression engine, and process memory).
13+
- Track n8n's dynamic events (workflow cancellations, audit activity, AI nodes, user and credential changes, package and variable changes).
14+
- Add support for monitoring n8n worker processes alongside the main process. ([#23635](https://github.com/DataDog/integrations-core/pull/23635))
15+
516
## 1.1.2 / 2026-05-14
617

718
***Fixed***:

n8n/changelog.d/23635.changed

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# (C) Datadog, Inc. 2026-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = '1.1.2'
4+
__version__ = '2.0.0'

postgres/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 23.8.1 / 2026-05-20
6+
7+
***Fixed***:
8+
9+
* Fix a crash caused by cancel closing database connections while the check is still running. ([#23728](https://github.com/DataDog/integrations-core/pull/23728))
10+
511
## 23.8.0 / 2026-05-14
612

713
***Added***:

postgres/changelog.d/23728.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

postgres/datadog_checks/postgres/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
44

5-
__version__ = "23.8.0"
5+
__version__ = "23.8.1"

requirements-agent-release.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ datadog-ignite==3.4.0
113113
datadog-iis==5.7.0; sys_platform == 'win32'
114114
datadog-impala==4.4.1
115115
datadog-infiniband==1.6.0; sys_platform == 'linux2'
116-
datadog-istio==9.5.1
116+
datadog-istio==9.5.2
117117
datadog-ivanti-connect-secure==1.2.0
118118
datadog-jboss-wildfly==3.4.0
119119
datadog-journald==3.2.0
@@ -161,7 +161,7 @@ datadog-microsoft-sysmon==1.2.0; sys_platform == 'win32'
161161
datadog-milvus==2.5.1
162162
datadog-mongo==10.10.1
163163
datadog-mysql==15.17.0
164-
datadog-n8n==1.1.2
164+
datadog-n8n==2.0.0
165165
datadog-nagios==3.4.0
166166
datadog-network==5.7.0
167167
datadog-nfsstat==3.5.0; sys_platform == 'linux2'
@@ -185,7 +185,7 @@ datadog-pgbouncer==8.10.0; sys_platform != 'win32'
185185
datadog-php-fpm==6.4.1
186186
datadog-ping-federate==2.2.0
187187
datadog-postfix==3.4.1; sys_platform != 'win32'
188-
datadog-postgres==23.8.0
188+
datadog-postgres==23.8.1
189189
datadog-powerdns-recursor==5.4.0
190190
datadog-prefect==1.0.1
191191
datadog-presto==3.4.0

0 commit comments

Comments
 (0)