Skip to content

Port changelogs from 7.78.x releases#23267

Open
steveny91 wants to merge 2 commits intomasterfrom
sy/port-23262
Open

Port changelogs from 7.78.x releases#23267
steveny91 wants to merge 2 commits intomasterfrom
sy/port-23262

Conversation

@steveny91
Copy link
Copy Markdown
Contributor

What does this PR do?

Released cisco_aci, http, mysql, tls and checks base from 7.78.x.

@datadog-official
Copy link
Copy Markdown
Contributor

datadog-official bot commented Apr 10, 2026

✅ Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 90.39% (+3.71%)

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 32fa550 | Docs | Datadog PR Page | Was this helpful? React with 👍/👎 or give us feedback!

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 32fa5503f3

ℹ️ 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".

datadog-singlestore==4.6.0
datadog-slurm==2.4.0; sys_platform == 'linux2'
datadog-snmp==12.3.0
datadog-snmp==12.3.1
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep snmp version metadata consistent

This commit bumps datadog-snmp to 12.3.1 in the release requirements, but the integration source metadata remains at 12.3.0 in snmp/datadog_checks/snmp/__about__.py. That leaves the repository in an internally inconsistent state (requirements/changelog say 12.3.1 while package metadata says 12.3.0), which can confuse release tooling and local package builds that derive the version from __about__.py.

Useful? React with 👍 / 👎.

Comment on lines +449 to +450
if buckets["fragments"] and version_updated:
if process_fragments(integration, buckets["fragments"]):
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Delete consumed changelog fragments regardless of version bump

In main(), fragment deletion is currently gated on version_updated, so any release where master is already on a higher version (the version-conflict case this script is meant to handle) will skip process_fragments and leave consumed changelog.d files behind. Those stale fragments can then be re-consumed in a later release and duplicate release notes.

Useful? React with 👍 / 👎.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.19%. Comparing base (da68177) to head (32fa550).

Additional details and impacted files
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

request: can we add this as a release command to ddev so we can actually test it? I have a comment to port commits from one place to another for quite some time but have not had the chance to actually move it to ddev. If the intention is to have a workflow that relies on this it is not acceptable to keep adding these to places we cannot control their stability and goes against the CI improvements we discussed.

Better to also remove it form this PR so we can actually port changelogs and discuss this in a separate update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants