[Backport master] Bump minimum datadog_checks_base to latest release - #24810
Conversation
* Bump minimum datadog_checks_base to latest release * add changelog * Fix changelog entry for 24801 (cherry picked from commit 6c6d7a0)
|
|
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 3571c9f | Docs | Datadog PR Page | Give us feedback! |
Validation ReportAll 21 validations passed. Show details
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3571c9f83f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| ] | ||
| dependencies = [ | ||
| "datadog-checks-base>=37.41.0", | ||
| "datadog-checks-base>=38.0.0", |
There was a problem hiding this comment.
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 👍 / 👎.
Backport 6c6d7a0 from #24801.
What does this PR do?
Motivation
Review checklist (to be filled by reviewers)
qa/requiredif this PR needs QA validation, orqa/skip-qaif it does not. Exactly one of the two is required.backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged