RepoJournal
Kubernetes

@kubernetes

Container orchestration - what platform teams ship on

Keep up with Kubernetes in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: Go Infrastructure Full archive →

The Wire · Showcase

KUBERNETES TIGHTENS VALIDATION TEST COVERAGE AS KUBE-OPENAPI PROPAGATES ACROSS CORE REPOS

By RepoJournal · Filed · About Kubernetes

The core Kubernetes project is hardening its declarative validation test suite while simultaneously rolling out a fresh kube-openapi build across the scheduler, endpoint slice, and dynamic resource allocation components.

The validation-gen tool now emits per-Kind coverage test fixtures [1], enabling reviewers to track exactly which validation rules are exercised in equivalence tests and flag those that cannot be. This is the infrastructure shift that makes validation audit real—no more guessing whether a rule is actually tested. Simultaneously, kube-openapi has been bumped to the latest HEAD [2] with the dependency cleanup cascading across endpointslice [5], kube-scheduler [6], and dynamic-resource-allocation [7], removing it from unwanted dependency chains [3] [4]. Over in test-infra, the team is right-sizing prow jobs [8] and removing a perma-failing canary registry test [9] that had outlived its usefulness. The kops upgrade test suite is getting gossip-specific coverage [10], though a follow-up fix landed immediately after [11], suggesting the first cut needed refinement.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] validation-gen: emit per-Kind coverage test fixtures kubernetes/kubernetes
  2. [2] Bump kube-openapi to latest ↗ kubernetes/kubernetes
  3. [3] Remove kube-openapi from json-iterator unwantedReferences kubernetes/kubernetes
  4. [4] Remove kube-openapi from modern-go unwantedReferences kubernetes/kubernetes
  5. [5] Merge pull request #138931 from Jefftree/bump-kube-openapi kubernetes/endpointslice
  6. [6] Merge pull request #138931 from Jefftree/bump-kube-openapi kubernetes/kube-scheduler
  7. [7] Merge pull request #138931 from Jefftree/bump-kube-openapi kubernetes/dynamic-resource-allocation
  8. [8] rightsize prow jobs - part three ↗ kubernetes/test-infra
  9. [9] k8s-infra: remove canary test for the k8s registry kubernetes/test-infra
  10. [10] kops: add upgrade tests for gossip ↗ kubernetes/test-infra
  11. [11] kops: fix upgrade tests for gossip ↗ kubernetes/test-infra

Quick answers

What shipped in Kubernetes on May 10, 2026?
The core Kubernetes project is hardening its declarative validation test suite while simultaneously rolling out a fresh kube-openapi build across the scheduler, endpoint slice, and dynamic resource allocation components. In total, 30 commits and 9 pull requests landed.
Who contributed to Kubernetes on May 10, 2026?
3 developers shipped this update, including Jefftree, upodroid, and hakman.
What were the notable Kubernetes updates?
validation-gen: emit per-Kind coverage test fixtures, Bump kube-openapi to latest, and Remove kube-openapi from json-iterator unwantedReferences.

More from @kubernetes

Daily updates, in your inbox

Follow Kubernetes

Keep up with Kubernetes in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?