Skip to content

Releases: go-vela/server

v0.15.0

06 Oct 16:34
d6e280a
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module github.com/sirupsen/logrus to v1.9.0 by @renovate in #675
  • fix(deps): update module github.com/urfave/cli/v2 to v2.11.1 by @renovate in #670
  • fix(deps): update module github.com/spf13/afero to v1.9.2 by @renovate in #673
  • fix(deps): update go.starlark.net digest to 4cadf0a by @renovate in #672
  • fix(deps): update deps (patch) by @renovate in #668
  • fix(deps): update module github.com/prometheus/client_golang to v1.13.0 by @renovate in #681
  • refactor(database): move user logic into separate package by @jbrockopp in #663
  • feat(compiler): support deployment parameters in templates by @jbrockopp in #665
  • enhance(metrics)!: query parameter support on metrics endpoint by @plyr4 in #682
  • feat(logger): censor build author email for security compliance by @ecrupper in #667
  • fix(deps): update module github.com/alicebob/miniredis/v2 to v2.23.0 by @renovate in #684
  • fix(deps): update go.starlark.net digest to f738f55 by @renovate in #685
  • chore: upgrade go 1.19 by @plyr4 in #690
  • fix(deps): update module k8s.io/apimachinery to v0.25.0 by @renovate in #686
  • chore(linter): fix the golangci-lint errors by @ecrupper in #693
  • fix(deps): update golang.org/x/oauth2 digest to f213421 by @renovate in #669
  • fix(deps): update module github.com/go-playground/assert/v2 to v2.2.0 by @renovate in #689
  • fix(deps): update module github.com/urfave/cli/v2 to v2.16.3 by @renovate in #695
  • fix(deps): update deps (patch) by @renovate in #688
  • chore: change default branch to main by @wass3r in #696
  • chore(ci): fix full-review to use setup-go action by @wass3r in #698
  • fix(deps): update module github.com/hashicorp/vault/api to v1.8.0 by @renovate in #699
  • fix(deps): update go.starlark.net digest to 14b0506 by @renovate in #702
  • refactor(database): move repo logic into separate package by @jbrockopp in #687
  • enhance(secrets): verify casing of orgs and repos in SCM before adding secret by @ecrupper in #700
  • enhance(webhook): add extra debug logging at various points in workflow by @ecrupper in #697
  • chore: v0.15.0-rc1 prep by @wass3r in #703
  • fix(webhook): more general error message for redelivery failure by @ecrupper in #707
  • fix(deps): update go.starlark.net digest to 5fccb4d by @renovate in #705
  • fix(compiler): add template name to inline render by @rfigueroa in #691
  • fix(deps): update deps (patch) by @renovate in #709
  • fix(deps): update module github.com/urfave/cli/v2 to v2.17.1 by @renovate in #710
  • fix(secret): check org casing for repo secret creation by @ecrupper in #708
  • chore: v0.15.0-rc2 by @wass3r in #711
  • chore: v0.15.0 release prep by @wass3r in #712

New Contributors

Full Changelog: v0.14.3...v0.15.0

v0.15.0-rc2

03 Oct 20:44
6af47f8
Compare
Choose a tag to compare
v0.15.0-rc2 Pre-release
Pre-release

What's Changed

  • fix(webhook): more general error message for redelivery failure by @ecrupper in #707
  • fix(deps): update go.starlark.net digest to 5fccb4d by @renovate in #705
  • fix(compiler): add template name to inline render by @rfigueroa in #691
  • fix(deps): update deps (patch) by @renovate in #709
  • fix(deps): update module github.com/urfave/cli/v2 to v2.17.1 by @renovate in #710
  • fix(secret): check org casing for repo secret creation by @ecrupper in #708
  • chore: v0.15.0-rc2 by @wass3r in #711

New Contributors

Full Changelog: v0.15.0-rc1...v0.15.0-rc2

v0.15.0-rc1

27 Sep 16:17
8e8d0d4
Compare
Choose a tag to compare
v0.15.0-rc1 Pre-release
Pre-release

