Skip to content

Releases: simplesurance/goordinator

v0.16.0

29 Jul 12:29
b0266ff

Choose a tag to compare

b0266ff ci(deps): bump golangci-lint-action from 6=>8 and go 1.23=>1.24 (#140)
1aa3602 vendor(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#134)
812620a vendor(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.29.0 (#138)
0731b63 vendor(deps): bump go.uber.org/mock from 0.5.0 to 0.5.2 (#139)
983c565 readme: add rule example for running a jenkins job by adding a pr label
248e828 go: increase version to 1.23.5
b11fe17 dist: clarify documentation, add missing httprequest method option
cdb8c06 readme: improve structure and fix minor istakes
8427982 vendor(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 (#133)
bc81ffe vendor(deps): bump github.com/itchyny/gojq from 0.12.16 to 0.12.17 (#132)
117b1e9 vendor(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#131)

0.15.0

21 Nov 18:18
@fho fho
a62a9ce

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

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

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

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

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

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

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

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

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