Skip to main content

Roadmap

Track every KREP from review to release, see what lands in each milestone, and jump straight to its proposal, issues, and authors.

The roadmap brings proposal status and release planning into one place so contributors can follow active work, understand upcoming milestones, and quickly find the GitHub threads behind each item.

Release lanes

Each release can contain multiple KREPs. Hover a release to preview them, and click it to open the configured GitHub milestone.

KREP roadmap

Search, filter, and sort by keyword, release, stage, or author.

20 results
Release
Stage
Author
Sort by

When an RGD spec changed, kro hot-swapped the compiled graph with no durable record of what ran before. That made rollback and debugging harder, and left no stable revision identity for controlled migration features. This commit adds the base revision layer described in KREP-013.

Release
v0.9.0
Authors
Proposal PR
#1085

KREP-006 introduces propagateWhen, a per-resource mechanism to conditionally gate mutation as changes propagate through the graph. Both propagateWhen and readyWhen are complementary and bookend when mutation for a node in the graph can start and is considered complete.

Release
v0.10.0
Authors
Proposal PR
#861

Introduces declarative resource collections to KRO, enabling dynamic creation of multiple resources based on runtime data. This addresses the fundamental limitation where each RGD resource block could only create a single Kubernetes resource, requiring static definition of all resources at design time.

Release
v0.8.0
Authors
Proposal PR
#679

Brought to you with ♥ by SIG Cloud Provider