Skip to content

v0.23.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@timhuynh94 timhuynh94 released this 31 Jan 19:37
· 131 commits to main since this release
b2c2909

What's Changed

  • fix(graph): return proper error on complex builds by @wass3r in #1009
  • fix(ci): add timeout to golangci-lint reviewdog job by @ecrupper in #1014
  • chore(deps): upgrade types and adjust tests for new build and repo fields by @ecrupper in #1013
  • fix(auto_cancel): support canceling pull_request:opened and abstract determination logic by @ecrupper in #1012
  • enhance(api/scm)!: return affected repos in API response and do not assume 404 on GetRepo error by @ecrupper in #1015
  • chore: minor tweaks for local dev by @wass3r in #1019
  • test(integration): refactor to run db integration test as matrix by @wass3r in #1018
  • feat(webhook)!: support build approval based on repository settings by @ecrupper in #1016
  • feat(repo)!: support allow_events struct by @ecrupper in #1023
  • fix(mock): add approve build to mock by @ecrupper in #1024
  • fix(repo): repair update name by @timhuynh94 in #1011
  • feat(api/database)!: store deployment record in database for Vela-targeted deployments by @claire1618 in #1031
  • Fix: deployment table post.go and restart.go error by @claire1618 in #1032
  • enhance(api/workers): add filters to list workers by @ecrupper in #1029
  • fix(templates): handle nil PrivateGitHub by @ecrupper in #1034
  • enhance(secrets)!: use the same allow_events system as repos for secrets by @ecrupper in #1033
  • fix(compiler): validate yaml.Build post-expansion and fully validate step image by @ecrupper in #1036
  • enhance(ci): add PR title validation by @ecrupper in #1039
  • fix(ci): title validator handle no parentheses + enforce whitespace by @ecrupper in #1041
  • fix(api/list-org-repos): ensure active flag is boolean by @wass3r in #1037
  • fix(api/build): zero out error on restarted build by @wass3r in #1042
  • chore: add context to deployment functions by @rfigueroa in #1040
  • fix(scm): prefer starlark file for starlark pipeline by @wass3r in #1043
  • feat: adding a delete event by @claire1618 in #1038
  • chore(deps): bulk update by @ecrupper in #1047
  • chore(steps): add context to step functions by @rfigueroa in #1044
  • enhance(compiler): allow users to override $HOME in environment by @ecrupper in #1045
  • fix(schedule): better handling of commit status limit for schedule build by @timhuynh94 in #1046
  • chore(deps): update all non-major dependencies by @renovate in #1017
  • chore(release): upgrade types to v0.23.0-rc1 by @timhuynh94 in #1050

Full Changelog: v0.22.2...v0.23.0-rc1