Skip to content

Commit 93e4bfa

Browse files
authored
Merge branch 'master' into kyle.neale/test-mapr
2 parents 28aa13b + 66b359f commit 93e4bfa

File tree

162 files changed

+33183
-484
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+33183
-484
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,11 @@ datadog_checks_base/datadog_checks/base/checks/windows/ @DataDog/wi
301301
/metabase/manifest.json @DataDog/saas-integrations @DataDog/documentation
302302
/metabase/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-backend
303303

304+
/microsoft_sysmon/ @DataDog/agent-integrations
305+
/microsoft_sysmon/*.md @DataDog/agent-integrations @DataDog/documentation
306+
/microsoft_sysmon/manifest.json @DataDog/agent-integrations @DataDog/documentation
307+
/microsoft_sysmon/assets/logs/ @DataDog/agent-integrations @DataDog/documentation @DataDog/logs-backend @DataDog/logs-core
308+
304309
/mimecast/ @DataDog/saas-integrations
305310
/mimecast/*.md @DataDog/saas-integrations @DataDog/documentation
306311
/mimecast/manifest.json @DataDog/saas-integrations @DataDog/documentation
@@ -513,6 +518,11 @@ plaid/assets/logs/ @DataDog/saa
513518
/gpu/*.md @DataDog/ebpf-platform @DataDog/documentation
514519
/gpu/manifest.json @DataDog/ebpf-platform @DataDog/agent-integrations @DataDog/documentation
515520

521+
/openvpn/ @DataDog/agent-integrations
522+
/openvpn/*.md @DataDog/agent-integrations @DataDog/documentation
523+
/openvpn/manifest.json @DataDog/agent-integrations @DataDog/documentation
524+
/openvpn/assets/logs/ @DataDog/agent-integrations @DataDog/documentation @DataDog/logs-backend @DataDog/logs-core
525+
516526
# To keep Security up-to-date with changes to the signing tool.
517527
/datadog_checks_dev/datadog_checks/dev/tooling/signing.py @DataDog/agent-integrations
518528
# As well as the secure downloader.

.github/workflows/config/labeler.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ integration/dcgm:
176176
- dcgm/**/*
177177
integration/delinea_privilege_manager:
178178
- delinea_privilege_manager/**/*
179+
integration/delinea_secret_server:
180+
- delinea_secret_server/**/*
179181
integration/directory:
180182
- directory/**/*
181183
integration/disk:
@@ -314,6 +316,8 @@ integration/jmeter:
314316
- jmeter/**/*
315317
integration/journald:
316318
- journald/**/*
319+
integration/juniper_srx_firewall:
320+
- juniper_srx_firewall/**/*
317321
integration/kafka:
318322
- kafka/**/*
319323
integration/kafka_consumer:
@@ -390,6 +394,8 @@ integration/mesos_slave:
390394
- mesos_slave/**/*
391395
integration/metabase:
392396
- metabase/**/*
397+
integration/microsoft_sysmon:
398+
- microsoft_sysmon/**/*
393399
integration/milvus:
394400
- milvus/**/*
395401
integration/mimecast:
@@ -440,6 +446,8 @@ integration/openstack:
440446
- openstack/**/*
441447
integration/openstack_controller:
442448
- openstack_controller/**/*
449+
integration/openvpn:
450+
- openvpn/**/*
443451
integration/oracle:
444452
- oracle/**/*
445453
integration/orca_security:

.github/workflows/datadog-static-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
id: datadog-static-analysis
1414
uses: DataDog/datadog-static-analyzer-github-action@v1
1515
with:
16-
dd_api_key: ${{ secrets.DD_API_KEY_2 }}
17-
dd_app_key: ${{ secrets.DD_STATIC_ANALYSIS_APP_KEY_2 }}
16+
dd_api_key: ${{ secrets.DD_API_KEY }}
17+
dd_app_key: ${{ secrets.DD_STATIC_ANALYSIS_APP_KEY }}
1818
dd_service: integration-core
1919
dd_env: ci
2020
dd_site: datadoghq.com

.github/workflows/flaky-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
pytest-args: '-m flaky'
3030
secrets: inherit
3131

32+
# needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
33+
permissions:
34+
id-token: write
35+
3236
publish-test-results:
3337
needs:
3438
- test

.github/workflows/submit-traces.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ports:
1919
- "8126:8126"
2020
env:
21-
DD_API_KEY: "${{ secrets.DD_API_KEY_2 }}"
21+
DD_API_KEY: "${{ secrets.DD_API_KEY }}"
2222
DD_HOSTNAME: "none"
2323
DD_INSIDE_CI: "true"
2424
DD_LOG_LEVEL: "warn"

.github/workflows/test-agent.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ jobs:
4949
agent-image-windows: "${{ inputs.agent-image-windows }}"
5050
agent-image-windows-py2: "${{ inputs.agent-image-windows-py2 }}"
5151
secrets: inherit
52+
# needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
53+
permissions:
54+
id-token: write
5255

