Skip to content

Releases: simplesurance/goordinator

0.15.0

21 Nov 18:18
@fho fho
a62a9ce
Compare
Choose a tag to compare

What's Changed

  • The autoupdater functionality was removed from goordinator.
    It was moved to the separate application directorius.
  • third-party packages were updated
  • binaries are built with go 1.23.3
  • update go & golangci-lint by @fho in #129

Full Changelog: v0.14.0...v0.15.0

0.14.0

14 Mar 10:45
@fho fho
Compare
Choose a tag to compare

What's Changed

  • autoupdater: delay adding queue head label + minor improvements by @fho in #108
  • autoupdate: fix: status of previous HEAD commit is evaluated after base branch update by @fho in #109
  • vendor(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 by @dependabot in #110

Full Changelog: v0.13.0...v0.14.0

0.13.0

11 Mar 13:27
@fho fho
Compare
Choose a tag to compare

What's Changed

  • autoupdate: label first PR in the queue by @fho in #107

Full Changelog: v0.12.1...v0.13

v0.12.1

04 Mar 09:26
@fho fho
Compare
Choose a tag to compare

What's Changed

  • autoupdate: check if PR is first when running update operation by @fho in #103
  • autoupdater/orderedlist: use generics to make it type safe by @fho in #102
  • autoupdate: fix: branch update and status check failure race by @fho in #105
  • 3. party packages updated
  • built with Golang 1.22

Full Changelog: v0.12.0...v0.12.1

v0.12.0

25 Jan 14:40
@fho fho
Compare
Choose a tag to compare

What's Changed

  • autoupdater: use sync/atomic instead of go.uber.org/atomic by @fho in #60
  • autoupdater: honor status check branch protection rules by @fho in #61
  • ci: update golangci-lint by @fho in #52
  • ci: enable dependabot by @fho in #53
  • vendor(deps): bump github.com/stretchr/testify from 1.7.1 to 1.8.1 by @dependabot in #57
  • vendor(deps): bump go.uber.org/goleak from 1.1.12 to 1.2.0 by @dependabot in #59
  • vendor(deps): bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5 by @dependabot in #58
  • vendor(deps): bump go.uber.org/atomic from 1.9.0 to 1.10.0 by @dependabot in #55
  • vendor(deps): bump go.uber.org/zap from 1.21.0 to 1.24.0 by @dependabot in #56
  • build with go 1.19.5

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

01 Dec 12:12
@fho fho
Compare
Choose a tag to compare

What's Changed

  • action: add "removelabel" github action
  • fix: on startup the config value of https_server_listen_addr cfg was logged
    as value for https_server_listen_addr cfg and the other way around
  • binaries compiled with go 1.19.3

Full Changelog: v0.10.2...v0.11.0

v0.10.2

22 Sep 10:59
@fho fho
Compare
Choose a tag to compare

What's Changed

  • autoupdater: add testcase + correct debug log message by @fho in #48
  • autoupdater/html: fix spelling issue & rename "Enqueued At" row by @fho in #49
  • ci: update tools by @fho in #50

Full Changelog: v0.10.1...v0.10.2

v0.10.1

29 Mar 16:14
@fho fho
Compare
Choose a tag to compare
  • autoupdater: fix: nil pointer dereference on non status graphQL error

Full Changelog: v0.10.0...v0.10.1

v0.10.0

29 Mar 13:01
@fho fho
Compare
Choose a tag to compare
  • autoupdater: support GitHub checks, check result events are now processed like Status events, when deciding if a PR should be suspended/resumed the combined check result is included in the decision
  • config: new queryescape template function, it can be used in action config sections to escape a string for being used as URL query parameter
  • clarify changing base branch failed log message when PR was not queued
  • update to Go 1.18
  • update 3. party packages

Full Changelog: v0.9.2...v0.10.0

v0.9.2

24 Jan 08:35
@fho fho
Compare
Choose a tag to compare
  • autoupdater: fix: updating branch failed repeatedly with 422 expected head sha didn’t match current head ref