Skip to content

Releases: channable/hoff

Hoff v0.41.0

Choose a tag to compare

@tijmendj tijmendj released this 15 May 08:17

What's Changed

  • Logic: Remove empty commits during rebase by @ReinierMaas in #309
  • CI: Mount 100GB of additional storage for the Nix store by @ReinierMaas in #310
  • add PullRequestId to PullRequest, simplify places where both were passed by @Riscky in #311
  • Add attempted merge and hotfix metrics by @tijmendj in #312

Full Changelog: v0.40.1...v0.41.0

v0.39.0

Choose a tag to compare

@Riscky Riscky released this 28 Oct 11:32

What's Changed

We added a new /health endpoint, which checks if the application is healthy. For now, this checks whether none of the queues are full. We also moved the /metrics endpoint to the main port, and removed the metrics configuration options. GHC metrics have also been enabled. See #297

Full Changelog: v0.38.0...v0.39.0

v0.38.0

Choose a tag to compare

@Riscky Riscky released this 23 Oct 13:05

What's Changed

We have added endpoints to pause and resume merge trains. This makes it possible to prevent PRs from hitting the main branch for a time, without stopping Hoff entirely. See #295

This release also contains various tooling changes:

Full Changelog: v0.37.1...v0.38.0

Hoff v0.31.11

Choose a tag to compare

@Riscky Riscky released this 26 Oct 12:37

Released 2023-10-26

  • Disallow merge and deploy without a specified environment if multiple environments are available.

Hoff v0.31.10

Choose a tag to compare

@maartenberg maartenberg released this 26 Oct 12:10

0.31.10

Released 2023-10-26

  • Always create merge commits when a single-commit PR is approved for merge and tag.

Hoff v0.27.3

Choose a tag to compare

@rudymatela rudymatela released this 31 Aug 14:15

Hoff v0.27.3. All currently known merge train bugs have been fixed.

Changes since v0.27.2:

  • 🐞 fix web display of merge trains: #178
  • 🐞 ignore build status change on just the URL: #180
  • πŸ“œ log repository names in the logs: #182
  • πŸ“ document merge trains in the readme: #179

Hoff v0.27.2

Choose a tag to compare

@rudymatela rudymatela released this 31 Aug 13:49

This is Hoff v0.27.2. Changes since v0.27.1:

  • 🐞 UI rendering bugfix: #176
  • 🐞 Merge train bugfix: #177

Hoff v0.27.1

Choose a tag to compare

@rudymatela rudymatela released this 23 Aug 12:54

Hoff v0.27.1

Changes since v0.27.0:

  • Expose running version on CLI and Web (#157);
  • Include git fetch in rebase instructions (#158);
  • Improve markdown of Hoff's GitHub comments (#156 and #172);
  • Skip testing branch deletion (#173). If upgrading directly from 0.26.0 or earlier, one should delete testing branches manually.

Hoff v0.27.0

Choose a tag to compare

@rudymatela rudymatela released this 23 Aug 12:50

Changes since v0.26.2:

  • Support for merge trains (#77 and #137) πŸš‚ πŸš‹ πŸš‹ πŸš‹ πŸš‹;
  • Document known issue #147;
  • Revert #148.

Hoff v0.26.2

Choose a tag to compare

@rudymatela rudymatela released this 23 Aug 12:48

Changes since v0.26.1:

  • Ignore builds on other branches (#148) had no actual effect, reverted on further releases