Skip to content

Releases: kcp-dev/logicalcluster

v3.0.5

30 Mar 20:46
2f9054f
Compare
Choose a tag to compare

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

24 Jun 12:50
5d8f1f8
Compare
Choose a tag to compare

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"

v1.0.0

03 May 15:51
94e3d65
Compare
Choose a tag to compare
Merge pull request #1 from ncdc/port-from-apimachinery