Skip to content

Conversation

datadog-agent-integrations-bot[bot]
Copy link
Contributor

What does this PR do?

Finalize Agent release 7.67.0 updating the changelog files.

Motivation

Agent 7.67.0 has been released.

Additional Notes

This PR was automatically generated.

@sarah-witt sarah-witt added this pull request to the merge queue Jun 18, 2025
Merged via the queue into master with commit 52ab2e0 Jun 18, 2025
158 of 161 checks passed
@sarah-witt sarah-witt deleted the bot/update-agent-changelog-7.67.0-1750167755 branch June 18, 2025 14:06
@datadog-agent-integrations-bot
Copy link
Contributor Author

The backport to 7.68.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-7.68.x 7.68.x
# Navigate to the new working tree
cd .worktrees/backport-7.68.x
# Create a new branch
git switch --create backport-20526-to-7.68.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 52ab2e0164ba65cdd7d4e8bdbdd77ac23da9afa8
# Push it to GitHub
git push --set-upstream origin backport-20526-to-7.68.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-7.68.x

Then, create a pull request where the base branch is 7.68.x and the compare/head branch is backport-20526-to-7.68.x.

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