Releases: go-vela/server
Releases · go-vela/server
v0.16.2
v0.16.1
What's Changed
- fix(deps): update go.starlark.net digest to acb66ad by @renovate in #723
- fix(actions): sudo make spec-install by @KellyMerrick in #726
- fix(deps): update deps (patch) by @renovate in #728
- fix(deps): update module github.com/urfave/cli/v2 to v2.23.5 by @renovate in #729
- fix(deps): update module github.com/prometheus/client_golang to v1.14.0 by @renovate in #731
- chore(deps): update postgres docker tag to v15 by @renovate in #725
- fix(deps): update module github.com/go-vela/types to v0.16.1 by @renovate in #733
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
- fix: modify allowlist, default pull request to false 05558ee99d70f7d6f83bed7c8f78ac0b35fa26f4 for CVE-2022-39395
- enhance(repo): allow platform admins to update repo.trusted by @plyr4 in #724 for CVE-2022-39395
- fix(deps): update module gorm.io/driver/postgres to v1.4.1 by @renovate in #714
- fix(deps): update module gorm.io/driver/sqlite to v1.4.2 by @renovate in #715
- chore(release): v0.16.0 release by @wass3r in #732
Full Changelog: v0.15.1...v0.16.0
v0.15.1
v0.15.0
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
- @rfigueroa made their first contribution in #691
Full Changelog: v0.14.3...v0.15.0
v0.15.0-rc2
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
- @rfigueroa made their first contribution in #691
Full Changelog: v0.15.0-rc1...v0.15.0-rc2
v0.15.0-rc1
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
v0.14.2
v0.14.1
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