Skip to content

Commit b66d6a4

Browse files
committed
Merge branch 'main' into dubloom/process-tags-collection
2 parents 0428dcd + 83a032e commit b66d6a4

File tree

102 files changed

+3698
-1636
lines changed

Some content is hidden

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

102 files changed

+3698
-1636
lines changed

.github/workflows/system-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
persist-credentials: false
4646
repository: 'DataDog/system-tests'
4747
# Automatically managed, use scripts/update-system-tests-version to update
48-
ref: '279a4f17c9392157cdc106e627c2b57c2233899b'
48+
ref: '38b9edcd63a1158f1a51e0430770052341b9cfdb'
4949

5050
- name: Download wheels to binaries directory
5151
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
@@ -90,7 +90,7 @@ jobs:
9090
persist-credentials: false
9191
repository: 'DataDog/system-tests'
9292
# Automatically managed, use scripts/update-system-tests-version to update
93-
ref: '279a4f17c9392157cdc106e627c2b57c2233899b'
93+
ref: '38b9edcd63a1158f1a51e0430770052341b9cfdb'
9494

9595
- name: Build runner
9696
uses: ./.github/actions/install_runner
@@ -275,7 +275,7 @@ jobs:
275275
persist-credentials: false
276276
repository: 'DataDog/system-tests'
277277
# Automatically managed, use scripts/update-system-tests-version to update
278-
ref: '279a4f17c9392157cdc106e627c2b57c2233899b'
278+
ref: '38b9edcd63a1158f1a51e0430770052341b9cfdb'
279279
- name: Download wheels to binaries directory
280280
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
281281
with:

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variables:
1414
DD_VPA_TEMPLATE: "vpa-template-cpu-p70-10percent-2x-oom-min-cap"
1515
# CI_DEBUG_SERVICES: "true"
1616
# Automatically managed, use scripts/update-system-tests-version to update
17-
SYSTEM_TESTS_REF: "279a4f17c9392157cdc106e627c2b57c2233899b"
17+
SYSTEM_TESTS_REF: "38b9edcd63a1158f1a51e0430770052341b9cfdb"
1818

1919
default:
2020
interruptible: true

.gitlab/benchmarks/serverless.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ benchmark-serverless:
66
trigger:
77
project: DataDog/serverless-tools
88
strategy: depend
9-
needs: []
9+
needs:
10+
- job: publish-wheels-to-s3
1011
rules:
1112
- if: $RELEASE_ALLOW_BENCHMARK_FAILURES == "true"
1213
allow_failure: true

