Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog update for 6.53.1 release #33255

Merged
merged 1 commit into from
Jan 23, 2025
Merged

Changelog update for 6.53.1 release #33255

merged 1 commit into from
Jan 23, 2025

Conversation

chouetz
Copy link
Member

@chouetz chouetz commented Jan 22, 2025

No description provided.

@pr-commenter
Copy link

pr-commenter bot commented Jan 22, 2025

Test changes on VM

Use this command from test-infra-definitions to manually test this PR changes on a VM:

inv create-vm --pipeline-id=53689632 --os-family=ubuntu


Release on: 2025-01-22

- Please refer to the `7.53.0 tag on integrations-core <https://github.com/DataDog/integrations-core/blob/master/AGENT_CHANGELOG.md#datadog-agent-version-7530>`_ for the list of changes on the Core Checks
Copy link
Contributor

Choose a reason for hiding this comment

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

AFAICS there is no change in integrations-core for this release, but if there are in the future, shouldn't ensure the tag are named 6.xx.yy to avoid confusion?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes I agree, we could create a 6.53.0 tag on the same commit to prevent confusion

@chouetz chouetz merged commit 1ddc8d2 into 6.53.x Jan 23, 2025
161 checks passed
@chouetz chouetz deleted the changelog-update-6.53.1 branch January 23, 2025 08:50
@agent-platform-auto-pr
Copy link
Contributor

The backport to main 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-main main
# Navigate to the new working tree
cd .worktrees/backport-main
# Create a new branch
git switch --create backport-33255-to-main
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 1ddc8d28225bb5d2dccb7c2ccfa7b44637337c2b
# Push it to GitHub
git push --set-upstream origin backport-33255-to-main
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-main

Then, create a pull request where the base branch is main and the compare/head branch is backport-33255-to-main.

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