Skip to content

v0.32.3

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jul 12:10
v0.32.3
08be0a1

Changes by Kind

Feature

  • Add an optional --header-file flag to apigen used to append boilerplate to the generated YAML files (#4232, @xmudrii)

Bug or Regression

  • Fixed mounted workspace access failing with Unauthorized in sharded deployments, a regression introduced by the fix for GHSA-c8w2-fgvx-vhv4. Enabling mounts now requires configuring the front-proxy with --requestheader-client-ca-file and each shard with --mount-proxy-client-cert-file/--mount-proxy-client-key-file. (#4240, @kcp-ci-bot)