Releases: simplesurance/goordinator
Releases · simplesurance/goordinator
v0.9.1
v0.9.0
- autoupdater: when a pull request is not approved, the PR will now be suspended
instead of blocking the first element in the queue, when all other prerequisites were fulfilled. - compiled with go 1.17.5, addresses the security issue: https://groups.google.com/g/golang-announce/c/hcmEScgc00k?pli=1
Full Changelog: v0.8.2...v0.9.0
v0.8.2
v0.8.1
v0.8.0
v0.7.2
v0.7.1
v0.7.0
- new feature: autoupdater: update github pull-requests serialized with their base-branch
- rules: new action
updatebranch
, can be used to update a github pr branch with it's base-branch when a condition is met - rules: new templating fields available:
.Event.BaseBranch
,.Event.RepositoryOwner
,.Event.EventType
- rules: removed templating fields:
.Event.PullRequestname
- cfg: support configurating the log level
- startup: fix: http instead of https_server_listen_addr was logged
- logging: log durations in their string representation, including a unit
- logging: do not log github webhook payloads with debug priority, too noisy