[Release] Bumped datadog_checks_dev version to 40.0.1 - #24854
Merged
Conversation
🎉 All green!🧪 All tests passed 🎯 Code Coverage (details) 🔗 Commit SHA: 2b1b960 | Docs | Datadog PR Page | Give us feedback! |
evalya-impact-summaryevalya impact analysis |
nubtron
marked this pull request as ready for review
August 14, 2026 07:23
AAraKKe
approved these changes
Aug 14, 2026
nubtron
enabled auto-merge
August 14, 2026 10:42
Contributor
Validation ReportAll 21 validations passed. Show details
|
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Releases
datadog_checks_devversion 40.0.1. It generates the release changelog, updates the package version, consumes the pending changelog fragment, and adds YubiKey-signed in-toto metadata.Motivation
Recover from the failed 40.0.0 PyPI publication with a normal patch release. The 40.0.0 wheel uses core metadata 2.5, but the previous PyPI publisher rejected that metadata version before uploading it.
PR #24847 updated the automated PyPI publisher to a version that includes Twine 7, and PR #24853 requires Twine 7 for the manual upload path. Twine 7 accepts core metadata 2.5.
After 40.0.1 is available on PyPI, PR #24842 can raise ddev's minimum
datadog-checks-devdependency before the ddev 18.0.0 release.Validation:
ddev release build datadog_checks_devuvx --from twine==7.0.0 twine check datadog_checks_dev/dist/*ddev --no-interactive test --lint datadog_checks_devPrevious failed publication: https://github.com/DataDog/integrations-core/actions/runs/31616615979/job/94180893099
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