Skip to content

Releases: channable/hoff

v0.39.0

28 Oct 11:32

Choose a tag to compare

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

23 Oct 13:05

Choose a tag to compare

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

26 Oct 12:37

Choose a tag to compare

Released 2023-10-26

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

Hoff v0.31.10

26 Oct 12:10

Choose a tag to compare

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

31 Aug 14:15

Choose a tag to compare

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

31 Aug 13:49

Choose a tag to compare

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

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

Hoff v0.27.1

23 Aug 12:54

Choose a tag to compare

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

23 Aug 12:50

Choose a tag to compare

Changes since v0.26.2:

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

Hoff v0.26.2

23 Aug 12:48

Choose a tag to compare

Changes since v0.26.1:

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

Hoff v0.26.1

23 Aug 12:46

Choose a tag to compare

Changes since v0.26.0:

  • only include changes in the internal representation, behaviour is the same;
  • Split BuildPending into BuildStarted (#146).