Skip to content

Changelog

0.1.0 (2024-12-04)

Features

  • cloudrun service chart (#6) (38836de)
  • docs: add support for enums in schema (07d12d8)
  • finish docs refactor and add chart schema renderer (1ebea3b)
  • move google cloud run helm chart back into monorepo (74cc7a1)
  • schema: add really nice schema rendering and examples (cad3df6)
  • schema: extend cloud run service schema (99268c2)

Bug Fixes

  • cloudrun-service: do not autoset region, let the cli do it (770fd3c)
  • docs: update the changelog heading regex (64976d8)
  • release: set correct component name (992f319)
  • release: update snapshots in release pr (f2ebcff)
  • render nested props correctly (3794a01)
  • schema: cleanup chart values file and schema (808585e)
  • schema: move properties under correct key (111da47)
  • schema: update renderer to correctly indent nested props (a6d1f58)

Miscellaneous Chores