Skip to content

Releases: go-vela/server

v0.19.2

04 May 15:10
8c2fdb2
Compare
Choose a tag to compare

What's Changed

  • revert(envsubst): roll back envsubst library upgrade due to multiline secret errors by @ecrupper in #838

Full Changelog: v0.19.1...v0.19.2

v0.19.1

26 Apr 19:32
b601b63
Compare
Choose a tag to compare

What's Changed

  • chore(release): upgrade types to v0.19.1 for patch release by @ecrupper in #832

No new changes, upgrading for consistency.

v0.19.0

25 Apr 15:49
7eda80a
Compare
Choose a tag to compare

What's Changed

  • chore: address #722 review feedback by @jbrockopp in #780
  • fix(pipelines): support for file template type when gathering templates by @ecrupper in #788
  • refactor(api): move repo logic to separate package by @jbrockopp in #754
  • enhance(scm/repo): mirror allowed events with sent events by @ecrupper in #679
  • feat(auth): server side changes for new worker auth flow by @ecrupper in #790
  • fix: Misc typos by @cognifloyd in #797
  • chore(docker-compose): remove unsupported log method flag by @wass3r in #791
  • chore: Delete unused /stream endpoints by @cognifloyd in #799
  • feat(compiler): Enables Starlark structs by @colindean in #781
  • enhance(queue): validate queue route and add error wrapping to clean build by @ecrupper in #801
  • enhance(api/scm): expand sync to align SCM subscribed events with allowed events by @ecrupper in #800
  • enhance(metrics): gather queued builds by @ecrupper in #802
  • enhance(api/worker): validate host name in claims against input by @ecrupper in #806
  • refactor(api): move user logic to separate package by @jbrockopp in #809
  • feat(api/log)!: support paging on GetBuildLogs by @cognifloyd in #798
  • chore(mock+router): Cleanup endpoints by @cognifloyd in #796
  • refactor(database): move secret logic into separate package by @jbrockopp in #782
  • fix(jwt): set issued_at to nil prior to validating claims by @wass3rw3rk in #814
  • feat(templates): allow for compile-time rulesets for template steps by @ecrupper in #720
  • fix(metrics/spec): add queued_build_count to spec by @ecrupper in #815
  • fix(deps): update go.starlark.net digest to 4b1e35f by @renovate in #778
  • refactor(database): move step logic into separate package by @jbrockopp in #810
  • enhance(repo)!: add topics field to build env and repo by @ecrupper in #807
  • fix(deps): update module gorm.io/gorm to v1.25.0 by @renovate in #818
  • enhance(webhook)!: verify repo owner has at least write access to SCM repo by @ecrupper in #811
  • fix(deps): update module github.com/prometheus/client_golang to v1.15.0 by @renovate in #817
  • fix(deps): update module gorm.io/driver/postgres to v1.5.0 by @renovate in #787
  • chore(deps): update to jwt v5, remove iat workaround by @ecrupper in #821
  • fix(deps): update deps (patch) by @renovate in #786
  • fix(deps): update module github.com/google/go-github/v50 to v50.2.0 by @renovate in #792
  • chore(deps): update actions/setup-go action to v4 by @renovate in #789
  • fix(deps): update module github.com/urfave/cli/v2 to v2.25.1 by @renovate in #803
  • fix(deps): update module golang.org/x/oauth2 to v0.7.0 by @renovate in #804
  • fix(deps): update module github.com/google/go-github/v50 to v51 by @renovate in #805
  • fix(deps): update module k8s.io/apimachinery to v0.27.1 by @renovate in #819
  • fix(compiler)!: webhook payload containing message with special characters causes failure by @NickHackman in #793
  • fix(scm): handle new go-github validation changes and ensure correct number for init hook by @ecrupper in #822
  • fix(webhook): relocate topics & branch setting to avoid overwrite by @ecrupper in #824
  • fix(scm): correct init hook status and send accurate events by @ecrupper in #825
  • fix(deps): update module github.com/google/go-github/v51 to v52 by @renovate in #826
  • fix(deps): update process push webhook to account for changes in v52 by @ecrupper in #827
  • fix(deps): update deps (patch) by @renovate in #823
  • chore(release): pull in v0.19.0 types for release by @ecrupper in #831

New Contributors

Full Changelog: v0.18.1...v0.19.0

v0.19.0-rc5

24 Apr 15:09
9f22030
Compare
Choose a tag to compare
v0.19.0-rc5 Pre-release
Pre-release

What's Changed

  • fix(deps): update module github.com/google/go-github/v51 to v52 by @renovate in #826
  • fix(deps): update process push webhook to account for changes in v52 by @ecrupper in #827
  • fix(deps): update deps (patch) by @renovate in #823

