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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions nginx/changelog.d/24801.changed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump minimum datadog_checks_base to latest release.
2 changes: 1 addition & 1 deletion nginx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers = [
"Private :: Do Not Upload",
]
dependencies = [
"datadog-checks-base>=37.41.0",
"datadog-checks-base>=38.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep nginx compatible with the branch's base package

In this backport target, datadog_checks_base is still 37.42.0 (datadog_checks_base/datadog_checks/base/__about__.py) and the Agent release requirements pin datadog-checks-base==37.42.0 (requirements-agent-release.txt:37). Setting the nginx wheel's Requires-Dist to >=38.0.0 makes the next nginx package incompatible with the Agent bundle produced from this branch, so dependency resolution will reject nginx unless base 38 is backported too or this floor stays at the branch's available base version.

Useful? React with 👍 / 👎.

]
dynamic = [
"version",
Expand Down
Loading