5356
submit-traces:
5457
needs:

.github/workflows/test-fips-e2e.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ jobs:
9494
- name: Prepare for testing
9595
env:
9696
PYTHONUNBUFFERED: "1"
97-
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME_2 }}
98-
DOCKER_ACCESS_TOKEN: ${{ secrets.DOCKER_ACCESS_TOKEN_2 }}
97+
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
98+
DOCKER_ACCESS_TOKEN: ${{ secrets.DOCKER_ACCESS_TOKEN }}
9999
ORACLE_DOCKER_USERNAME: ${{ secrets.ORACLE_DOCKER_USERNAME }}
100-
ORACLE_DOCKER_PASSWORD: ${{ secrets.ORACLE_DOCKER_PASSWORD_2 }}
100+
ORACLE_DOCKER_PASSWORD: ${{ secrets.ORACLE_DOCKER_PASSWORD }}
101101
DD_GITHUB_USER: ${{ github.actor }}
102102
DD_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103103
run: ddev ci setup ${{ inputs.target || 'tls' }}
@@ -112,14 +112,14 @@ jobs:
112112
- name: Run E2E tests with FIPS disabled
113113
env:
114114
DDEV_E2E_AGENT: "${{ inputs.agent-image || 'datadog/agent-dev:master-py3' }}"
115-
DD_API_KEY: "${{ secrets.DD_API_KEY_2 }}"
115+
DD_API_KEY: "${{ secrets.DD_API_KEY }}"
116116
run: |
117117
ddev env test --base --new-env --junit ${{ inputs.target || 'tls' }} -- all -m "fips_off"
118118
119119
- name: Run E2E tests with FIPS enabled
120120
env:
121121
DDEV_E2E_AGENT: "${{ inputs.agent-image-fips || 'datadog/agent-dev:master-fips' }}"
122-
DD_API_KEY: "${{ secrets.DD_API_KEY_2 }}"
122+
DD_API_KEY: "${{ secrets.DD_API_KEY }}"
123123
run: |
124124
ddev env test --base --new-env --junit ${{ inputs.target || 'tls' }} -- all -k "fips_on"
125125

.github/workflows/test-target.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ jobs:
202202
"DD_GITHUB_USER": "{4}",
203203
"DD_GITHUB_TOKEN": "{5}"
204204
}}',
205-
secrets.DOCKER_USERNAME_2,
206-
secrets.DOCKER_ACCESS_TOKEN_2,
205+
secrets.DOCKER_USERNAME,
206+
secrets.DOCKER_ACCESS_TOKEN,
207207
secrets.ORACLE_DOCKER_USERNAME,
208-
secrets.ORACLE_DOCKER_PASSWORD_2,
208+
secrets.ORACLE_DOCKER_PASSWORD,
209209
github.actor,
210210
secrets.GITHUB_TOKEN
211211
))}}
@@ -260,7 +260,7 @@ jobs:
260260
- name: Run E2E tests with latest base package
261261
if: inputs.standard && inputs.repo == 'core' && !inputs.minimum-base-package
262262
env:
263-
DD_API_KEY: "${{ secrets.DD_API_KEY_2 }}"
263+
DD_API_KEY: "${{ secrets.DD_API_KEY }}"
264264
run: |
265265
# '-- all' is passed for e2e tests if pytest args are provided
266266
# This is done to avoid ddev from interpreting the arguments as environments
@@ -298,7 +298,7 @@ jobs:
298298
- name: Run E2E tests
299299
if: inputs.standard && inputs.repo != 'core'
300300
env:
301-
DD_API_KEY: "${{ secrets.DD_API_KEY_2 }}"
301+
DD_API_KEY: "${{ secrets.DD_API_KEY }}"
302302
run: |
303303
# '-- all' is passed for e2e tests if pytest args are provided
304304
# This is done to avoid ddev from interpreting the arguments as environments
@@ -344,7 +344,7 @@ jobs:
344344
- name: Run E2E tests for the latest version
345345
if: inputs.latest
346346
env:
347-
DD_API_KEY: "${{ secrets.DD_API_KEY_2 }}"
347+
DD_API_KEY: "${{ secrets.DD_API_KEY }}"
348348
DDEV_TEST_ENABLE_TRACING: "${{ inputs.repo == 'core' && '1' || '0' }}"
349349
run: |
350350
# '-- all' is passed for e2e tests if pytest args are provided

.github/workflows/weekly-latest.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
# Options
1515
latest: true
1616
secrets: inherit
17+
# needed for codecov in test-target.yml, allows the action to get a JWT signed by Github
18+
permissions:
19+
id-token: write
1720

1821
submit-traces:
1922
needs:

