Skip to content

v0.21.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@timhuynh94 timhuynh94 released this 27 Sep 20:04
· 185 commits to main since this release
3d1f418

What's Changed

  • refactor(database): return repo object on created and updated by @ecrupper in #913
  • fix(compiler): convert local templates to an engine field for nested templates by @ecrupper in #916
  • chore(release): upgrade types to v0.20.1 by @ecrupper in #918
  • feat(database): add integration testing by @jbrockopp in #896
  • fix: getting visbility to match on vela and SCM by @claire1618 in #924
  • chore: add context to schedule functions by @JordanSussman in #898
  • chore: add context to build functions by @plyr4 in #922
  • refactor(db): return schedule on create and update by @ecrupper in #915
  • refactor(db): return secret on created / updated by @ecrupper in #928
  • chore: add context to repos functions by @plyr4 in #930
  • chore: add WithContext test to builds by @plyr4 in #931
  • chore: add context to pipeline functions by @plyr4 in #923
  • refactor(db): return service on created and updated by @ecrupper in #932
  • feat(queuing)!: build executable server-side implementation by @ecrupper in #927
  • enhance: adding a branch field to scheduled builds by @claire1618 in #934
  • refactor(db): return step on created and updated by @ecrupper in #933
  • feat(queue)!: add priv/pub key signing by @plyr4 in #843
  • chore: simplify queue env variable names by @plyr4 in #939
  • enhance: add context to Executables by @plyr4 in #937
  • fix(webhook): keep parent and build number synced by @wass3r in #936
  • refactor(db): return user on created and updated by @ecrupper in #935
  • enhance: use consistent variable aliases for queue signing keys by @plyr4 in #946
  • chore(webhook): improve on some comments during the webhook flow by @ecrupper in #944
  • chore(deps): update all non-major dependencies by @renovate in #925
  • fix(deps): update module github.com/google/go-github/v53 to v54 by @renovate in #929
  • refactor(db): return worker on created and updated by @ecrupper in #945
  • enhance(starlark): make execution step limit configurable by @ecrupper in #947
  • enhance(queue): adjust pop to allow channels as argument by @ecrupper in #948
  • enhance: add context to Hooks by @plyr4 in #938
  • enhance: add context to Workers by @plyr4 in #940
  • enhance: add context to Users by @plyr4 in #941
  • enhance: add context to Services by @plyr4 in #942
  • enhance: add context to Logs by @plyr4 in #950
  • fix(restart): instantiate compiler with commit by @ecrupper in #958
  • fix(webhook): repo transfer handling with renaming - support newer GitHub versions by @ecrupper in #955
  • enhance: add context to Secrets by @plyr4 in #951
  • bug(repo sync): ignore inactive repos by @KellyMerrick in #953
  • enhance(api/deploy): use default branch if ref is not supplied by @ecrupper in #961
  • enhance(integration-test): leverage a custom implementation of DeepEqual by @ecrupper in #952
  • enhance: add context to scm by @plyr4 in #969
  • feat(queue)!: register endpoint to use QueueInfo type by @timhuynh94 in #957
  • chore: upgrade golang to 1.21 by @timhuynh94 in #973
  • chore(deps): update actions/checkout action to v4 by @renovate in #954
  • chore(deps): pin dependencies by @renovate in #949
  • enhance(logging): add flag to allow logging in ecs format, map custom fields to ecs fields by @KellyMerrick in #971
  • feat: endpoint for validating oauth token source by @plyr4 in #972
  • fix(deps): update module github.com/google/go-github/v54 to v55 by @renovate in #956
  • test(logging): clean up some minor oopsies by @KellyMerrick in #976
  • fix(deps): update all non-major dependencies by @renovate in #975

New Contributors

Full Changelog: v0.20.3...v0.21.0-rc1