Releases: openshift-hyperfleet/hyperfleet-hooks
Releases · openshift-hyperfleet/hyperfleet-hooks
v0.2.0
v0.1.3
What's Changed
- Whitelist bot authors in commitlint validation — commits from known bot accounts (e.g., Konflux PaC) are automatically skipped during validation, unblocking Konflux onboarding PRs (#9)
Details
- Added
IsWhitelistedAuthor()to the validator — checks both commit author email and GitHub PR author login - Whitelisted:
konflux@no-reply.konflux-ci.dev(commit email),red-hat-konflux-kflux-prd-rh02[bot](PR author) - Refactored
GetPRTitletoGetPRInfoto include PR author login for title validation - Removed unused
getCommitMessagefunction (inlined invalidateCommits)
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
Fix
- Fallback to GitHub API when local git history is unavailable (shallow clones in ci-operator)
When getCommitsInRange fails due to shallow/partial git clones, the commitlint tool now falls back to the GitHub PR commits API to fetch and validate commit messages.