Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 6 additions & 2 deletions .github/workflows/build-ddev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
CARGO: cargo
CARGO_BUILD_TARGET: ${{ matrix.job.target }}
PYAPP_REPO: pyapp
PYAPP_VERSION: "0.15.1"
PYAPP_VERSION: "0.24.0"
PYAPP_PIP_EXTERNAL: "1"

steps:
Expand Down Expand Up @@ -160,8 +160,12 @@ jobs:
run: pip install -e . --no-deps

- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@086dfa4efe372cfb6b375460a56e26a62a873d2e # 1.93.1 Latest rust stable version as of 2026-01-27 (https://forge.rust-lang.org/)
# This action must be pinned to a commit reachable from the master branch — any other commit
# will eventually be garbage-collected and break the workflow. See:
# https://github.com/dtolnay/rust-toolchain#choice-of-full-length-commit-sha
uses: dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # master
with:
toolchain: stable
targets: ${{ matrix.job.target }}

- name: Set up cross compiling
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/slapr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
slack_channel_variable:
- SLACK_CHANNEL_ID
- SLACK_CHANNEL_ID_AGENT_INTEGRATIONS_REVIEWS
- SLACK_CHANNEL_ID_INFRA_INTEGRATIONS
steps:
- uses: DataDog/slapr@4b5efe2ce585e45898bb88c4fa303e226e8199e4 # Not versioned, latest commit in master as of 2025-05-08
env:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ treemap*.png
# Claude Code customizations
.claude

# Claude Code PR review artifacts
.agint-review/

# Ignore any metadata file except root json in the downloader
datadog_checks_downloader/datadog_checks/downloader/data/repo/targets/*
!datadog_checks_downloader/datadog_checks/downloader/data/repo/targets/.gitignore
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/tagger/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN python -m pip install build
RUN python -m build -s ./home/ddev
RUN mv ./home/ddev/dist/*.tar.gz ddev.tar.gz

FROM registry.ddbuild.io/images/mirror/ubuntu:22.04
FROM registry.ddbuild.io/images/mirror/ubuntu:25.04

# Update sources and install required packages
RUN apt-get update \
Expand Down
6 changes: 6 additions & 0 deletions activemq/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 5.3.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 5.2.0 / 2025-11-26 / Agent 7.74.0

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 5.5.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 5.4.0 / 2026-02-19 / Agent 7.77.0

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

This file was deleted.

2 changes: 1 addition & 1 deletion activemq_xml/datadog_checks/activemq_xml/__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.4.0"
__version__ = "5.5.0"
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 -->

## 5.4.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 5.3.1 / 2026-03-18

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

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__ = '5.3.1'
__version__ = '5.4.0'
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 -->

## 7.4.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 7.3.0 / 2026-02-19 / Agent 7.77.0

***Added***:
Expand Down
1 change: 0 additions & 1 deletion airflow/changelog.d/23109.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__ = '7.3.0'
__version__ = '7.4.0'
6 changes: 6 additions & 0 deletions amazon_msk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 7.6.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 7.5.0 / 2026-03-18

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 6.5.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 6.4.0 / 2026-02-19 / Agent 7.77.0

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

This file was deleted.

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

<!-- towncrier release notes start -->

## 7.4.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 7.3.0 / 2026-02-19 / Agent 7.77.0

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

This file was deleted.

2 changes: 1 addition & 1 deletion apache/datadog_checks/apache/__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__ = "7.3.0"
__version__ = "7.4.0"
6 changes: 6 additions & 0 deletions appgate_sdp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 2.4.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 2.3.0 / 2026-02-19 / Agent 7.77.0

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

This file was deleted.

2 changes: 1 addition & 1 deletion appgate_sdp/datadog_checks/appgate_sdp/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2024-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '2.3.0'
__version__ = '2.4.0'
6 changes: 6 additions & 0 deletions arangodb/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 4.4.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 4.3.0 / 2026-02-19 / Agent 7.77.0

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

This file was deleted.

2 changes: 1 addition & 1 deletion arangodb/datadog_checks/arangodb/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2022-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '4.3.0'
__version__ = '4.4.0'
6 changes: 6 additions & 0 deletions argo_rollouts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 3.4.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 3.3.0 / 2026-02-19 / Agent 7.77.0

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

This file was deleted.

2 changes: 1 addition & 1 deletion argo_rollouts/datadog_checks/argo_rollouts/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2024-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '3.3.0'
__version__ = '3.4.0'
6 changes: 6 additions & 0 deletions argo_workflows/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 3.4.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 3.3.0 / 2026-02-19 / Agent 7.77.0

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

This file was deleted.

2 changes: 1 addition & 1 deletion argo_workflows/datadog_checks/argo_workflows/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2024-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '3.3.0'
__version__ = '3.4.0'
6 changes: 6 additions & 0 deletions argocd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 4.4.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 4.3.0 / 2026-02-19 / Agent 7.77.0

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

This file was deleted.

2 changes: 1 addition & 1 deletion argocd/datadog_checks/argocd/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2022-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '4.3.0'
__version__ = '4.4.0'
6 changes: 6 additions & 0 deletions avi_vantage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 6.4.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 6.3.0 / 2026-02-19 / Agent 7.77.0

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

This file was deleted.

2 changes: 1 addition & 1 deletion avi_vantage/datadog_checks/avi_vantage/__about__.py
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__ = '6.3.0'
__version__ = '6.4.0'
6 changes: 6 additions & 0 deletions aws_neuron/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 3.4.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 3.3.0 / 2026-02-19 / Agent 7.77.0

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

This file was deleted.

2 changes: 1 addition & 1 deletion aws_neuron/datadog_checks/aws_neuron/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2024-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '3.3.0'
__version__ = '3.4.0'
6 changes: 6 additions & 0 deletions azure_iot_edge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 6.5.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 6.4.0 / 2026-02-19 / Agent 7.77.0

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

This file was deleted.

2 changes: 1 addition & 1 deletion azure_iot_edge/datadog_checks/azure_iot_edge/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2020-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '6.4.0'
__version__ = '6.5.0'
6 changes: 6 additions & 0 deletions bentoml/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 1.5.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 1.4.0 / 2026-02-19 / Agent 7.77.0

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

This file was deleted.

2 changes: 1 addition & 1 deletion bentoml/datadog_checks/bentoml/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2025-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = '1.4.0'
__version__ = '1.5.0'
6 changes: 6 additions & 0 deletions boundary/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

<!-- towncrier release notes start -->

## 4.4.0 / 2026-04-01

***Added***:

* Add support for security validation in models ([#23109](https://github.com/DataDog/integrations-core/pull/23109))

## 4.3.0 / 2026-02-19 / Agent 7.77.0

***Added***:
Expand Down
Loading
Loading