.gitlab/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ publish-wheels-to-s3:
130130
generate_index_html() {
131131
local outfile="$1"
132132
{
133-
echo "<html><body>"
133+
echo "<!DOCTYPE html><html lang=\"en\"><body>"
134134
for w in "${WHEELS[@]}"; do
135135
fname="$(basename "$w")"
136136
enc_fname="${fname//+/%2B}"

.riot/requirements/1021fa1.txt

Lines changed: 0 additions & 43 deletions
This file was deleted.

.riot/requirements/109d1ad.txt

Lines changed: 0 additions & 38 deletions
This file was deleted.

.riot/requirements/19fed8a.txt renamed to .riot/requirements/10f75ab.txt

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,52 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --cert=None --client-cert=None --index-url=None --no-annotate --pip-args=None .riot/requirements/19fed8a.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/10f75ab.in
66
#
77
annotated-types==0.7.0
88
anyio==4.11.0
9-
attrs==25.3.0
10-
certifi==2025.8.3
11-
charset-normalizer==3.4.3
9+
attrs==25.4.0
10+
certifi==2025.10.5
11+
cffi==2.0.0
12+
charset-normalizer==3.4.4
1213
click==8.3.0
13-
coverage[toml]==7.10.7
14+
coverage[toml]==7.11.0
15+
cryptography==46.0.3
1416
fastapi==0.114.2
1517
h11==0.16.0
1618
httpcore==1.0.9
1719
httpx==0.27.2
20+
httpx-sse==0.4.3
1821
hypothesis==6.45.0
19-
idna==3.10
20-
iniconfig==2.1.0
22+
idna==3.11
23+
iniconfig==2.3.0
2124
jinja2==3.1.6
25+
jsonschema==4.25.1
26+
jsonschema-specifications==2025.9.1
2227
markupsafe==3.0.3
28+
mcp==1.20.0
2329
mock==5.2.0
2430
opentracing==2.4.0
2531
packaging==25.0
2632
pluggy==1.6.0
27-
pydantic==2.11.9
28-
pydantic-core==2.33.2
33+
pycparser==2.23
34+
pydantic==2.12.4
35+
pydantic-core==2.41.5
36+
pydantic-settings==2.11.0
2937
pygments==2.19.2
38+
pyjwt[crypto]==2.10.1
3039
pytest==8.4.2
40+
pytest-asyncio==1.2.0
3141
pytest-cov==7.0.0
3242
pytest-mock==3.15.1
43+
python-dotenv==1.2.1
3344
python-multipart==0.0.20
45+
referencing==0.37.0
3446
requests==2.32.5
47+
rpds-py==0.28.0
3548
sniffio==1.3.1
3649
sortedcontainers==2.4.0
50+
sse-starlette==3.0.3
3751
starlette==0.38.6
3852
typing-extensions==4.15.0
3953
typing-inspection==0.4.2

.riot/requirements/13fda88.txt renamed to .riot/requirements/116bda6.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --no-annotate .riot/requirements/13fda88.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/116bda6.in
66
#
77
attrs==25.4.0
88
coverage[toml]==7.11.0
@@ -17,6 +17,7 @@ mock==5.2.0
1717
opentracing==2.4.0
1818
packaging==25.0
1919
pluggy==1.6.0
20+
protobuf==6.33.0
2021
py-cpuinfo==8.0.0
2122
pygments==2.19.2
2223
pytest==8.4.2

.riot/requirements/be2d128.txt renamed to .riot/requirements/11f199b.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.13
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --no-annotate .riot/requirements/be2d128.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/11f199b.in
66
#
77
attrs==25.4.0
88
coverage[toml]==7.11.0
@@ -15,6 +15,7 @@ mock==5.2.0
1515
opentracing==2.4.0
1616
packaging==25.0
1717
pluggy==1.6.0
18+
protobuf==6.33.0
1819
py-cpuinfo==8.0.0
1920
pygments==2.19.2
2021
pytest==8.4.2

.riot/requirements/1828fcc.txt renamed to .riot/requirements/1235f1e.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1828fcc.in
5+
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1235f1e.in
66
#
77
anyio==3.7.1
8-
attrs==25.3.0
9-
certifi==2025.8.3
10-
charset-normalizer==3.4.3
8+
attrs==25.4.0
9+
backports-asyncio-runner==1.2.0
10+
certifi==2025.10.5
11+
charset-normalizer==3.4.4
1112
click==8.1.8
1213
coverage[toml]==7.10.7
1314
exceptiongroup==1.3.0
@@ -16,7 +17,7 @@ h11==0.16.0
1617
httpcore==1.0.9
1718
httpx==0.27.2
1819
hypothesis==6.45.0
19-
idna==3.10
20+
idna==3.11
2021
iniconfig==2.1.0
2122
jinja2==3.1.6
2223
markupsafe==3.0.3
@@ -27,14 +28,15 @@ pluggy==1.6.0
2728
pydantic==1.10.24
2829
pygments==2.19.2
2930
pytest==8.4.2
31+
pytest-asyncio==1.2.0
3032
pytest-cov==7.0.0
3133
pytest-mock==3.15.1
3234
python-multipart==0.0.20
3335
requests==2.32.5
3436
sniffio==1.3.1
3537
sortedcontainers==2.4.0
3638
starlette==0.20.4
37-
tomli==2.2.1
39+
tomli==2.3.0
3840
typing-extensions==4.15.0
3941
urllib3==2.5.0
4042
uvicorn==0.33.0

0 commit comments

Comments
 (0)