Releases: neondatabase/autoscaling
Releases · neondatabase/autoscaling
v0.19.1
Small release: Kernel upgrade, deps upgrade, and neonvm devx improvements. Main items are: - Go 1.21 (#639) - Kubernetes 1.25.16 (#640) - neonvm: Allow per-VM custom runner image (#632) - neonvm: Switch to kernel 6.1.63 (#638)
v0.19.0
Somewhat larger release, lots of new, small features in NeonVM and some larger changes finally merged. Features: - neonvm: Enable symbolified kernel backtraces (#618) - agent: Expose per-VM size metrics on :9101 (#596) - neonvm: Allow per-VM custom kernel images (#621) - neonvm: Add ability to append to kernel command line (#625) Fixes: - neonvm/controller: Remove noisy webhook validation log lines (#613) Other changes: - vm-builder: Remove neon-specifics (#600) - agent/billing: Use `autoscaling.neon.tech/billing-endpoint-id` for events (#579) - vm-builder: Use same output format as `docker build` (#605) Upgrade path from v0.18.x: - No ordering requirements. Don't use the new NeonVM CRD fields until all components have been updated.
v0.18.6-patch3
Just one change, the fix from #614 - fixing an autoscaler-agent bug when there's a scheduler restart during a monitor upscale request.
v0.18.6-patch2
Another couple bugfixes: - neonvm: Update in resources for neonvm controllers (#610) - neonvm/controller: Set migration as failed if underlying VM not found (#611) - agent/schedwatch: Fix deadlock (#612)
v0.18.6-patch1
Follow-up release to v0.18.6, forgot to include the fix to neonvm ipam acquiring from #598.
v0.18.6
Medium-size release, mostly fixes, with one new feature :) Fixes: - vm-builder: fail on docker errors (#599) - plugin: Fix watch events for migration pods (#601) - Fix indirect dependency on k8s.io/*@v0.21.3 (#607) Features: - neonvm: Add support for spec-defined sysctl settings (#547)
v0.18.5
Even smaller release, disabling prepared statements support in vm-bui…
v0.18.4
Small release, fixing vm-builder's pgbouncer config that prevented dropping databases. For more, see #584.
v0.18.3
Bugfix (#585) for scheduler's handling when a migration is deleted. The bug was introduced in v0.18.1. No other changes.
v0.18.2
Another relatively small release. Bugfixes: - vm-builder: Turn off --auto-discover-databases (#571) - agent/core: Fix never downscaling after single failure (#573) - agent/core: Add rate limit for vm-monitor downscale (#574) Other changes: - agent: Log when handling VM events (#583)