Change{log}
v1.0.0-rc.1
2026.03.06- feat(api,console): Add historical view into console for events
- feat(kubernetes,api,console): Add container name to event metadata
- feat(experimental,networking,kubernetes,api,console): Add periodic conntrack map scraping and network metrics
- feat(loopholelabs): Publish Changelog as HTML + RSS feed
- feat(console): Add event detail, pod display and chart
- feat(api): Add an optional
afterparam for get-events call to aid streaming - feat(kubernetes,api): Add timing data to scaleUp and scaleDown events
- feat(console): Poll for new events
- feat(gtap): Initial website
- feat(api,kubernetes,console): Add pod metadata to events
- feat(gpu): Add CUDA 13 support
- feat(experimental,networking,kubernetes): Add health-check-proxy sidecar for sleeping pods
- feat(api): Add ingestion and db timestamps to events
- feat(api,console): Show latest events
- fix(networking,kubernetes,docs): Fix health-check-proxy generating counted loopback traffic
- fix(gpu): Exit worker on error to prevent it hanging when client crashes
- fix(kubernetes): make
containerdconfig changes idempotent - fix(gtap): Fix layout on Ubuntu & add subscriptions for existing emails
- fix(console,design): Improve cluster on-boarding flow
- fix(kubernetes): address integration test timeouts and flakiness
v0.13.1
2026.02.10v0.13.0
2026.02.02- BREAKING CHANGE(kubernetes): Default to production API
- feat(experimental,kubernetes): Add eBPF integration for waking/sleeping
- fix(infrastructure): Always build staging/preview if either the current folder or the
designfolder has changed - fix(kubernetes): Use raw TOML unmarshal for
containerdconfig parsing instead of thecontainerdlibraries to prevent overwriting defaults - fix(kubernetes): Fix Valkey migrations in runsc
- fix(kubernetes): runsc now restores init containers
- docs: Add uninstall AfK instructions
v0.12.0
2026.01.22- feat(kubernetes): Extend
PersistentCheckpointwith embedded regular checkpoint - feat(api): Store events from Architect installations
- fix(kubernetes): Don't change resource requests to 0 in admission controller if scale down is disabled
- fix(kubernetes): Security updates in dependencies
- fix(kubernetes): Update hostname after a migration by patching checkpoint file
v0.11.0
2026.01.15v0.10.0
2025.12.05- feat(kubernetes): Configurable resource limits & node selector for Architect components
- feat(kubernetes): Add
/dev/shmmigration support - fix(kubernetes): Migrating a scaled down pod restores it from snapshot
- fix(kubernetes): Pods managed by Architect are now correctly deleted when their namespace is deleted
v0.9.0
2025.11.28v0.8.0
2025.11.11v0.7.2
2025.11.08v0.7.1
2025.11.08v0.7.0
2025.11.08v0.6.0
2025.11.07- feat(kubernetes): Add Valkey example chart
- feat(kubernetes): Add support for setting tolerations
- feat(kubernetes,api): Send health check data to API
- feat(kubernetes): emptyDir snapshotting (non-empty files)
- feat(kubernetes): Make pvcAccessMode configurable in example apps
- feat(kubernetes): Add RUNNING label to running pods
- feat(kubernetes): Add admission controller request validation
- feat(kubernetes): Publish Helm charts to OCI registry - ghcr.io/loopholelabs