Skip to content

Commit 45ef951

Browse files
authored
[Backport] CVE related version bump releases and ArgoCD additional fields release (#24111)
1 parent ff94029 commit 45ef951

20 files changed

Lines changed: 49 additions & 19 deletions

File tree

argocd/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.7.0 / 2026-06-18
6+
7+
***Added***:
8+
9+
* Add more fields for metadata collection ([#24091](https://github.com/DataDog/integrations-core/pull/24091))
10+
511
## 4.6.0 / 2026-06-15
612

713
***Added***:

argocd/changelog.d/24091.added

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. 2022-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = '4.6.0'
4+
__version__ = '4.7.0'

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+
## 5.0.1 / 2026-06-18
6+
7+
***Fixed***:
8+
9+
* Bump cryptography to 48.0.1. ([#24073](https://github.com/DataDog/integrations-core/pull/24073))
10+
511
## 5.0.0 / 2026-05-14 / Agent 7.80.0
612

713
***Removed***:

cisco_aci/changelog.d/24073.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__ = "5.0.0"
5+
__version__ = "5.0.1"

datadog_checks_base/CHANGELOG.md

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

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

5+
## 37.40.1 / 2026-06-18
6+
7+
***Fixed***:
8+
9+
* Bump cryptography to 48.0.1. ([#24073](https://github.com/DataDog/integrations-core/pull/24073))
10+
* Bump PyJWT to 2.13.0. ([#24074](https://github.com/DataDog/integrations-core/pull/24074))
11+
512
## 37.40.0 / 2026-06-09
613

714
***Added***:

datadog_checks_base/changelog.d/24073.fixed

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

datadog_checks_base/changelog.d/24074.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__ = "37.40.0"
4+
__version__ = "37.40.1"

0 commit comments

Comments
 (0)