What's Changed

  • fix(deps): update module github.com/sirupsen/logrus to v1.9.0 by @renovate in #675
  • fix(deps): update module github.com/urfave/cli/v2 to v2.11.1 by @renovate in #670
  • fix(deps): update module github.com/spf13/afero to v1.9.2 by @renovate in #673
  • fix(deps): update go.starlark.net digest to 4cadf0a by @renovate in #672
  • fix(deps): update deps (patch) by @renovate in #668
  • fix(deps): update module github.com/prometheus/client_golang to v1.13.0 by @renovate in #681
  • refactor(database): move user logic into separate package by @jbrockopp in #663
  • feat(compiler): support deployment parameters in templates by @jbrockopp in #665
  • enhance(metrics)!: query parameter support on metrics endpoint by @plyr4 in #682
  • feat(logger): censor build author email for security compliance by @ecrupper in #667
  • fix(deps): update module github.com/alicebob/miniredis/v2 to v2.23.0 by @renovate in #684
  • fix(deps): update go.starlark.net digest to f738f55 by @renovate in #685
  • chore: upgrade go 1.19 by @plyr4 in #690
  • fix(deps): update module k8s.io/apimachinery to v0.25.0 by @renovate in #686
  • chore(linter): fix the golangci-lint errors by @ecrupper in #693
  • fix(deps): update golang.org/x/oauth2 digest to f213421 by @renovate in #669
  • fix(deps): update module github.com/go-playground/assert/v2 to v2.2.0 by @renovate in #689
  • fix(deps): update module github.com/urfave/cli/v2 to v2.16.3 by @renovate in #695
  • fix(deps): update deps (patch) by @renovate in #688
  • chore: change default branch to main by @wass3r in #696
  • chore(ci): fix full-review to use setup-go action by @wass3r in #698
  • fix(deps): update module github.com/hashicorp/vault/api to v1.8.0 by @renovate in #699
  • fix(deps): update go.starlark.net digest to 14b0506 by @renovate in #702
  • refactor(database): move repo logic into separate package by @jbrockopp in #687
  • enhance(secrets): verify casing of orgs and repos in SCM before adding secret by @ecrupper in #700
  • enhance(webhook): add extra debug logging at various points in workflow by @ecrupper in #697
  • chore: v0.15.0-rc1 prep by @wass3r in #703

Full Changelog: v0.14.3...v0.15.0-rc1

v0.14.3

21 Jul 20:01
5276264
Compare
Choose a tag to compare

What's Changed

  • fix(scm/webhook): turn off pr:edited events by @ecrupper in #677
  • fix(build/ruleset): handle legacy PR ruleset for restarted build by @ecrupper in #678

Full Changelog: v0.14.2...v0.14.3

v0.14.2

18 Jul 16:57
9b27b07
Compare
Choose a tag to compare

What's Changed

  • fix(router/pipeline): change expand, validate, and compile to MustRead by @ecrupper in #674

Full Changelog: v0.14.1...v0.14.2

v0.14.1

15 Jul 19:05
d475046
Compare
Choose a tag to compare

What's Changed

  • refactor: update substitute tests to use table syntax by @JordanSussman in #653
  • fix(deps): update module github.com/alicebob/miniredis/v2 to v2.22.0 by @renovate in #666
  • fix(webhook): avoid panics by @wass3r in #671

Full Changelog: v0.14.0...v0.14.1

v0.14.0

