Skip to content

Latest commit

 

History

History
100 lines (79 loc) · 8.35 KB

v0.10.md

File metadata and controls

100 lines (79 loc) · 8.35 KB

v0.10

This document contains all release notes pertaining to the v0.10.x releases of Vela.

Full release notes available on github.com/go-vela

v0.10.1

Thank you to everyone for trying Vela! This new release contains important bug fixes!

Bug Fixes

  • (server) fix(executors): handle nil response (#505) (28a4d4)
  • (worker) fix(register): handle nil response (#217) (a8cd943)
  • (ui) fix(builds): repo updated response overwriting repo model (#466) (60c583)

v0.10.0

Happy October Vela Community!

We heard your call for an improved logging experience and have centered this release around those enhancements. You will notice, for example, that logs will appear to be streaming in near-real time, giving you a better insight into your pipelines.

Special shoutout and thanks to Cargill and the community for their contributions to a number of stories!

Below is an unabridged summary of what's new in 0.10.0

Bug Fixes

  • (ui) fix: prevent actions overlap (#455) (9fbd196)
  • (ui) fix: deployments error overwriting builds (#454) (fc0af74)
  • (types) fix: reference correct secret parts in errors (#198) (c8edeac)
  • (server) fix: update RepoAccess to use repo token (#482) (cd13ff2)
  • (server) fix: removed the details link if the build is skipped (#498) (86d7af4)
  • (server) fix: deleted comment triggers event (#486) (d6dc86e)
  • (server) fix(api): listing empty deployments for repo (#496) (a2768e0)
  • (server) fix(setup): allow setup with github.com (#480) (6cd35df)
  • (pkg-executor) fix: use sync.Map for concurrent access (#175) (2e66eb0)
  • (pkg-executor) fix(linux): use errgroup for uploading logs (#180) (70e3f26)
  • (compiler) fix: template sourcing (#237) (4cb1a5e)
  • (cli) fix: check if local pipeline exists (#256) (ebac5c8)

Features

  • (worker) feat(log streaming): add ability to stream step and service logs (#211) (5fb3b6e)
  • (ui) feat: improve build summary (#452) (1d1d63d)
  • (ui) feat: add actions menu to build list (#425) (d6a18ff)
  • (types) feat: add builds to deployment payload (#193) (e71f8bc)
  • (server) feat: shared secrets enhancements (#458) (0766063)
  • (server) feat(log streaming): add ability to stream step and service logs (#489) (cc191e5)
  • (server) feat: deployments with builds (#471) (f378acd)
  • (server) feat: allow setting a webhook-specific server address (#485) (9b008d9)
  • (sdk-go) feat(log streaming): add ability to stream step and service logs (#123) (8943196)
  • (sdk-go) feat(custom headers): add ability to pass custom headers (#121) (b04654e)
  • (pkg-runtime) feat(kubernetes): generate k8s InClusterConfig directly (#144) (cb18bd8)
  • (pkg-executor) feat(log streaming): enable log streaming via sdk-go (#177) (132383e)
  • (mock) feat(log streaming): add mocks for step and service (#128) (7c31308)
  • (cli) feat: allow validation of template pipelines (#248) (bd929d8)

Enhancements

  • (ui) enhance(logs): handle larger logs (#453) (c9df3d4)
  • (types) enhance(container): enable setting user (#199) (522194f)
  • (types) enhance: add skipped status to constants (#201) (156a136)
  • (sdk-go) enhance(builds): enable filtering by event, status, and branch (#120) (b6d9f29)
  • (pkg-runtime) enhance(container): enable setting user (#143) (7912114)
  • (compiler) enhance(container): enable setting user (#232) (3fbad50)
  • (cli) enhance(builds): enable filtering by event, status, and branch (#259) (cfda7f9)
  • (cli) enhance: add binary for darwin arm64 (#261) (f19b72e)
  • (ui) chore(ci): use latest ubuntu to fix GH actions (#449) (bc6440e)
  • (types) chore: fix schema generation (#194) (b2ee0f2)
  • (server) chore: deprecate unused api endpoints (#491) (f1acf76)

Contributors <3

  • David May
  • David Vader
  • Emmanuel Meinen
  • Jacob Floyd
  • JayCeeJr
  • Jordan Brockopp
  • Jordan Sussman
  • Kelly Merrick
  • kaymckay
  • Neal
  • ryanpodonnell1
  • srinunagulapalli

Thank you!