This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
v0.2.0
Added
- The name of the PVC to be checked out is now configurable.
- The maximum backoff duration for controller reconcilers is now configurable with a default of 1 minute.
Changed
- A checkout's spec is now immutable when it has selected a volume to use from a pool.
Fixed
- Copy the
AccessModes
requested in a checkout to the checkout's volume. - A checkout always acquires a new volume from the pool if the claim of the volume it references is deleted.