Skip to content

Latest commit

 

History

History
88 lines (60 loc) · 5.53 KB

v0.11.md

File metadata and controls

88 lines (60 loc) · 5.53 KB

v0.11

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

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

v0.11.1

Thank you to everyone for trying Vela! This new release contains a single bug fix for integrating with Vault!

Bug Fixes

  • (server) fix(vault): handle token refresh correctly when aws auth mode is used (#575)

v0.11.0

Happy November Vela Community!

Thank you to everyone for trying Vela! This new release contains a MAJOR repo consolidation from 11 core repos down to 6!

This repo consolidation proposal was implemented, resulting in these go-vela repos to be archived:

The above repo content was refactored into these repos:

Special shoutout and thanks to Cargill and kneal for their assistance with the repo consolidation / refactor, as well as others in the community for their contributions to a number of stories!

Below is a summary of what's new in 0.11.0

Bug Fixes

  • (server) api-spec: ensure api spec validates (#528)
  • (server) capturing empty build queue (#529)
  • (worker) compare time chunks against zero (#235)
  • (types) annotate payload for swagger (#208)

Features

  • (ui) add link to the org page from home page (#467)
  • (ui) add shared secrets to org page (#426)
  • (worker) enable streaming logs for container (#233)

Enhancements

  • (server) compiler: add support for global environment (#507)
  • (server) api: adding active filter for org repos (#506)
  • (server) templates: add toYaml function (#523)
  • (types) kubernetes: sanitize container names (make lowercase and dns-safe) (#200)

Refactor

Contributors <3

  • @cognifloyd
  • @davidvader
  • @ecrupper
  • @kaymckay
  • @JayCeeJr
  • @jbrockopp
  • @JordanSussman
  • @KellyMerrick
  • @kneal
  • @wass3r

Thank you!