0.5.0 (2026-03-24)
- agent: use group CIDR from network status when VM has spec.networkGroup set (14a9201)
- api: add GroupCIDR type and ImpNetworkStatus.GroupCIDRs field (d2958f6)
- controller: add carveGroupCIDRs pure function for network group CIDR allocation (a4fc2a0)
- controller: reconcile group CIDRs into ImpNetwork status (8a071c7)
0.4.0 (2026-03-18)
- agent: short-circuit Cilium IPAM resolution when Cidr override is set (1405000)
- api: add CiliumIPAMSpec.Cidr override field (f93f83a)
- api: add ImpVMSpec.RescheduleOnNodeLoss opt-in field (d57cfac)
- controller: auto-create CiliumPodIPPool as owned child of ImpNetwork (3b1848a)
- controller: reschedule persistent VM on node loss when RescheduleOnNodeLoss=true and no PVC (6226982)
- crd: add cidr field to CiliumIPAMSpec in generated CRD manifest (89feb5a)
- rbac: grant operator CiliumPodIPPool CRUD (9df428a)
- controller: delete CiliumPodIPPool on ImpNetwork deletion and strengthen noop test (ccfb574)
0.3.2 (2026-03-17)
- examples: use curl for port-forward readiness check (cross-platform) (71b151c)
0.3.1 (2026-03-13)
- ci: address lint deprecation and retry interval tests (b89e84f)
- ci: use legacy recorder API with staticcheck waiver (fc25e7c)
- examples: add required diskGiB to tiny-smoke class (8c2d17e)
- examples: make tiny-smoke connectivity check bounded and app-agnostic (91e3050)
- examples: wait for agent port-forward before exec (d518dfd)
0.3.0 (2026-03-12)
- examples: add tiny smoke assets and validation (37667bd)
- agent: cleanup stale vsock sockets on stop/start paths (7817371)
- agent: propagate vm env into init and guest-agent (9c44325)
- agent: reduce reconcile churn with configurable retry interval (5059cf4)
- chart: default agent root security context and daemonset rbac (b17743f)
- controller: fail fast on invalid ImpVM reference wiring (c258c24)
- lifecycle: clarify one-shot completion semantics (5d978ba)
- rootfs: preserve absolute symlinks during layer extract (98dc836)
- rootfs: preserve tar hardlinks during layer extract (b106962)
0.2.2 (2026-03-12)
- runtime: close bootstrap gaps for clean micro1 validation (c954eb2)
0.2.1 (2026-03-12)
- operator: support running with webhooks disabled (0ac8288)