-
Notifications
You must be signed in to change notification settings - Fork 706
Open
Labels
kind/backportPRs targeting a stable branchPRs targeting a stable branch
Milestone
Description
Backport #28947 to branch v25.3.x. This issue was created as a placeholder because the original PR's commit(s) could not be automatically cherry-picked.
Here are the commands to execute:
git checkout v25.3.x
git checkout -b manual-backport-28947-v25.3.x-562
git cherry-pick -x 5df711cf3e
git push origin manual-backport-28947-v25.3.x-562
gh pr create \
--title "[v25.3.x] ct: use short term for configs instead of L0" \
--base "v25.3.x" \
--label "kind/backport" \
--head "manual-backport-28947-v25.3.x-562" \
--draft \
--repo "redpanda-data/redpanda" \
--milestone "v25.3.x-next" \
--body "Backport of PR https://github.com/redpanda-data/redpanda/pull/28947 "
Metadata
Metadata
Assignees
Labels
kind/backportPRs targeting a stable branchPRs targeting a stable branch