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: prepare changelog for KIC 3.1.3 #5796

Merged
merged 1 commit into from
Apr 8, 2024
Merged

chore: prepare changelog for KIC 3.1.3 #5796

merged 1 commit into from
Apr 8, 2024

Conversation

pmalek
Copy link
Member

@pmalek pmalek commented Apr 2, 2024

What this PR does / why we need it:

Prepare changelog for 3.1.3.

Blocked on merging PRs to release/3.1.x branch

@pmalek pmalek added the do not merge let the author merge this, don't merge for them. label Apr 2, 2024
@pmalek pmalek added this to the KIC v3.1.x milestone Apr 2, 2024
@pmalek pmalek self-assigned this Apr 2, 2024
@pmalek pmalek requested a review from a team as a code owner April 2, 2024 15:28
Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.9%. Comparing base (9509d6e) to head (4df96de).

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #5796     +/-   ##
=======================================
+ Coverage   73.8%   73.9%   +0.1%     
=======================================
  Files        176     176             
  Lines      18194   18194             
=======================================
+ Hits       13439   13459     +20     
+ Misses      3746    3731     -15     
+ Partials    1009    1004      -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pmalek
Copy link
Member Author

pmalek commented Apr 3, 2024

Blocked by #5806

@pmalek pmalek removed the do not merge let the author merge this, don't merge for them. label Apr 4, 2024
CHANGELOG.md Show resolved Hide resolved
@pmalek pmalek requested review from czeslavo and a team April 5, 2024 10:01
tao12345666333
tao12345666333 previously approved these changes Apr 8, 2024
CHANGELOG.md Outdated Show resolved Hide resolved
czeslavo
czeslavo previously approved these changes Apr 8, 2024
randmonkey
randmonkey previously approved these changes Apr 8, 2024
@pmalek pmalek merged commit 2af972d into main Apr 8, 2024
38 checks passed
@pmalek pmalek deleted the changelog-3.1.3 branch April 8, 2024 14:13
@pmalek pmalek mentioned this pull request Apr 8, 2024
29 tasks
@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-5796-to-release/3.1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 2af972dd0b57dec2835846ef122447d1e6dad40b
# Push it to GitHub
git push --set-upstream origin backport-5796-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-5796-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.

None yet

5 participants