Skip to content

Releases: channable/hoff

Hoff v0.31.11

26 Oct 12:37
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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).

Hoff v0.26.0

23 Aug 12:45
Compare
Choose a tag to compare

Changes since v0.25.9:

  • qualify the testing branch by PR id, eg: testing/123 (#134)

Hoff v0.25.9

23 Aug 12:44
Compare
Choose a tag to compare

Changes since v0.25.8:

  • ignore duplicate build status webhooks (#145)