Kodiak Versions Save

🔮 A bot to automatically update and merge GitHub PRs

v0.46.0

2 years ago

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)

v0.45.0

2 years ago

Added

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

v0.44.0

2 years ago

Added

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

v0.43.0

2 years ago

Fixed

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

0.42.1

2 years ago

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)

v0.42.0

2 years ago

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)

v0.41.0

2 years ago

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)

v0.40.0

3 years ago

Changed

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

v0.39.0

3 years ago

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)

v0.38.0

3 years ago

Added