Skip to content

Commit 5cdb3e4

Browse files
authored
port to master (#24139)
1 parent b7f2c89 commit 5cdb3e4

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

datadog_checks_downloader/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.2.2 / 2026-06-22
6+
7+
***Fixed***:
8+
9+
* Use ``https://agent-integration-wheels.datadoghq.com`` (CloudFront) as the default v2 repository URL, replacing the direct S3 URL. The ``--repository`` flag still accepts any HTTPS base URL. ([#24084](https://github.com/DataDog/integrations-core/pull/24084))
10+
511
## 9.2.1 / 2026-06-15
612

713
***Fixed***:

datadog_checks_downloader/changelog.d/24084.fixed

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

datadog_checks_downloader/datadog_checks/downloader/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
# NOTE: tie datadog-checks-downloader to v2 of our software supply chain:
66
# https://github.com/DataDog/integrations-core/blob/6388602b6deb3b65b62cf7cda69dc20d99dede29/datadog_checks_downloader/datadog_checks/downloader/download.py#L51
7-
__version__ = "9.2.1"
7+
__version__ = "9.2.2"

requirements-agent-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ datadog-checkpoint-harmony-endpoint==1.2.0
3636
datadog-checkpoint-quantum-firewall==1.3.0
3737
datadog-checks-base==37.40.1
3838
datadog-checks-dependency-provider==3.2.0
39-
datadog-checks-downloader==9.2.1
39+
datadog-checks-downloader==9.2.2
4040
datadog-cilium==6.4.1
4141
datadog-cisco-aci==5.0.1
4242
datadog-cisco-asa==1.0.0

0 commit comments

Comments
 (0)