Skip to content

v0.31.6

Choose a tag to compare

@github-actions github-actions released this 06 Jul 14:29
v0.31.6
55454ce

Changes by Kind

Feature

  • Add an optional --header-file flag to apigen used to append boilerplate to the generated YAML files (#4247, @kcp-ci-bot)

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. (#4241, @xmudrii)