Full Changelog: v0.19.0-rc4...v0.19.0-rc5

v0.19.0-rc4

21 Apr 17:32
0410ae0
Compare
Choose a tag to compare
v0.19.0-rc4 Pre-release
Pre-release

What's Changed

  • fix(scm): correct init hook status and send accurate events by @ecrupper in #825

Full Changelog: v0.19.0-rc3...v0.19.0-rc4

v0.19.0-rc3

20 Apr 19:48
519876b
Compare
Choose a tag to compare
v0.19.0-rc3 Pre-release
Pre-release

What's Changed

  • fix(webhook): relocate topics & branch setting to avoid overwrite by @ecrupper in #824

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

v0.19.0-rc2

19 Apr 21:58
2913b6d
Compare
Choose a tag to compare
v0.19.0-rc2 Pre-release
Pre-release

What's Changed

  • fix(scm): handle new go-github validation changes and ensure correct number for init hook by @ecrupper in #822

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

v0.19.0-rc1

18 Apr 19:22
3fec46c
Compare
Choose a tag to compare
v0.19.0-rc1 Pre-release
Pre-release

What's Changed

  • chore: address #722 review feedback by @jbrockopp in #780
  • fix(pipelines): support for file template type when gathering templates by @ecrupper in #788
  • refactor(api): move repo logic to separate package by @jbrockopp in #754
  • enhance(scm/repo): mirror allowed events with sent events by @ecrupper in #679
  • feat(auth): server side changes for new worker auth flow by @ecrupper in #790
  • fix: Misc typos by @cognifloyd in #797
  • chore(docker-compose): remove unsupported log method flag by @wass3r in #791
  • chore: Delete unused /stream endpoints by @cognifloyd in #799
  • feat(compiler): Enables Starlark structs by @colindean in #781
  • enhance(queue): validate queue route and add error wrapping to clean build by @ecrupper in #801
  • enhance(api/scm): expand sync to align SCM subscribed events with allowed events by @ecrupper in #800
  • enhance(metrics): gather queued builds by @ecrupper in #802
  • enhance(api/worker): validate host name in claims against input by @ecrupper in #806
  • refactor(api): move user logic to separate package by @jbrockopp in #809
  • feat(api/log)!: support paging on GetBuildLogs by @cognifloyd in #798
  • chore(mock+router): Cleanup endpoints by @cognifloyd in #796
  • refactor(database): move secret logic into separate package by @jbrockopp in #782
  • fix(jwt): set issued_at to nil prior to validating claims by @wass3rw3rk in #814
  • feat(templates): allow for compile-time rulesets for template steps by @ecrupper in #720
  • fix(metrics/spec): add queued_build_count to spec by @ecrupper in #815
  • fix(deps): update go.starlark.net digest to 4b1e35f by @renovate in #778
  • refactor(database): move step logic into separate package by @jbrockopp in #810
  • enhance(repo)!: add topics field to build env and repo by @ecrupper in #807
  • fix(deps): update module gorm.io/gorm to v1.25.0 by @renovate in #818
  • enhance(webhook)!: verify repo owner has at least write access to SCM repo by @ecrupper in #811
  • fix(deps): update module github.com/prometheus/client_golang to v1.15.0 by @renovate in #817
  • fix(deps): update module gorm.io/driver/postgres to v1.5.0 by @renovate in #787
  • chore(deps): update to jwt v5, remove iat workaround by @ecrupper in #821
  • fix(deps): update deps (patch) by @renovate in #786
  • fix(deps): update module github.com/google/go-github/v50 to v50.2.0 by @renovate in #792
  • chore(deps): update actions/setup-go action to v4 by @renovate in #789
  • fix(deps): update module github.com/urfave/cli/v2 to v2.25.1 by @renovate in #803
  • fix(deps): update module golang.org/x/oauth2 to v0.7.0 by @renovate in #804
  • fix(deps): update module github.com/google/go-github/v50 to v51 by @renovate in #805
  • fix(deps): update module k8s.io/apimachinery to v0.27.1 by @renovate in #819
  • fix(compiler)!: webhook payload containing message with special characters causes failure by @NickHackman in #793

New Contributors

Full Changelog: v0.18.1...v0.19.0-rc1

v0.18.2

11 Apr 17:42
ad79b9a
Compare
Choose a tag to compare

What's Changed

  • fix(jwt): set issued_at to nil prior to validating claims by @ecrupper in #813

Full Changelog: v0.18.1...v0.18.2

v0.18.1

08 Mar 17:24
a3ab6f0
Compare
Choose a tag to compare

What's Changed

  • fix(database): revert column size bump to users token values by @ecrupper in #784
  • chore: v0.18.1 by @plyr4 in #785

Full Changelog: v0.18.0...v0.18.1