Releases: chdsbd/kodiak
Releases · chdsbd/kodiak
.github repository support
Added
.github/
repository support for configuration. Create a repository named.github
with your.kodiak.toml
to centralize your.kodiak.toml
configuration. Thanks @LeoQuote! (#729)
Changed
merge.message.include_pull_request_url
to prefix URL withPR-URL:
. Thanks @jbergstroem! (#730)
Fixed
- support GitHub Enterprise 3.0. (#734)
Renovate auto merge by upgrade type
requiresConversationResolution and Redis TLS support
handle duplicate check runs
Fixed
- fixed Kodiak incorrectly saying a PR was not mergeable when there were duplicated check runs. (#688)
fix HTTP timeouts
(broken release) static outgoing IP addresses
Warning: this release has a bug that breaks Kodiak. Please use a previous or later release.
Added
- use fixed IP addresses for sending GitHub API requests to support GitHub Enterprise Cloud IP address allow list. (#666, #673)
Fixed
- fixed typo in config reference documentation. Thanks @AndersDJohnson! (#663)
fetch config from default branch. pull request pagination
support GitHub workflow files
improved dashboard merge queue
add rebase_fast_forward merge method
Added
- added
"rebase_fast_forward"
merge method to support fast forward rebase merges without rewriting commits. Thanks @brock8503 and @andrewhampton for the contribution! (#625) - added documentation for web dashboard. (#620)