Skip to content

Releases: chdsbd/kodiak

.github repository support

25 Sep 02:28
048a76b
Compare
Choose a tag to compare

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 with PR-URL:. Thanks @jbergstroem! (#730)

Fixed

  • support GitHub Enterprise 3.0. (#734)

Renovate auto merge by upgrade type

24 Aug 02:02
77d0a2a
Compare
Choose a tag to compare

Added

  • Support Renovate for dependency updates by upgrade type. (#713, #715)

requiresConversationResolution and Redis TLS support

21 Jul 02:24
50ae030
Compare
Choose a tag to compare

Added

  • TLS support for Redis connections. Thanks @zetaron! (#695)
  • requiresConversationResolution branch protection support. (#692)

handle duplicate check runs

11 Jul 02:08
5ae8ec7
Compare
Choose a tag to compare

Fixed

  • fixed Kodiak incorrectly saying a PR was not mergeable when there were duplicated check runs. (#688)

fix HTTP timeouts

24 Jun 02:41
7d5ff81
Compare
Choose a tag to compare

Fixed

  • fixed Kodiak-breaking bug from release 0.42.0 (#676)
  • fixed short HTTP timeouts for GitHub API requests negatively impacting Kodiak's reliability. (#678)

(broken release) static outgoing IP addresses

20 Jun 19:13
39539b6
Compare
Choose a tag to compare

Warning: this release has a bug that breaks Kodiak. Please use a previous or later release.

Added

Fixed

fetch config from default branch. pull request pagination

04 Jun 23:26
5a55761
Compare
Choose a tag to compare

Changed

  • Configuration file (.kodiak.toml) is now read from a pull request's base branch instead of repository default branch. (#152, #634)

Fixed

  • fixed handling of "check run" webhooks to ignore pull requests from other repositories. (#644)
  • When fetching open pull requests, Kodiak now loads up to 20 pages of 100 pull requests. Previously Kodiak would only fetch a single page of 30 pull requests. Thanks @wuub for the contribution! (#649)

support GitHub workflow files

26 Mar 21:34
ca8117f
Compare
Choose a tag to compare

Changed

  • requested the repository "Workflow" permission to allow Kodiak to merge pull requests that modify GitHub Workflow files. (#641, #642)

improved dashboard merge queue

22 Mar 03:17
caf0caa
Compare
Choose a tag to compare

Fixed

  • fix merge queues not displaying in dashboard and merging pull request not appearing. (#632, #623, #621, #635)
  • merge.message.include_pull_request_url no longer overrides merge.body = "github_default". (#622, #631)

add rebase_fast_forward merge method

18 Mar 04:18
e3464d3
Compare
Choose a tag to compare

Added