-
Notifications
You must be signed in to change notification settings - Fork 525
Open
Labels
area/release-engIssues or PRs related to the Release Engineering subprojectIssues or PRs related to the Release Engineering subprojectkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-prioritysig/releaseCategorizes an issue or PR as relevant to SIG Release.Categorizes an issue or PR as relevant to SIG Release.
Description
What happened:
While generating release notes using krel, it skipped some PRs:
- [go] Bump dependencies, images and versions used to Go 1.24.6 and distroless iptables kubernetes#133516
- Clarify staging repository READMEs kubernetes#133570
- DRA allocator: fix data race around
claimsToAllocate
kubernetes#133587 - Fix storage counting all objects instead of objects for resource kubernetes#133604
- Make podcertificaterequestcleaner role feature-gated kubernetes#133409
It is not clear why these PRs were skipped (even in the subsequent krel runs, release notes from these PRs were reverted by autogen). Investigate why krel didn't include these PR in the release notes draft.
What you expected to happen:
PRs to be included by krel.
How to reproduce it (as minimally and precisely as possible):
There isn't a straightforward way. But modifying krel to use a k8s clone and a sig-release clone with those PRs as dummy in the k8s clone might help reproducing the issue.
Anything else we need to know?:
This was manually fixed in the release notes here: kubernetes/sig-release@5756634
Environment:
- Cloud provider or hardware configuration:
- OS (e.g:
cat /etc/os-release
): - Kernel (e.g.
uname -a
): - Others: krel release-notes on
main
Metadata
Metadata
Assignees
Labels
area/release-engIssues or PRs related to the Release Engineering subprojectIssues or PRs related to the Release Engineering subprojectkind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.needs-prioritysig/releaseCategorizes an issue or PR as relevant to SIG Release.Categorizes an issue or PR as relevant to SIG Release.