Releases: kcp-dev/logicalcluster
Releases · kcp-dev/logicalcluster
v3.0.5
What's Changed
- Bump kubernetes-sigs/kubebuilder-release-tools from 0.2.0 to 0.3.0 by @dependabot in #33
- 📖 update README.md to include full repo reference by @embik in #36
- 🌱 Add .prow.yaml, migrate to kcp-prow by @xrstf in #35
- 🌱 Update owners and pull request template by @embik in #43
- 🌱 Bump prow jobs to use ghcr.io/kcp-dev/infra/build:1.20.13-1 by @embik in #42
- 🐛 HasPrefix: properly separate by : by @sttts in #44
New Contributors
Full Changelog: v3.0.4...v3.0.5
ClusterHeader
Added ClusterHeader:
// ClusterHeader set to "<lcluster>" on a request is an alternative to accessing the
// cluster via /clusters/<lcluster>. With that the <lcluster> can be access via normal kube-like
// /api and /apis endpoints.
const ClusterHeader = "X-Kubernetes-Cluster"