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

chore(docs) add 3.1.6 changelog #6187

Merged
merged 1 commit into from
Jun 12, 2024
Merged

chore(docs) add 3.1.6 changelog #6187

merged 1 commit into from
Jun 12, 2024

Conversation

rainest
Copy link
Contributor

@rainest rainest commented Jun 11, 2024

What this PR does / why we need it:

Changelog entry. Artifact is out, this is just the docs.

Fix #6153

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

  • the CHANGELOG.md release notes have been updated to reflect any significant (and particularly user-facing) changes introduced by this PR

@rainest rainest requested a review from a team as a code owner June 11, 2024 21:09
@rainest rainest enabled auto-merge (squash) June 11, 2024 21:09
@rainest rainest merged commit 6cf7279 into main Jun 12, 2024
65 of 66 checks passed
@rainest rainest deleted the chore/316-changelog branch June 12, 2024 02:21
@team-k8s-bot
Copy link
Collaborator

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

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

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.

Release v3.1.6
4 participants