Skip to content

v1.16.0

Compare
Choose a tag to compare
@asvoboda asvoboda released this 29 Jun 21:22
· 216 commits to develop since this release
b33eb15

Skip updating pull requests with a server override (#294)

To reduce pressure on CI systems and Github, the update feature can be disabled at the
server level by specifying the following server option disable_update_feature.

Add auto_merge trigger (#295)

Adds a new trigger type auto_merge for use in configuration. Thanks to @heuels! 🥳

Add logging for additional webhook events (#282)

Currently only the push and pull_request events have debug logging when a webhook is received. This is helpful for determining the trigger for bulldozer evaluation when those events occur. This PR includes similar logging for status, issue_comment, and pull_reuqest_review events.

Use Go version from .palantir/go-version file (#286)

Automatically updates the version of Go being used.

Fix error evaluating unprotected branches (#302)

Catches unprotected branch errors from Github API.

Support required statuses for Bulldozer to update PRs (#307)

Can now specify required statuses where Bulldozer will not update the PR until all of the required statuses are completed successfully.

Remove 422 error logging (#323)

Removes unnecessary error logging when attempting to delete a branch post-merge once Github has already done it.

Other Changes

  • Excavator: Manage go module dependencies (#296)
  • Excavator: Update godel to latest version (#293)
  • Excavator: Updates godel plugins to latest versions (#290)
  • Excavator: Manage go module dependencies (#292)
  • Excavator: Manage go version (#291)
  • Excavator: Update godel to latest version (#288)
  • Excavator: Update godel to latest version (#287)
  • Excavator: Manage go version (#283)
  • Excavator: Updates godel plugins to latest versions (#284)
  • Excavator: Upgrade to Go 1.17 (#280)
  • Excavator: Updates godel plugins to latest versions (#281)
  • Excavator: Update godel to latest version (#279)
  • Excavator: Manage go module dependencies (#298)
  • Excavator: Update godel to latest version (#299)
  • Excavator: Updates godel plugins to latest versions (#300)
  • Excavator: Update godel to latest version (#301)
  • Excavator: Manage go version (#303)
  • Excavator: Manage go version (#305)
  • Excavator: Manage go version (#310)
  • Excavator: Updates godel plugins to latest versions (#306)
  • Excavator: Update godel to latest version (#312)
  • Excavator: Manage go version (#316)
  • Excavator: Update godel to latest version (#317)
  • Excavator: Updates godel plugins to latest versions (#318)
  • Excavator: Update godel to latest version (#319)
  • Excavator: Updates godel plugins to latest versions (#320)
  • Fix permissions for codeql (#322)

Full Changelog: v1.15.0...v1.16.0