Releases: piraeusdatastore/linstor-affinity-controller
Releases · piraeusdatastore/linstor-affinity-controller
v1.0.2
This release fixes a bug in the caching implementation. It also tries to detect the property namespace used by LINSTOR CSI on startup if not manually set.
Changed
- Try to determine LINSTOR CSI topology namespace on startup.
Fixed
- Bump golinstor to fix caching issue when filtering nodes for segment.
v1.0.1
Changed
- Use golinstor resource cache.
v1.0.0
This release dates back to October 2023, but was never announced on github.
Added
- Implement cache for resource listings.
- Use custom User-Agent to identify calls in LINSTOR.
v0.3.0
Added
- Support for
--property-namespace
, as used by Operator v2 to configure LINSTOR CSI.
0.2.2
Changed
- Fixed an issue with the selection labels for the PodDisruptionBudget not matching the pods.
0.2.1
Changed
- Fixed a potential nil-pointer if no volume context was found
0.2.0
Added
- Add event on PVC if bound to update PV.
- Determine access policy from volume attributes if available.
- Use leader election to safely support multiple instances running at the same time.