Skip to content

Releases: simplesurance/goordinator

v0.9.1

12 Jan 14:03
@fho fho
Compare
Choose a tag to compare
  • bugfix: when the execution of an action repeately failed for more then 15min, the action was executed in a tight loop
  • the maximum pause between 2 retries of an action is increased from 1min to 30min

v0.9.0

14 Dec 08:24
@fho fho
Compare
Choose a tag to compare

Full Changelog: v0.8.2...v0.9.0

v0.8.2

08 Sep 08:20
@fho fho
Compare
Choose a tag to compare
  • autoupdater: fix that a pull-request was wrongly detected as being uptodate with its base-branch, when it was not (#28)
  • release build with go 1.17

v0.8.1

17 Aug 09:38
@fho fho
Compare
Choose a tag to compare
  • go-github updated to v38
  • autoupdater: reduces the chance that a PR is wrongly detected as uptodate with the base-branch (#28), issue can still happen

v0.8.0

21 Jul 12:31
@fho fho
Compare
Choose a tag to compare
  • serve prometheus metrics for the autoupdater
  • fail on startup if no http or https listen address is specified instead of printing a warning

v0.7.2

09 Jul 15:14
@fho fho
Compare
Choose a tag to compare
  • goordinator: http: fix queues were only shown if they had >=1 activate and suspended PR

v0.7.1

09 Jul 14:35
@fho fho
Compare
Choose a tag to compare
  • fix: autoupdater: http: css file was not loaded

v0.7.0

09 Jul 14:02
@fho fho
Compare
Choose a tag to compare
  • 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

v0.6.0

17 Mar 19:01
@fho fho
Compare
Choose a tag to compare
  • support github-webhook push events
  • log more webhook-event-type specific information

v0.5.0

11 Mar 17:09
@fho fho
Compare
Choose a tag to compare
  • improve logging of filter query errors
  • document github_webhook_secret field in example config file
  • fix: rule match error json query returned multiple results, expected 1 despite the query was only returning a single result