AGENT_CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
## Datadog Agent version [7.65.0](https://github.com/DataDog/datadog-agent/blob/master/CHANGELOG.rst#7650)
2+
3+
* Amazon Kafka [6.4.0](https://github.com/DataDog/integrations-core/blob/master/amazon_msk/CHANGELOG.md)
4+
* Avi Vantage [5.3.0](https://github.com/DataDog/integrations-core/blob/master/avi_vantage/CHANGELOG.md)
5+
* Ceph [4.1.0](https://github.com/DataDog/integrations-core/blob/master/ceph/CHANGELOG.md)
6+
* cert-manager [5.3.0](https://github.com/DataDog/integrations-core/blob/master/cert_manager/CHANGELOG.md)
7+
* Datadog Checks Base [37.8.0](https://github.com/DataDog/integrations-core/blob/master/datadog_checks_base/CHANGELOG.md)
8+
* Cisco ACI [4.4.0](https://github.com/DataDog/integrations-core/blob/master/cisco_aci/CHANGELOG.md)
9+
* Cisco Secure Web Appliance [1.0.0](https://github.com/DataDog/integrations-core/blob/master/cisco_secure_web_appliance/CHANGELOG.md)
10+
* CouchDB [8.3.0](https://github.com/DataDog/integrations-core/blob/master/couch/CHANGELOG.md)
11+
* FoundationDB [3.2.0](https://github.com/DataDog/integrations-core/blob/master/foundationdb/CHANGELOG.md)
12+
* HTTP [11.2.0](https://github.com/DataDog/integrations-core/blob/master/http_check/CHANGELOG.md)
13+
* Infiniband [1.0.0](https://github.com/DataDog/integrations-core/blob/master/infiniband/CHANGELOG.md)
14+
* Kafka Consumer [6.5.1](https://github.com/DataDog/integrations-core/blob/master/kafka_consumer/CHANGELOG.md)
15+
* KubeVirt API [1.2.0](https://github.com/DataDog/integrations-core/blob/master/kubevirt_api/CHANGELOG.md)
16+
* MarkLogic [6.1.1](https://github.com/DataDog/integrations-core/blob/master/marklogic/CHANGELOG.md)
17+
* MongoDB [9.0.0](https://github.com/DataDog/integrations-core/blob/master/mongo/CHANGELOG.md) **BREAKING CHANGE**
18+
* MySQL [14.9.0](https://github.com/DataDog/integrations-core/blob/master/mysql/CHANGELOG.md)
19+
* Network [5.2.0](https://github.com/DataDog/integrations-core/blob/master/network/CHANGELOG.md)
20+
* Octopus Deploy [1.0.2](https://github.com/DataDog/integrations-core/blob/master/octopus_deploy/CHANGELOG.md)
21+
* OpenStack Controller [8.3.1](https://github.com/DataDog/integrations-core/blob/master/openstack_controller/CHANGELOG.md)
22+
* PGBouncer [8.1.2](https://github.com/DataDog/integrations-core/blob/master/pgbouncer/CHANGELOG.md)
23+
* Postgres [22.8.0](https://github.com/DataDog/integrations-core/blob/master/postgres/CHANGELOG.md)
24+
* Redis [7.2.0](https://github.com/DataDog/integrations-core/blob/master/redisdb/CHANGELOG.md)
25+
* RiakCS [4.3.0](https://github.com/DataDog/integrations-core/blob/master/riakcs/CHANGELOG.md)
26+
* Silverstripe CMS [1.0.0](https://github.com/DataDog/integrations-core/blob/master/silverstripe_cms/CHANGELOG.md)
27+
* Slurm [1.1.0](https://github.com/DataDog/integrations-core/blob/master/slurm/CHANGELOG.md)
28+
* SNMP [9.2.1](https://github.com/DataDog/integrations-core/blob/master/snmp/CHANGELOG.md)
29+
* SonarQube [5.2.1](https://github.com/DataDog/integrations-core/blob/master/sonarqube/CHANGELOG.md)
30+
* sonatype_nexus [1.1.0](https://github.com/DataDog/integrations-core/blob/master/sonatype_nexus/CHANGELOG.md)
31+
* Spark [6.3.0](https://github.com/DataDog/integrations-core/blob/master/spark/CHANGELOG.md)
32+
* SQL Server [22.0.1](https://github.com/DataDog/integrations-core/blob/master/sqlserver/CHANGELOG.md) **BREAKING CHANGE**
33+
* TLS [4.3.0](https://github.com/DataDog/integrations-core/blob/master/tls/CHANGELOG.md)
34+
* Velero [2.0.0](https://github.com/DataDog/integrations-core/blob/master/velero/CHANGELOG.md)
35+
* vSphere [8.2.1](https://github.com/DataDog/integrations-core/blob/master/vsphere/CHANGELOG.md)
36+
* Windows Event Log [5.1.1](https://github.com/DataDog/integrations-core/blob/master/win32_event_log/CHANGELOG.md)
37+
138
## Datadog Agent version [7.64.2](https://github.com/DataDog/datadog-agent/blob/master/CHANGELOG.rst#7642)
239

340
* MongoDB [8.6.0](https://github.com/DataDog/integrations-core/blob/master/mongo/CHANGELOG.md)

0 commit comments

Comments
 (0)