v0.1.0
This version contains API changes.
Now, IP pools for the plugin should be configured with IPPool CRD instead of ConfigMap.
The plugin supports automatic migration from the old configuration format to the new one, which should help to do a zero-touch upgrade.
What's Changed
- IPAM daemon implementation by @ykulazhenkov in #22
- ipam-node: Remove stale pool entries from the store by @ykulazhenkov in #26
- Use "preferred" podAntiAffinity instead of "required" for controller pod by @ykulazhenkov in #28
- Remove unused "testdata" dir by @ykulazhenkov in #29
- ipam-node: Add logic to migrate host-local IPAM store to the new store format by @ykulazhenkov in #27
- NVIPAMPool CRD by @rollandf in #24
- Run migration logic with leader election by @rollandf in #31
New Contributors
Full Changelog: v0.0.3...v0.1.0