Skip to content

Commit 5761ec1

Browse files
authored
Port changelogs from 7.78.x releases (DataDog#23267)
* port changelogs * port snmp changes * Update __about__.py * Delete .github/workflows/scripts/port_release_to_master.py
1 parent 31ae610 commit 5761ec1

18 files changed

Lines changed: 49 additions & 17 deletions

File tree

cisco_aci/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+
## 4.14.1 / 2026-04-09
6+
7+
***Fixed***:
8+
9+
* Bump `cryptography` to `==46.0.6` (CVE-2026-34073 / VULN-59768). ([#23223](https://github.com/DataDog/integrations-core/pull/23223))
10+
511
## 4.14.0 / 2026-04-01
612

713
***Added***:

cisco_aci/changelog.d/23223.fixed

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

cisco_aci/datadog_checks/cisco_aci/__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__ = "4.14.0"
5+
__version__ = "4.14.1"

datadog_checks_base/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
* Fix process_isolation parameter to handle log formats and external tags. ([#22973](https://github.com/DataDog/integrations-core/pull/22973))
2323
* Reduce allocations in `StatementMetrics` by deferring dict construction and updating the previous-statements cache in place. ([#23075](https://github.com/DataDog/integrations-core/pull/23075))
2424

25+
## 37.33.3 / 2026-04-09
26+
27+
***Fixed***:
28+
29+
* Bump `requests` to `==2.33.0` (CVE-2026-25645 / VULN-59770) and `cryptography` to `==46.0.6` (CVE-2026-34073 / VULN-59768). ([#23223](https://github.com/DataDog/integrations-core/pull/23223))
30+
* Bump pyOpenSSL to >=26.0.0 to address CVE-2026-27459 (VULN-59209, Critical 9.8) and CVE-2026-27448 (VULN-59208, Medium 5.3). ([#23225](https://github.com/DataDog/integrations-core/pull/23225))
31+
2532
## 37.33.2 / 2026-04-03
2633

2734
***Fixed***:

http_check/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+
## 12.6.1 / 2026-04-09
6+
7+
***Fixed***:
8+
9+
* Bump `cryptography` to `==46.0.6` (CVE-2026-34073 / VULN-59768). ([#23223](https://github.com/DataDog/integrations-core/pull/23223))
10+
511
## 12.6.0 / 2026-04-01
612

713
***Added***:

http_check/changelog.d/23223.fixed

Lines changed: 0 additions & 1 deletion
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. 2018-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = "12.6.0"
4+
__version__ = "12.6.1"

mysql/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+
## 15.15.1 / 2026-04-09
6+
7+
***Fixed***:
8+
9+
* Bump `cryptography` to `==46.0.6` (CVE-2026-34073 / VULN-59768). ([#23223](https://github.com/DataDog/integrations-core/pull/23223))
10+
511
## 15.15.0 / 2026-04-01
612

713
***Added***:

mysql/changelog.d/23223.fixed

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

mysql/datadog_checks/mysql/__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__ = "15.15.0"
5+
__version__ = "15.15.1"

0 commit comments

Comments
 (0)