Releases: channable/hoff
Releases Β· channable/hoff
v0.39.0
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
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:
- Add and apply the weeder tool by @FPtje in #290
- Cleanup: Set language to GHC2021, use cabal-fmt and fourmolu by @FPtje in #291
- Add .git-blame-ignore-revs by @isomorpheme in #294
Full Changelog: v0.37.1...v0.38.0
Hoff v0.31.11
Released 2023-10-26
- Disallow
merge and deploywithout a specified environment if multiple environments are available.
Hoff v0.31.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
Hoff v0.27.2
Hoff v0.27.1
Hoff v0.27.1
Changes since v0.27.0:
Hoff v0.27.0
Hoff v0.26.2
Changes since v0.26.1:
Ignore builds on other branches (#148)had no actual effect, reverted on further releases
Hoff v0.26.1
Changes since v0.26.0:
- only include changes in the internal representation, behaviour is the same;
- Split
BuildPendingintoBuildStarted(#146).