22 Jun 16:15
7dbbc86
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module github.com/alicebob/miniredis/v2 to v2.20.0 by @renovate in #616
  • fix(deps): update module github.com/hashicorp/vault/api to v1.5.0 by @renovate in #620
  • feat(database): add support for pipelines by @jbrockopp in #574
  • chore(deps): update codecov/codecov-action action to v3 by @renovate in #624
  • fix(deps): update golang.org/x/oauth2 digest to 6242fa9 by @renovate in #623
  • fix(deps): update go.starlark.net digest to d1966c6 by @renovate in #621
  • enhance!: modify CI environment value to true by @dtanner in #619
  • feat(hook): set webhook_id in process webhook function by @ecrupper in #625
  • chore: remove number field from Pipeline{} by @jbrockopp in #626
  • feat(api/repo): add ability to sort by latest by @ecrupper in #611
  • feat(middleware): add support for pipelines by @jbrockopp in #627
  • feat(api)!: add support for pipelines by @jbrockopp in #615
  • chore(deps): update github/codeql-action action to v2 by @renovate in #628
  • fix(deps): update deps (patch) by @renovate in #603
  • fix(deps): update module github.com/urfave/cli/v2 to v2.5.1 by @renovate in #629
  • chore(deps): update dependency redis to v7 by @renovate in #631
  • feat(compiler/database/scm)!: add event action build field and use for rulesets by @ecrupper in #630
  • fix(deps): update golang.org/x/oauth2 digest to 9780585 by @renovate in #632
  • fix(deps): update module github.com/aws/aws-sdk-go to v1.44.4 by @renovate in #633
  • feat(scm/api/hook): create in-house webhook redelivery method by @ecrupper in #622
  • chore(release): dependency updates for v0.14.0-rc1 by @KellyMerrick in #634
  • fix(deps): update module k8s.io/apimachinery to v0.24.0 by @renovate in #635
  • fix(deps): update module github.com/urfave/cli/v2 to v2.6.0 by @renovate in #638
  • fix(deps): update module github.com/alicebob/miniredis/v2 to v2.21.0 by @renovate in #636
  • fix: restaring builds before pipeline support by @jbrockopp in #642
  • fix(deps): update deps (patch) by @renovate in #640
  • fix: all alerts flagged by CodeQL by @jbrockopp in #645
  • fix(api): always set Strict-Transport-Security header by @jbrockopp in #644
  • fix(hook/webhook)!: clean up rename repo code with EventAction and shift defer func by @ecrupper in #641
  • fix(deps): update module github.com/urfave/cli/v2 to v2.8.1 by @renovate in #643
  • fix(deps): update module github.com/google/go-github/v44 to v44.1.0 by @renovate in #639
  • fix(deps): update module github.com/hashicorp/vault/api to v1.6.0 by @renovate in #647
  • fix(db): add source index to builds by @wass3r in #648
  • fix(deps): update module github.com/gin-gonic/gin to v1.8.0 by @renovate in #649
  • fix(deps): update deps (patch) by @renovate in #652
  • fix: lookup of pipelines for older builds by @jbrockopp in #650
  • fix(api/hook): handle 202 error for webhook redelivery by @ecrupper in #654
  • fix(deps): update golang.org/x/oauth2 digest to 622c5d5 by @renovate in #651
  • fix(api/repo): fix path for GetOrgRepos in swagger spec by @ecrupper in #655
  • chore(release): v0.14.0-rc2 by @wass3r in #656
  • fix(deps): update deps (patch) by @renovate in #657
  • fix: webhook race condition on pipeline creation by @jbrockopp in #659
  • fix(deps): update module github.com/hashicorp/vault/api to v1.7.2 by @renovate in #658
  • chore(release): v0.14.0-rc3 by @wass3r in #660
  • fix(deps): update deps (patch) by @renovate in #662
  • fix: check for nil source repos by @plyr4 in #661
  • chore(release): dependency updates for v0.14.0 by @KellyMerrick in #664

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

v0.14.0-rc3

15 Jun 19:51
e56417b
Compare
Choose a tag to compare
v0.14.0-rc3 Pre-release
Pre-release

What's Changed

  • fix(deps): update deps (patch) by @renovate in #657
  • fix: webhook race condition on pipeline creation by @jbrockopp in #659
  • fix(deps): update module github.com/hashicorp/vault/api to v1.7.2 by @renovate in #658
  • chore(release): v0.14.0-rc3 by @wass3r in #660

Full Changelog: v0.14.0-rc2...v0.14.0-rc3

v0.14.0-rc2

03 Jun 15:46
62ddf45
Compare
Choose a tag to compare
v0.14.0-rc2 Pre-release
Pre-release

What's Changed

  • fix(deps): update module k8s.io/apimachinery to v0.24.0 by @renovate in #635
  • fix(deps): update module github.com/urfave/cli/v2 to v2.6.0 by @renovate in #638
  • fix(deps): update module github.com/alicebob/miniredis/v2 to v2.21.0 by @renovate in #636
  • fix: restaring builds before pipeline support by @jbrockopp in #642
  • fix(deps): update deps (patch) by @renovate in #640
  • fix: all alerts flagged by CodeQL by @jbrockopp in #645
  • fix(api): always set Strict-Transport-Security header by @jbrockopp in #644
  • fix(hook/webhook)!: clean up rename repo code with EventAction and shift defer func by @ecrupper in #641
  • fix(deps): update module github.com/urfave/cli/v2 to v2.8.1 by @renovate in #643
  • fix(deps): update module github.com/google/go-github/v44 to v44.1.0 by @renovate in #639
  • fix(deps): update module github.com/hashicorp/vault/api to v1.6.0 by @renovate in #647
  • fix(db): add source index to builds by @wass3r in #648
  • fix(deps): update module github.com/gin-gonic/gin to v1.8.0 by @renovate in #649
  • fix(deps): update deps (patch) by @renovate in #652
  • fix: lookup of pipelines for older builds by @jbrockopp in #650
  • fix(api/hook): handle 202 error for webhook redelivery by @ecrupper in #654
  • fix(deps): update golang.org/x/oauth2 digest to 622c5d5 by @renovate in #651
  • fix(api/repo): fix path for GetOrgRepos in swagger spec by @ecrupper in #655
  • chore(release): v0.14.0-rc2 by @wass3r in #656

Full Changelog: v0.14.0-rc1...v0.14.0-rc2

v0.14.0-rc1

02 May 20:34
7ce7bd8
Compare
Choose a tag to compare
v0.14.0-rc1 Pre-release
Pre-release
chore(release): dependency updates for v0.14.0-rc1 (#634)