Releases: go-vela/server
Releases · go-vela/server
v0.19.0-rc2
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
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
- @wass3rw3rk made their first contribution in #814
- @NickHackman made their first contribution in #793
Full Changelog: v0.18.1...v0.19.0-rc1
v0.18.2
What's Changed
Full Changelog: v0.18.1...v0.18.2
v0.18.1
v0.18.0
What's Changed
- refactor(database): move hook logic into separate package by @jbrockopp in #721
- enhance(repo): customizable default events for new repos by @JordanSussman in #758
- feat(clone-image): make clone image configurable by @wass3r in #755
- feat(auth)!: build token implementation by @ecrupper in #765
- fix: revert buildkite yaml upgrade from #765 by @plyr4 in #767
- fix(validate): update validation to use new, shorter name for token durations by @ecrupper in #768
- refactor(database): move log logic into separate package by @jbrockopp in #722
- fix(deps): update deps (patch) by @renovate in #750
- fix(deps): update go.starlark.net digest to c52844e by @renovate in #751
- fix(deps): update module github.com/alicebob/miniredis/v2 to v2.30.0 by @renovate in #753
- fix(deps): update module github.com/google/go-github/v44 to v50 by @renovate in #756
- fix(deps): update module github.com/urfave/cli/v2 to v2.24.4 by @renovate in #759
- fix(deps): update module golang.org/x/oauth2 to v0.5.0 by @renovate in #760
- fix(deps): update module github.com/joho/godotenv to v1.5.1 by @renovate in #761
- fix(deps): update module github.com/hashicorp/vault/api to v1.9.0 by @renovate in #762
- fix(deps): update module github.com/golang-jwt/jwt/v4 to v4.5.0 by @renovate in #763
- chore(deps): bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.7.0 by @dependabot in #766
- fix(deps): update module github.com/gin-gonic/gin to v1.9.0 by @renovate in #769
- chore(queue): update go-redis to v9 by @plyr4 in #771
- fix(deps): update go.starlark.net digest to dded032 by @renovate in #774
- chore: v0.18.0-rc1 prep by @plyr4 in #775
- fix(deps): update deps (patch) by @renovate in #777
- fix(perm): allow workers with build tokens to access MustRead() for private visibility repos by @ecrupper in #776
- chore: upgrade types to v0.18.0 by @plyr4 in #783
New Contributors
- @dependabot made their first contribution in #766
Full Changelog: v0.17.0...v0.18.0
v0.18.0-rc2
What's Changed
- fix(deps): update deps (patch) by @renovate in #777
- fix(perm): allow workers with build tokens to access MustRead() for private visibility repos by @ecrupper in #776
Full Changelog: v0.18.0-rc1...v0.18.0-rc2
v0.18.0-rc1
What's Changed
- refactor(database): move hook logic into separate package by @jbrockopp in #721
- enhance(repo): customizable default events for new repos by @JordanSussman in #758
- feat(clone-image): make clone image configurable by @wass3r in #755
- feat(auth)!: build token implementation by @ecrupper in #765
- fix: revert buildkite yaml upgrade from #765 by @plyr4 in #767
- fix(validate): update validation to use new, shorter name for token durations by @ecrupper in #768
- refactor(database): move log logic into separate package by @jbrockopp in #722
- fix(deps): update deps (patch) by @renovate in #750
- fix(deps): update go.starlark.net digest to c52844e by @renovate in #751
- fix(deps): update module github.com/alicebob/miniredis/v2 to v2.30.0 by @renovate in #753
- fix(deps): update module github.com/google/go-github/v44 to v50 by @renovate in #756
- fix(deps): update module github.com/urfave/cli/v2 to v2.24.4 by @renovate in #759
- fix(deps): update module golang.org/x/oauth2 to v0.5.0 by @renovate in #760
- fix(deps): update module github.com/joho/godotenv to v1.5.1 by @renovate in #761
- fix(deps): update module github.com/hashicorp/vault/api to v1.9.0 by @renovate in #762
- fix(deps): update module github.com/golang-jwt/jwt/v4 to v4.5.0 by @renovate in #763
- chore(deps): bump golang.org/x/net from 0.3.1-0.20221206200815-1e63c2f08a10 to 0.7.0 by @dependabot in #766
- fix(deps): update module github.com/gin-gonic/gin to v1.9.0 by @renovate in #769
- chore(queue): update go-redis to v9 by @plyr4 in #771
- fix(deps): update go.starlark.net digest to dded032 by @renovate in #774
- chore: v0.18.0-rc1 prep by @plyr4 in #775
New Contributors
- @dependabot made their first contribution in #766
Full Changelog: v0.17.0...v0.18.0-rc1
v0.17.0
What's Changed
- refactor(database): move worker logic into separate package by @jbrockopp in #692
- fix(deps): update module github.com/masterminds/semver/v3 to v3.2.0 by @renovate in #737
- fix(deps): update deps (patch) by @renovate in #738
- chore: remove code of conduct in favor of global version by @wass3r in #736
- chore(deps): update elgohr/publish-docker-github-action action to v5 by @renovate in #739
- fix(deps): update module golang.org/x/oauth2 to v0.3.0 by @renovate in #740
- fix(deps): update go.starlark.net digest to 3fd0dac by @renovate in #741
- fix(deps): update module k8s.io/apimachinery to v0.26.0 by @renovate in #742
- feat(templates): support same-repo templates using build commit by @ecrupper in #713
- enhance(scm/webhook): handle default branch change and archived repo by @ecrupper in #706
- feat(api/build): add endpoint to get build by id by @ecrupper in #646
- chore(release): dependency updates for v0.17.0-rc1 by @KellyMerrick in #745
- fix(deps): update deps (patch) by @renovate in #746
- chore(release): v0.17.0-rc2 by @KellyMerrick in #747
- chore(release): update dependencies for v0.17.0 by @KellyMerrick in #748
Full Changelog: v0.16.2...v0.17.0
v0.17.0-rc2
What's Changed
- fix(deps): update deps (patch) by @renovate in #746
- chore(release): v0.17.0-rc2 by @KellyMerrick in #747
Full Changelog: v0.17.0-rc1...v0.17.0-rc2
v0.17.0-rc1
What's Changed
- refactor(database): move worker logic into separate package by @jbrockopp in #692
- fix(deps): update module github.com/masterminds/semver/v3 to v3.2.0 by @renovate in #737
- fix(deps): update deps (patch) by @renovate in #738
- chore: remove code of conduct in favor of global version by @wass3r in #736
- chore(deps): update elgohr/publish-docker-github-action action to v5 by @renovate in #739
- fix(deps): update module golang.org/x/oauth2 to v0.3.0 by @renovate in #740
- fix(deps): update go.starlark.net digest to 3fd0dac by @renovate in #741
- fix(deps): update module k8s.io/apimachinery to v0.26.0 by @renovate in #742
- feat(templates): support same-repo templates using build commit by @ecrupper in #713
- enhance(scm/webhook): handle default branch change and archived repo by @ecrupper in #706
- feat(api/build): add endpoint to get build by id by @ecrupper in #646
- chore(release): dependency updates for v0.17.0-rc1 by @KellyMerrick in #745
Full Changelog: v0.16.2...v0.17.0-rc1