Releases: simplesurance/goordinator
Releases · simplesurance/goordinator
0.15.0
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
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
v0.12.1
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
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
- @dependabot made their first contribution in #57
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- action: add "removelabel" github action
- fix: on startup the config value of
https_server_listen_addr cfg
was logged
as value forhttps_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
v0.10.1
- autoupdater: fix: nil pointer dereference on non status graphQL error
Full Changelog: v0.10.0...v0.10.1
v0.10.0
- 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